log src/lisp.h @ 9967:620611070d29

age author description
Wed, 16 Nov 1994 03:42:44 +0000 Karl Heuer Delete declaration of Farray_length.
Tue, 15 Nov 1994 23:38:26 +0000 Karl Heuer (GC_INTEGERP, etc): New type-test macros for use during GC.
Tue, 15 Nov 1994 22:45:31 +0000 Karl Heuer (NATNUMP): New macro.
Tue, 15 Nov 1994 02:04:03 +0000 Karl Heuer (enum Lisp_Misc_Type): Add new enumeration Lisp_Misc_Overlay.
Sun, 13 Nov 1994 20:54:28 +0000 Richard M. Stallman Comment change.
Fri, 11 Nov 1994 07:32:54 +0000 Karl Heuer (enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_Buffer_Local_Value and
Thu, 10 Nov 1994 19:51:28 +0000 Karl Heuer Fix comment associated with previous change.
Thu, 10 Nov 1994 03:44:29 +0000 Richard M. Stallman (FRAMEP): Use the second definition whenever HAVE_MOUSE.
Wed, 02 Nov 1994 02:35:56 +0000 Karl Heuer Leave DEVICE_SEP undefined by default.
Tue, 01 Nov 1994 08:47:47 +0000 Richard M. Stallman (DEVICE_SEP, DIRECTORY_SEP, IS_DEVICE_SEP)
Mon, 17 Oct 1994 08:42:36 +0000 Morten Welinder *** empty log message ***
Thu, 13 Oct 1994 06:21:23 +0000 Richard M. Stallman (Funhandled_file_name_directory): Declared.
Wed, 12 Oct 1994 05:13:45 +0000 Karl Heuer (enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_Intfwd,
Tue, 11 Oct 1994 07:45:20 +0000 Karl Heuer (Lisp_Misc): new type code, replacing Lisp_Marker (and soon to replace other
Fri, 07 Oct 1994 21:44:51 +0000 Karl Heuer (enum Lisp_Misc_Type): New type.
Thu, 06 Oct 1994 23:09:17 +0000 Karl Heuer (Lisp_Void, VOIDP): Deleted.
Thu, 06 Oct 1994 21:47:34 +0000 Karl Heuer (Lisp_Internal_Stream, XSETINTERNALSTREAM, INTERNALSTREAMP): Deleted.
Thu, 06 Oct 1994 21:29:23 +0000 Karl Heuer (Lisp_Internal, XSETINTERNAL, INTERNALP): Deleted.
Tue, 04 Oct 1994 17:04:39 +0000 Karl Heuer (XFASTINT): Changed to non-lvalue syntax, to ensure that callers will use
Tue, 04 Oct 1994 15:24:13 +0000 Karl Heuer (XSETFASTINT): New macro.
Tue, 04 Oct 1994 13:12:44 +0000 Karl Heuer (XSETINT, XSETCONS, XSETBUFFER, XSETVECTOR, XSETSUBR, XSETSTRING, XSETSYMBOL,
Tue, 27 Sep 1994 04:20:23 +0000 Karl Heuer (BOOLFWDP, INTERNALP, INTFWDP, OBJFWDP, INTERNAL_STREAMP, BUFFER_LOCAL_VALUEP,
Mon, 26 Sep 1994 23:42:40 +0000 Richard M. Stallman (Qplus): Declared.
Thu, 22 Sep 1994 06:37:06 +0000 Richard M. Stallman (Vdebug_on_error): Declared.
Mon, 19 Sep 1994 05:07:10 +0000 Richard M. Stallman (RETURN_UNGCPRO): Use if (1) .. else, not do ... while (0).
Sun, 18 Sep 1994 23:59:10 +0000 Karl Heuer (Fmember): Declare this function.
Sat, 17 Sep 1994 03:14:26 +0000 Karl Heuer Declare some functions.
Sat, 17 Sep 1994 00:51:52 +0000 Richard M. Stallman (EMACS_INT, EMACS_UINT): Define, if not already defined.
Sat, 17 Sep 1994 00:35:09 +0000 Richard M. Stallman (Lisp_Object): Use EMACS_INT.
Fri, 26 Aug 1994 00:44:42 +0000 Richard M. Stallman (DEFUN): Check USE_NONANSI_DEFUN.