summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* [EXPLICIT_SIGN_EXTEND] (XINT): Use symbolic constants.Karl Heuer1995-01-041-1/+1
* Use consistent spelling in comments.Karl Heuer1995-01-031-3/+3
* (enum Lisp_Type): Don't use trailing comma.Karl Heuer1995-01-031-22/+22
* (enum Lisp_Type): Delete Lisp_Buffer.Richard M. Stallman1995-01-021-51/+63
* (VALBITS): Default now 28.Richard M. Stallman1994-12-301-82/+96
* (enum Lisp_Type): Rename Max_Lisp_Type to Lisp_Type_Limit.Richard M. Stallman1994-12-251-1/+1
* (enum Lisp_Type): Add Max_Lisp_Type.Richard M. Stallman1994-12-251-0/+3
* Added code for automatically saving and restoring the match dataFrancesco Potortì1994-11-211-0/+3
* (enum Lisp_Misc_Type): Rename Lisp_Vector to Lisp_Vectorlike. MarkKarl Heuer1994-11-181-11/+37
* (XSETCOMPILED): New macro.Karl Heuer1994-11-181-0/+1
* Declare allocate_vectorlike.Karl Heuer1994-11-161-0/+7
* Delete declaration of Farray_length.Karl Heuer1994-11-161-1/+1
* (GC_INTEGERP, etc): New type-test macros for use during GC.Karl Heuer1994-11-151-0/+27
* (NATNUMP): New macro.Karl Heuer1994-11-151-2/+2
* (enum Lisp_Misc_Type): Add new enumeration Lisp_Misc_Overlay.Karl Heuer1994-11-151-10/+16
* Comment change.Richard M. Stallman1994-11-131-23/+2
* (enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_Buffer_Local_Value andKarl Heuer1994-11-111-42/+51
* Fix comment associated with previous change.Karl Heuer1994-11-101-1/+1
* (FRAMEP): Use the second definition whenever HAVE_MOUSE.Richard M. Stallman1994-11-101-1/+1
* Leave DEVICE_SEP undefined by default.Karl Heuer1994-11-021-3/+0
* (DEVICE_SEP, DIRECTORY_SEP, IS_DEVICE_SEP)Richard M. Stallman1994-11-011-0/+24
* *** empty log message ***Morten Welinder1994-10-171-3/+11
* (Funhandled_file_name_directory): Declared.Richard M. Stallman1994-10-131-0/+1
* (enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_Intfwd,Karl Heuer1994-10-121-42/+60
* (Lisp_Misc): new type code, replacing Lisp_Marker (and soon to replace otherKarl Heuer1994-10-111-7/+26
* (enum Lisp_Misc_Type): New type.Karl Heuer1994-10-071-1/+8
* (Lisp_Void, VOIDP): Deleted.Karl Heuer1994-10-061-5/+0
* (Lisp_Internal_Stream, XSETINTERNALSTREAM, INTERNALSTREAMP): Deleted.Karl Heuer1994-10-061-8/+0
* (Lisp_Internal, XSETINTERNAL, INTERNALP): Deleted.Karl Heuer1994-10-061-7/+0
* (XFASTINT): Changed to non-lvalue syntax, to ensure that callers will useKarl Heuer1994-10-041-2/+2
* (XSETFASTINT): New macro.Karl Heuer1994-10-041-6/+10
* (XSETINT, XSETCONS, XSETBUFFER, XSETVECTOR, XSETSUBR, XSETSTRING, XSETSYMBOL,Karl Heuer1994-10-041-29/+18
* (BOOLFWDP, INTERNALP, INTFWDP, OBJFWDP, INTERNAL_STREAMP, BUFFER_LOCAL_VALUEP,Karl Heuer1994-09-271-22/+31
* (Qplus): Declared.Richard M. Stallman1994-09-261-1/+1
* (Vdebug_on_error): Declared.Richard M. Stallman1994-09-221-0/+1
* (RETURN_UNGCPRO): Use if (1) .. else, not do ... while (0).Richard M. Stallman1994-09-191-2/+2
* (Fmember): Declare this function.Karl Heuer1994-09-181-1/+1
* Declare some functions.Karl Heuer1994-09-171-0/+3
* (EMACS_INT, EMACS_UINT): Define, if not already defined.Richard M. Stallman1994-09-171-0/+8
* (Lisp_Object): Use EMACS_INT.Richard M. Stallman1994-09-171-20/+22
* (DEFUN): Check USE_NONANSI_DEFUN.Richard M. Stallman1994-08-261-1/+1
* Comment fix.Richard M. Stallman1994-08-171-4/+1
* (RETURN_UNGCPRO): Swallow semicolon.Richard M. Stallman1994-06-221-7/+17
* declare init_system_name (replaces get_system_name).Karl Heuer1994-06-151-2/+2
* Update copyright.Karl Heuer1994-05-041-1/+1
* (Vascii_canon_table, Vascii_eqv_table): Declared.Richard M. Stallman1994-04-231-0/+1
* (Fprocess_send_eof, Foverlay_get): Declared.Richard M. Stallman1994-04-151-0/+2
* (gc_in_progress): Declared.Richard M. Stallman1994-04-031-0/+1
* (Qwholenump): Declared.Richard M. Stallman1994-03-221-2/+3
* (MAKE_GLYPH, GLYPH_CHAR, GLYPH_FACE): Handle termcap frames as well as X.Karl Heuer1994-03-191-3/+17