log src/data.c @ 2579:5d55e3b47227

age author description
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.