| Age | Commit message (Expand) | Author |
| 1994-10-04 | (make_number, Fsymbol_name, do_symval_forwarding, swap_in_symval_forwarding, | Karl Heuer |
| 1994-09-30 | (Fmake_local_variable): Doc fix. | Richard M. Stallman |
| 1994-09-27 | (wrong_type_argument, Fconsp, Fatom, Flistp, Fnlistp, Fsymbolp, Fvectorp, | Karl Heuer |
| 1994-09-24 | (Fset_default, Fset): Delete RTPC_REGISTER_BUG conditionals. | Richard M. Stallman |
| 1994-09-17 | (sign_extend_lisp_int): Use EMACS_INT. | Richard M. Stallman |
| 1994-09-16 | (Fcdr_safe): Delete extraneous blank in docstring. | Karl Heuer |
| 1994-08-04 | (Fdefine_function, Fdefalias): Handle advice as in Ffset. | Richard M. Stallman |
| 1994-08-01 | (Ffset): Don't call Fget unless SYM's plist is consp. | Roland McGrath |
| 1994-07-31 | (syms_of_data): Set up Qadvice_info, Qactivate_advice. | Richard M. Stallman |
| 1994-05-04 | Update copyright. | Karl Heuer |
| 1994-04-29 | (Ffset, Ffmakunbound): Signal an error if SYM is nil or t. | Karl Heuer |
| 1994-04-29 | [MSDOS]: Re-enable some #undef's. | Karl Heuer |
| 1994-04-16 | (Fsetq_default): Doc fix. | Richard M. Stallman |
| 1994-04-12 | (Fsetq_default, Fmake_local_variable): Doc syntax fix. | Richard M. Stallman |
| 1994-03-23 | (store_symval_forwarding, Fsymbol_value): Use assignment, not initialization. | Karl Heuer |
| 1994-03-22 | (Qwholenump): New variable. | Richard M. Stallman |
| 1994-03-21 | (Fstring_to_number): Doc fix. | Richard M. Stallman |
| 1994-03-21 | (Fmake_local_variable): Void variables stay void. | Karl Heuer |
| 1994-03-16 | (Fchar_or_string_p, Fintegerp, Fnatnump): Doc fix. | Karl Heuer |
| 1994-03-04 | (isnan): New macro. | Karl Heuer |
| 1994-02-04 | (fmod): Implement it on systems where it's missing, using drem if available. | Karl Heuer |
| 1994-02-01 | (Fmod): Use HAVE_FMOD. | Karl Heuer |
| 1994-01-22 | (Faset): Doc fix. | Richard M. Stallman |
| 1994-01-08 | (Frem) [MSDOS]: use `fmod', not `drem'. Put in config.h? | Richard M. Stallman |
| 1993-10-20 | [hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions. | Richard M. Stallman |
| 1993-09-22 | Add declaration for atof if not predefined. | Brian Fox |
| 1993-09-10 | Include <config.h> instead of "config.h". | Roland McGrath |
| 1993-08-10 | (Fmod): New function; result is always same sign as divisor. | Paul Eggert |
| 1993-08-04 | (Frem): Don't accept floats, just ints and markers. | Richard M. Stallman |
| 1993-07-08 | (syms_of_data): Staticpro Qmark_inactive. | Roland McGrath |
| 1993-07-08 | Define Qmark_inactive. | Roland McGrath |
| 1993-06-12 | (cons_to_long): Declare top, bot as Lisp_Object. | Richard M. Stallman |
| 1993-06-09 | Apply typo patches from Paul Eggert. | Jim Blandy |
| 1993-06-06 | (Ffset): Delete special check for t and nil. | Richard M. Stallman |
| 1993-06-01 | (Frem): Fix result sign properly. | Richard M. Stallman |
| 1993-05-31 | (float_arith_driver): Detect division by zero in advance. | Richard M. Stallman |
| 1993-05-22 | Updated copyright years. | Jim Blandy |
| 1993-05-14 | * lread.c, data.c: If STDC_HEADERS is #defined, include <stdlib.h> | Jim Blandy |
| 1993-05-04 | * data.c (Ffset): Refuse to set the function value of t or nil. | Jim Blandy |
| 1993-04-29 | (Fdefine_function): New function (same code as Fdefalias). | Richard M. Stallman |
| 1993-04-23 | (Fdefine_function): Changed name back to Fdefalias, so we get things | Eric S. Raymond |
| 1993-04-17 | (Fdefine_function): New function. | Richard M. Stallman |
| 1993-04-10 | long_to_cons and cons_to_long are generally useful things; they're | Jim Blandy |
| 1993-03-30 | Rename int-to-string to number-to-string, since it can handle | Jim Blandy |
| 1993-03-10 | (syms_of_data) [LISP_FLOAT_TYPE]: Define new error conditions: | Richard M. Stallman |
| 1993-03-02 | * data.c (Fstring_to_number): Declare p to be an unsigned char, to | Jim Blandy |
| 1993-02-22 | * data.c (Fstring_to_number): Skip initial spaces, to make Emacs | Jim Blandy |
| 1993-01-26 | JimB's changes since January 18th | Jim Blandy |
| 1992-12-06 | src/ * data.c (indirect_function): Delete unused argument ERROR. | Jim Blandy |
| 1992-10-31 | * data.c (Fset): See if current_alist_element points to itself | Jim Blandy |