| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
* | (Vascii_canon_table, Vascii_eqv_table): Declared. | Richard M. Stallman | 1994-04-23 | 1 | -0/+1 |
* | (Fprocess_send_eof, Foverlay_get): Declared. | Richard M. Stallman | 1994-04-15 | 1 | -0/+2 |
* | (gc_in_progress): Declared. | Richard M. Stallman | 1994-04-03 | 1 | -0/+1 |
* | (Qwholenump): Declared. | Richard M. Stallman | 1994-03-22 | 1 | -2/+3 |
* | (MAKE_GLYPH, GLYPH_CHAR, GLYPH_FACE): Handle termcap frames as well as X. | Karl Heuer | 1994-03-19 | 1 | -3/+17 |
* | (GLYPH_MODE_LINE_FACE): New macro. | Richard M. Stallman | 1994-03-10 | 1 | -0/+2 |
* | (Qvisible): Declared. | Richard M. Stallman | 1994-03-08 | 1 | -0/+1 |
* | (ARRAY_MARK_FLAG): Define here. | Richard M. Stallman | 1994-03-05 | 1 | -0/+27 |
* | (struct handler): New field chosen_clause. | Richard M. Stallman | 1994-03-02 | 1 | -0/+5 |
* | Delete extra backslash on last line of macro. | Karl Heuer | 1994-02-26 | 1 | -1/+1 |
* | New variable doc_directory. | Karl Heuer | 1994-02-22 | 1 | -0/+1 |
* | (internal_condition_case_1): Declared. | Richard M. Stallman | 1994-02-05 | 1 | -0/+1 |
* | (get_system_name): Declared. | Karl Heuer | 1994-02-02 | 1 | -0/+2 |
* | (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): New macros. | Richard M. Stallman | 1994-01-20 | 1 | -0/+29 |
* | Use WORDS_BIG_ENDIAN, not BIG_ENDIAN. | Richard M. Stallman | 1993-12-23 | 1 | -4/+31 |