aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Qinteger): Added.Lars Hansen2003-11-211-14/+17
* (VALMASK): Only define for non-union type.Stefan Monnier2003-11-171-34/+23
* (XSETTYPE): Remove.Stefan Monnier2003-11-051-4/+0
* (GCTYPEMASK): Remove.Stefan Monnier2003-11-051-15/+7
* (XINT): Move the cast to clarify what is going on.Stefan Monnier2003-11-051-2/+2
* (VALBITS): Don't remove 1 for the markbit.Stefan Monnier2003-09-111-36/+7
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (EMACS_LISP_H): New.Dave Love2003-08-201-1/+5
* (adjust_overlays_for_insert, adjust_overlays_for_delete): Update prototype.Andreas Schwab2003-07-111-2/+2
* (VALBITS): Define in terms of GCTYPEBITS.Stefan Monnier2003-07-091-72/+11
* (struct Lisp_Overlay): New field `next'.Stefan Monnier2003-07-091-0/+1
* (XSETMARKBIT): Remove unused macro.Stefan Monnier2003-07-061-5/+0
* (mark_object): Change prototype to only pass Lisp_Object.Stefan Monnier2003-07-061-1/+1
* (struct Lisp_Float): Remove unused field `type'.Stefan Monnier2003-07-041-2/+0
* (MARKBIT): Update comment.Stefan Monnier2003-06-271-10/+3