2006-02-06 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2006-02-05 |
Ken Raeburn |
(XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]: Cast bitfield
|
2005-12-11 |
Richard M. Stallman |
(EQ): Use == so args are computed just once.
|
2005-11-20 |
Nick Roberts |
Use typedef when Lisp_Object is EMACS_INT so that
|
2005-11-15 |
Andreas Schwab |
(struct Lisp_Cons): Make cdr a union.
|
2005-11-09 |
Kim F. Storm |
(valid_lisp_object_p): Add prototype.
|
2005-10-29 |
Richard M. Stallman |
(memory_full_cons_threshold): Declared.
|
2005-10-02 |
Dan Nicolaescu |
* lisp.h (fatal): Undo previous change.
|
2005-09-30 |
Dan Nicolaescu |
* image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct
|
2005-09-10 |
Eli Zaretskii |
Fix last change.
|
2005-09-10 |
Eli Zaretskii |
(get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]: Add prototype.
|
2005-08-15 |
Kim F. Storm |
(QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
|
2005-08-15 |
Kim F. Storm |
(deactivate_process, status_notify, read_process_output):
|
2005-08-09 |
Richard M. Stallman |
(QUIT): Throw t to Vthrow_on_input.
|
2005-08-07 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2005-07-23 |
Richard M. Stallman |
(gc_cons_threshold, gc_relative_threshold): Declared.
|
2005-07-13 |
Stefan Monnier |
(gc_cons_threshold): Remove declaration.
|
2005-07-13 |
Stefan Monnier |
(gc_cons_combined_threshold): Declare.
|
2005-07-04 |
Lute Kamstra |
Update FSF's address.
|
2005-06-10 |
Luc Teirlinck |
Update EXFUN of Fselect_frame.
|
2005-06-08 |
Kim F. Storm |
(Fmatch_data, Fset_match_data): Fix EXFUN.
|
2005-05-24 |
Nick Roberts |
Fx_popup_dialog can have three arguments.
|
2005-04-21 |
Kim F. Storm |
(Fsafe_plist_get, Fsafe_get): Remove EXFUN.
|
2005-04-20 |
Kenichi Handa |
(CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
|
2005-04-19 |
Kim F. Storm |
(Fsafe_get): EXFUN it.
|
2005-04-01 |
Kenichi Handa |
(Vascii_upcase_table, Vascii_canon_table,
|
2005-03-24 |
Stefan Monnier |
(make_number): Make prototype more precise.
|
2005-03-06 |
Richard M. Stallman |
(CHECK_CONS_LIST): New macro (two definitions).
|
2005-01-22 |
Kim F. Storm |
(pos_visible_p): Fix prototype.
|
2005-01-16 |
Jan Djärv |
* keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
|
2004-12-27 |
Richard M. Stallman |
Comment changes.
|
2004-12-23 |
Richard M. Stallman |
(Vundo_outer_limit): Fix decl.
|
2004-12-21 |
Richard M. Stallman |
(truncate_undo_list): Update decl.
|
2004-12-13 |
Richard M. Stallman |
(QUIT): Check for Vthrow_on_input.
|
2004-12-07 |
Jan Djärv |
* gtkutil.c: Include signal.h and syssignal.h.
|
2004-12-01 |
Andreas Schwab |
Declare string_to_multibyte.
|
2004-11-30 |
Kim F. Storm |
New defines to enable buffer overrun checking.
|
2004-11-27 |
Eli Zaretskii |
(DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN is not defined.
|
2004-11-21 |
Richard M. Stallman |
(Fread_from_minibuffer): Add arg in decl.
|
2004-11-16 |
Stefan Monnier |
(NILP): Use EQ rather than XFASTINT.
|
2004-11-15 |
Kim F. Storm |
(Fsafe_plist_get): Add EXFUN.
|
2004-11-09 |
Kim F. Storm |
(Fdelete): Add EXFUN.
|
2004-11-07 |
Andreas Schwab |
Declare Fmsdos_downcase_filename.
|
2004-11-02 |
Jan Djärv |
* fileio.c (Fread_file_name): Pass Qt as fifth parameter to
|
2004-10-26 |
Kim F. Storm |
(USE_SAFE_ALLOCA): Add and init sa_must_free integer.
|
2004-10-18 |
Kenichi Handa |
(fast_string_match_ignore_case): Extern it.
|
2004-08-20 |
Kim F. Storm |
Rename wait_reading_process_input to wait_reading_process_output.
|
2004-08-19 |
Kim F. Storm |
Adapt to new wait_reading_process_input args.
|
2004-06-30 |
Andreas Schwab |
Declare Finit_image_library.
|
2004-06-24 |
Kim F. Storm |
(free_misc): Add prototype.
|
2004-06-22 |
Kim F. Storm |
(struct Lisp_Save_Value): New member dogc.
|
2004-06-21 |
Kim F. Storm |
(SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
|
2004-06-21 |
Kim F. Storm |
(MAX_ALLOCA): Define here.
|
2004-05-29 |
Richard M. Stallman |
(truncate_undo_list): Update decl.
|
2004-05-18 |
Eli Zaretskii |
(DECL_ALIGN): Remove restriction on MS-DOS systems.
|
2004-05-17 |
Jason Rumney |
(egetenv) [USE_CRT_DLL]: Remove condition.
|
2004-05-15 |
Eli Zaretskii |
(DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
|
2004-05-14 |
Steven Tamm |
Various fixes to support USE_LSB_TAG with carbon emacs. Mostly fixing
|
2004-05-13 |
Stefan Monnier |
(USE_LSB_TAG): Make it the default when it is known to work.
|
2004-05-10 |
Andreas Schwab |
Declare Fmake_symbolic_link.
|