Sat, 24 Sep 1994 00:17:57 +0000 |
Richard M. Stallman |
(Fset_default, Fset): Delete RTPC_REGISTER_BUG conditionals.
|
Sat, 17 Sep 1994 00:27:54 +0000 |
Richard M. Stallman |
(sign_extend_lisp_int): Use EMACS_INT.
|
Fri, 16 Sep 1994 22:02:54 +0000 |
Karl Heuer |
(Fcdr_safe): Delete extraneous blank in docstring.
|
Thu, 04 Aug 1994 22:57:13 +0000 |
Richard M. Stallman |
(Fdefine_function, Fdefalias): Handle advice as in Ffset.
|
Mon, 01 Aug 1994 22:28:26 +0000 |
Roland McGrath |
(Ffset): Don't call Fget unless SYM's plist is consp.
|
Sun, 31 Jul 1994 20:57:45 +0000 |
Richard M. Stallman |
(syms_of_data): Set up Qadvice_info, Qactivate_advice.
|
Wed, 04 May 1994 02:41:09 +0000 |
Karl Heuer |
Update copyright.
|
Fri, 29 Apr 1994 23:21:37 +0000 |
Karl Heuer |
(Ffset, Ffmakunbound): Signal an error if SYM is nil or t.
|
Fri, 29 Apr 1994 23:16:43 +0000 |
Karl Heuer |
[MSDOS]: Re-enable some #undef's.
|
Sat, 16 Apr 1994 05:15:17 +0000 |
Richard M. Stallman |
(Fsetq_default): Doc fix.
|
Tue, 12 Apr 1994 06:06:21 +0000 |
Richard M. Stallman |
(Fsetq_default, Fmake_local_variable): Doc syntax fix.
|
Wed, 23 Mar 1994 22:27:40 +0000 |
Karl Heuer |
(store_symval_forwarding, Fsymbol_value): Use assignment, not initialization.
|
Tue, 22 Mar 1994 00:14:47 +0000 |
Richard M. Stallman |
(Qwholenump): New variable.
|
Mon, 21 Mar 1994 06:56:46 +0000 |
Richard M. Stallman |
(Fstring_to_number): Doc fix.
|
Mon, 21 Mar 1994 01:39:07 +0000 |
Karl Heuer |
(Fmake_local_variable): Void variables stay void.
|
Wed, 16 Mar 1994 23:21:02 +0000 |
Karl Heuer |
(Fchar_or_string_p, Fintegerp, Fnatnump): Doc fix.
|
Fri, 04 Mar 1994 21:21:08 +0000 |
Karl Heuer |
(isnan): New macro.
|
Fri, 04 Feb 1994 20:18:59 +0000 |
Karl Heuer |
(fmod): Implement it on systems where it's missing, using drem if available.
|
Tue, 01 Feb 1994 23:21:22 +0000 |
Karl Heuer |
(Fmod): Use HAVE_FMOD.
|
Sat, 22 Jan 1994 16:13:30 +0000 |
Richard M. Stallman |
(Faset): Doc fix.
|
Sat, 08 Jan 1994 09:23:12 +0000 |
Richard M. Stallman |
(Frem) [MSDOS]: use `fmod', not `drem'. Put in config.h?
|
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.
|
Thu, 29 Apr 1993 13:12:37 +0000 |
Richard M. Stallman |
(Fdefine_function): New function (same code as Fdefalias).
|
Fri, 23 Apr 1993 03:40:03 +0000 |
Eric S. Raymond |
(Fdefine_function): Changed name back to Fdefalias, so we get things
|
Sat, 17 Apr 1993 01:29:48 +0000 |
Richard M. Stallman |
(Fdefine_function): New function.
|
Sat, 10 Apr 1993 08:05:07 +0000 |
Jim Blandy |
long_to_cons and cons_to_long are generally useful things; they're
|
Tue, 30 Mar 1993 21:21:49 +0000 |
Jim Blandy |
Rename int-to-string to number-to-string, since it can handle
|
Wed, 10 Mar 1993 05:14:04 +0000 |
Richard M. Stallman |
(syms_of_data) [LISP_FLOAT_TYPE]: Define new error conditions:
|
Tue, 02 Mar 1993 08:11:01 +0000 |
Jim Blandy |
* data.c (Fstring_to_number): Declare p to be an unsigned char, to
|
Mon, 22 Feb 1993 14:27:14 +0000 |
Jim Blandy |
* data.c (Fstring_to_number): Skip initial spaces, to make Emacs
|
Tue, 26 Jan 1993 01:58:16 +0000 |
Jim Blandy |
JimB's changes since January 18th
|
Sun, 06 Dec 1992 22:13:53 +0000 |
Jim Blandy |
src/ * data.c (indirect_function): Delete unused argument ERROR.
|
Sat, 31 Oct 1992 05:17:14 +0000 |
Jim Blandy |
* data.c (Fset): See if current_alist_element points to itself
|
Thu, 01 Oct 1992 01:58:57 +0000 |
Joseph Arceneaux |
Qbuffer_or_string_p added.
|
Wed, 30 Sep 1992 11:35:45 +0000 |
Jim Blandy |
* data.c (Fmake_local_variable): If SYM forwards to a C variable,
|
Tue, 29 Sep 1992 15:06:46 +0000 |
Jim Blandy |
* data.c (swap_in_symval_forwarding): Formatting tweaked.
|
Tue, 29 Sep 1992 04:54:28 +0000 |
Jim Blandy |
* data.c (Frem): Use the `fmod' function under SunOS, Ultrix, and
|
Wed, 19 Aug 1992 06:19:22 +0000 |
Jim Blandy |
* data.c [USG] (Frem): Call fmod, rather than drem. Rah.
|
Tue, 30 Jun 1992 13:55:35 +0000 |
Jim Blandy |
entered into RCS
|
Sun, 07 Jun 1992 02:36:01 +0000 |
Richard M. Stallman |
*** empty log message ***
|
Mon, 18 May 1992 08:14:41 +0000 |
Jim Blandy |
*** empty log message ***
|
Sun, 10 May 1992 18:15:10 +0000 |
Jim Blandy |
*** empty log message ***
|
Fri, 01 May 1992 06:20:46 +0000 |
Jim Blandy |
*** empty log message ***
|
Fri, 20 Mar 1992 17:00:55 +0000 |
Jim Blandy |
*** empty log message ***
|
Wed, 19 Feb 1992 15:03:50 +0000 |
Jim Blandy |
*** empty log message ***
|
Tue, 28 Jan 1992 01:53:11 +0000 |
Jim Blandy |
*** empty log message ***
|
Tue, 14 Jan 1992 07:14:12 +0000 |
Jim Blandy |
*** empty log message ***
|
Wed, 24 Jul 1991 00:06:21 +0000 |
Jim Blandy |
*** empty log message ***
|
Thu, 18 Jul 1991 11:05:46 +0000 |
Jim Blandy |
*** empty log message ***
|
Wed, 26 Jun 1991 15:44:32 +0000 |
Jim Blandy |
Initial revision
|