log src/data.c @ 5438:ab37f52a4fe3

age author description
Wed, 20 Oct 1993 02:47:12 +0000 Richard M. Stallman [hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions.
Wed, 22 Sep 1993 18:32:09 +0000 Brian Fox Add declaration for atof if not predefined.
Fri, 10 Sep 1993 06:15:46 +0000 Roland McGrath Include <config.h> instead of "config.h".
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert (Fmod): New function; result is always same sign as divisor.
Wed, 04 Aug 1993 04:17:08 +0000 Richard M. Stallman (Frem): Don't accept floats, just ints and markers.
Thu, 08 Jul 1993 21:27:33 +0000 Roland McGrath (syms_of_data): Staticpro Qmark_inactive.
Thu, 08 Jul 1993 21:26:57 +0000 Roland McGrath Define Qmark_inactive.
Sat, 12 Jun 1993 07:20:30 +0000 Richard M. Stallman (cons_to_long): Declare top, bot as Lisp_Object.
Wed, 09 Jun 1993 11:59:12 +0000 Jim Blandy Apply typo patches from Paul Eggert.
Sun, 06 Jun 1993 22:50:55 +0000 Richard M. Stallman (Ffset): Delete special check for t and nil.
Tue, 01 Jun 1993 03:37:28 +0000 Richard M. Stallman (Frem): Fix result sign properly.
Mon, 31 May 1993 03:39:07 +0000 Richard M. Stallman (float_arith_driver): Detect division by zero in advance.
Sat, 22 May 1993 21:34:42 +0000 Jim Blandy Updated copyright years.
Fri, 14 May 1993 14:42:01 +0000 Jim Blandy * lread.c, data.c: If STDC_HEADERS is #defined, include <stdlib.h>
Tue, 04 May 1993 02:26:53 +0000 Jim Blandy * data.c (Ffset): Refuse to set the function value of t or nil.