| Commit message (Expand) | Author | Age | Files | Lines |
| * | (union Lisp_Misc): Make the `type' field just 16 bits, to match the | Karl Heuer | 1995-01-20 | 1 | -1/+1 |
| * | (SWITCH_ENUM_CAST): New macro. | Karl Heuer | 1995-01-18 | 1 | -0/+6 |
| * | Declare Qrear_nonsticky. | Richard M. Stallman | 1995-01-13 | 1 | -0/+1 |
| * | Declare message_dolog. | Karl Heuer | 1995-01-13 | 1 | -0/+1 |
| * | Use large constants for Lisp_Misc_Type. | Karl Heuer | 1995-01-11 | 1 | -2/+32 |
| * | (struct Lisp_Free, struct Lisp_Marker, etc.): | Richard M. Stallman | 1995-01-11 | 1 | -9/+22 |
| * | [EXPLICIT_SIGN_EXTEND] (XINT): Use symbolic constants. | Karl Heuer | 1995-01-04 | 1 | -1/+1 |
| * | Use consistent spelling in comments. | Karl Heuer | 1995-01-03 | 1 | -3/+3 |
| * | (enum Lisp_Type): Don't use trailing comma. | Karl Heuer | 1995-01-03 | 1 | -22/+22 |
| * | (enum Lisp_Type): Delete Lisp_Buffer. | Richard M. Stallman | 1995-01-02 | 1 | -51/+63 |
| * | (VALBITS): Default now 28. | Richard M. Stallman | 1994-12-30 | 1 | -82/+96 |
| * | (enum Lisp_Type): Rename Max_Lisp_Type to Lisp_Type_Limit. | Richard M. Stallman | 1994-12-25 | 1 | -1/+1 |
| * | (enum Lisp_Type): Add Max_Lisp_Type. | Richard M. Stallman | 1994-12-25 | 1 | -0/+3 |
| * | Added code for automatically saving and restoring the match data | Francesco Potortì | 1994-11-21 | 1 | -0/+3 |
| * | (enum Lisp_Misc_Type): Rename Lisp_Vector to Lisp_Vectorlike. Mark | Karl Heuer | 1994-11-18 | 1 | -11/+37 |
| * | (XSETCOMPILED): New macro. | Karl Heuer | 1994-11-18 | 1 | -0/+1 |
| * | Declare allocate_vectorlike. | Karl Heuer | 1994-11-16 | 1 | -0/+7 |
| * | Delete declaration of Farray_length. | Karl Heuer | 1994-11-16 | 1 | -1/+1 |
| * | (GC_INTEGERP, etc): New type-test macros for use during GC. | Karl Heuer | 1994-11-15 | 1 | -0/+27 |
| * | (NATNUMP): New macro. | Karl Heuer | 1994-11-15 | 1 | -2/+2 |
| * | (enum Lisp_Misc_Type): Add new enumeration Lisp_Misc_Overlay. | Karl Heuer | 1994-11-15 | 1 | -10/+16 |
| * | Comment change. | Richard M. Stallman | 1994-11-13 | 1 | -23/+2 |
| * | (enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_Buffer_Local_Value and | Karl Heuer | 1994-11-11 | 1 | -42/+51 |
| * | Fix comment associated with previous change. | Karl Heuer | 1994-11-10 | 1 | -1/+1 |
| * | (FRAMEP): Use the second definition whenever HAVE_MOUSE. | Richard M. Stallman | 1994-11-10 | 1 | -1/+1 |
| * | Leave DEVICE_SEP undefined by default. | Karl Heuer | 1994-11-02 | 1 | -3/+0 |
| * | (DEVICE_SEP, DIRECTORY_SEP, IS_DEVICE_SEP) | Richard M. Stallman | 1994-11-01 | 1 | -0/+24 |
| * | *** empty log message *** | Morten Welinder | 1994-10-17 | 1 | -3/+11 |
| * | (Funhandled_file_name_directory): Declared. | Richard M. Stallman | 1994-10-13 | 1 | -0/+1 |
| * | (enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_Intfwd, | Karl Heuer | 1994-10-12 | 1 | -42/+60 |
| * | (Lisp_Misc): new type code, replacing Lisp_Marker (and soon to replace other | Karl Heuer | 1994-10-11 | 1 | -7/+26 |
| * | (enum Lisp_Misc_Type): New type. | Karl Heuer | 1994-10-07 | 1 | -1/+8 |
| * | (Lisp_Void, VOIDP): Deleted. | Karl Heuer | 1994-10-06 | 1 | -5/+0 |
| * | (Lisp_Internal_Stream, XSETINTERNALSTREAM, INTERNALSTREAMP): Deleted. | Karl Heuer | 1994-10-06 | 1 | -8/+0 |
| * | (Lisp_Internal, XSETINTERNAL, INTERNALP): Deleted. | Karl Heuer | 1994-10-06 | 1 | -7/+0 |
| * | (XFASTINT): Changed to non-lvalue syntax, to ensure that callers will use | Karl Heuer | 1994-10-04 | 1 | -2/+2 |
| * | (XSETFASTINT): New macro. | Karl Heuer | 1994-10-04 | 1 | -6/+10 |
| * | (XSETINT, XSETCONS, XSETBUFFER, XSETVECTOR, XSETSUBR, XSETSTRING, XSETSYMBOL, | Karl Heuer | 1994-10-04 | 1 | -29/+18 |
| * | (BOOLFWDP, INTERNALP, INTFWDP, OBJFWDP, INTERNAL_STREAMP, BUFFER_LOCAL_VALUEP, | Karl Heuer | 1994-09-27 | 1 | -22/+31 |
| * | (Qplus): Declared. | Richard M. Stallman | 1994-09-26 | 1 | -1/+1 |
| * | (Vdebug_on_error): Declared. | Richard M. Stallman | 1994-09-22 | 1 | -0/+1 |
| * | (RETURN_UNGCPRO): Use if (1) .. else, not do ... while (0). | Richard M. Stallman | 1994-09-19 | 1 | -2/+2 |
| * | (Fmember): Declare this function. | Karl Heuer | 1994-09-18 | 1 | -1/+1 |
| * | Declare some functions. | Karl Heuer | 1994-09-17 | 1 | -0/+3 |
| * | (EMACS_INT, EMACS_UINT): Define, if not already defined. | Richard M. Stallman | 1994-09-17 | 1 | -0/+8 |
| * | (Lisp_Object): Use EMACS_INT. | Richard M. Stallman | 1994-09-17 | 1 | -20/+22 |
| * | (DEFUN): Check USE_NONANSI_DEFUN. | Richard M. Stallman | 1994-08-26 | 1 | -1/+1 |
| * | Comment fix. | Richard M. Stallman | 1994-08-17 | 1 | -4/+1 |
| * | (RETURN_UNGCPRO): Swallow semicolon. | Richard M. Stallman | 1994-06-22 | 1 | -7/+17 |
| * | declare init_system_name (replaces get_system_name). | Karl Heuer | 1994-06-15 | 1 | -2/+2 |