aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* (make_number): Make prototype more precise.Stefan Monnier2005-03-241-3/+3
* (CHECK_CONS_LIST): New macro (two definitions).Richard M. Stallman2005-03-061-0/+5
* (pos_visible_p): Fix prototype.Kim F. Storm2005-01-221-1/+1
* * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)Jan Djärv2005-01-161-0/+1
* Comment changes.Richard M. Stallman2004-12-271-0/+8
* (Vundo_outer_limit): Fix decl.Richard M. Stallman2004-12-231-0/+1
* (truncate_undo_list): Update decl.Richard M. Stallman2004-12-211-1/+1
* (QUIT): Check for Vthrow_on_input.Richard M. Stallman2004-12-131-0/+8
* * gtkutil.c: Include signal.h and syssignal.h.Jan Djärv2004-12-071-0/+1
* Declare string_to_multibyte.Andreas Schwab2004-12-011-0/+1
* New defines to enable buffer overrun checking.Kim F. Storm2004-11-301-0/+16
* (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN is not defined.Eli Zaretskii2004-11-271-5/+7
* (Fread_from_minibuffer): Add arg in decl.Richard M. Stallman2004-11-211-1/+1
* (NILP): Use EQ rather than XFASTINT.Stefan Monnier2004-11-161-1/+1
* (Fsafe_plist_get): Add EXFUN.Kim F. Storm2004-11-151-0/+1
* (Fdelete): Add EXFUN.Kim F. Storm2004-11-091-0/+2
* Declare Fmsdos_downcase_filename.Andreas Schwab2004-11-071-0/+5
* * fileio.c (Fread_file_name): Pass Qt as fifth parameter toJan Djärv2004-11-021-1/+1
* (USE_SAFE_ALLOCA): Add and init sa_must_free integer.Kim F. Storm2004-10-261-10/+7
* (fast_string_match_ignore_case): Extern it.Kenichi Handa2004-10-181-0/+1
* Rename wait_reading_process_input to wait_reading_process_output.Kim F. Storm2004-08-201-4/+4
* Adapt to new wait_reading_process_input args.Kim F. Storm2004-08-191-1/+4
* Declare Finit_image_library.Andreas Schwab2004-06-301-0/+1
* (free_misc): Add prototype.Kim F. Storm2004-06-241-0/+1
* (struct Lisp_Save_Value): New member dogc.Kim F. Storm2004-06-221-17/+27
* (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.Kim F. Storm2004-06-211-0/+20
* (MAX_ALLOCA): Define here.Kim F. Storm2004-06-211-0/+31
* (truncate_undo_list): Update decl.Richard M. Stallman2004-05-291-1/+1
* (DECL_ALIGN): Remove restriction on MS-DOS systems.Eli Zaretskii2004-05-181-5/+3
* (egetenv) [USE_CRT_DLL]: Remove condition.Jason Rumney2004-05-171-2/+0
* (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to useEli Zaretskii2004-05-151-3/+5
* Various fixes to support USE_LSB_TAG with carbon emacs. Mostly fixingSteven Tamm2004-05-141-3/+8
* (USE_LSB_TAG): Make it the default when it is known to work.Stefan Monnier2004-05-131-6/+33
* Declare Fmake_symbolic_link.Andreas Schwab2004-05-101-0/+1
* (BOOL_VECTOR_BITS_PER_CHAR): Define.Andreas Schwab2004-04-261-0/+4
* Revision: [email protected]/emacs--cvs-trunk--0--patch-248Miles Bader2004-04-261-0/+26
* (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:Stefan Monnier2004-04-211-2/+2
* (pos_visible_p): Fix prototype.Kim F. Storm2004-04-201-1/+2
* (Finteractive_form): Declare.Stefan Monnier2004-03-291-0/+1
* * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.Masatake YAMATO2004-03-251-1/+1
* Image consolidation:Kim F. Storm2004-03-111-1/+4
* (mark_window_display_accurate): Remove prototype.Kim F. Storm2004-02-281-1/+0
* (union Lisp_Object): Give a more precise type for `type'.Stefan Monnier2004-02-191-14/+4
* (syms_of_fringe, init_fringe, init_fringe_once):Kim F. Storm2004-02-081-0/+5
* [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.Stefan Monnier2004-01-211-10/+6
* lisp.h: Add undef DECL_ALIGNJan Djärv2004-01-211-0/+1
* (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.Stefan Monnier2004-01-211-0/+19
* [USE_LSB_TAG]: Add definitions for Lisp_Object valueStefan Monnier2004-01-211-2/+57
* [ENABLE_CHECKING]: Don't force union type.Stefan Monnier2004-01-211-5/+1
* (IMAGEP): New macro to test for image object type.Kim F. Storm2003-12-281-0/+5