(lw_separator_p): Add `--:space' with the same
[bpt/emacs.git] / src / data.c
1994-09-27 Karl Heuer(wrong_type_argument, Fconsp, Fatom, Flistp, Fnlistp...
1994-09-24 Richard M. Stallman(Fset_default, Fset): Delete RTPC_REGISTER_BUG conditio...
1994-09-17 Richard M. Stallman(sign_extend_lisp_int): Use EMACS_INT.
1994-09-16 Karl Heuer(Fcdr_safe): Delete extraneous blank in docstring.
1994-08-04 Richard M. Stallman(Fdefine_function, Fdefalias): Handle advice as in...
1994-08-01 Roland McGrath(Ffset): Don't call Fget unless SYM's plist is consp.
1994-07-31 Richard M. Stallman(syms_of_data): Set up Qadvice_info, Qactivate_advice.
1994-05-04 Karl HeuerUpdate copyright.
1994-04-29 Karl Heuer(Ffset, Ffmakunbound): Signal an error if SYM is nil...
1994-04-29 Karl Heuer[MSDOS]: Re-enable some #undef's.
1994-04-16 Richard M. Stallman(Fsetq_default): Doc fix.
1994-04-12 Richard M. Stallman(Fsetq_default, Fmake_local_variable): Doc syntax fix.
1994-03-23 Karl Heuer(store_symval_forwarding, Fsymbol_value): Use assignmen...
1994-03-22 Richard M. Stallman(Qwholenump): New variable.
1994-03-21 Richard M. Stallman(Fstring_to_number): Doc fix.
1994-03-21 Karl Heuer(Fmake_local_variable): Void variables stay void.
1994-03-16 Karl Heuer(Fchar_or_string_p, Fintegerp, Fnatnump): Doc fix.
1994-03-04 Karl Heuer(isnan): New macro.
1994-02-04 Karl Heuer(fmod): Implement it on systems where it's missing...
1994-02-01 Karl Heuer(Fmod): Use HAVE_FMOD.
1994-01-22 Richard M. Stallman(Faset): Doc fix.
1994-01-08 Richard M. Stallman(Frem) [MSDOS]: use `fmod', not `drem'. Put in config.h?
1993-10-20 Richard M. Stallman[hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions.
1993-09-22 Brian FoxAdd declaration for atof if not predefined.
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-08-10 Paul Eggert(Fmod): New function; result is always same sign as...
1993-08-04 Richard M. Stallman(Frem): Don't accept floats, just ints and markers.
1993-07-08 Roland McGrath(syms_of_data): Staticpro Qmark_inactive.
1993-07-08 Roland McGrathDefine Qmark_inactive.
1993-06-12 Richard M. Stallman(cons_to_long): Declare top, bot as Lisp_Object.
1993-06-09 Jim BlandyApply typo patches from Paul Eggert.
1993-06-06 Richard M. Stallman(Ffset): Delete special check for t and nil.
1993-06-01 Richard M. Stallman(Frem): Fix result sign properly.
1993-05-31 Richard M. Stallman(float_arith_driver): Detect division by zero in advance.
1993-05-22 Jim BlandyUpdated copyright years.
1993-05-14 Jim Blandy* lread.c, data.c: If STDC_HEADERS is #defined, include...
1993-05-04 Jim Blandy* data.c (Ffset): Refuse to set the function value...
1993-04-29 Richard M. Stallman(Fdefine_function): New function (same code as Fdefalias).
1993-04-23 Eric S. Raymond(Fdefine_function): Changed name back to Fdefalias...
1993-04-17 Richard M. Stallman(Fdefine_function): New function.
1993-04-10 Jim Blandylong_to_cons and cons_to_long are generally useful...
1993-03-30 Jim BlandyRename int-to-string to number-to-string, since it...
1993-03-10 Richard M. Stallman(syms_of_data) [LISP_FLOAT_TYPE]: Define new error...
1993-03-02 Jim Blandy* data.c (Fstring_to_number): Declare p to be an unsign...
1993-02-22 Jim Blandy* data.c (Fstring_to_number): Skip initial spaces,...
1993-01-26 Jim BlandyJimB's changes since January 18th
1992-12-06 Jim Blandysrc/\f * data.c (indirect_function): Delete unused argum...
1992-10-31 Jim Blandy* data.c (Fset): See if current_alist_element points...
1992-10-01 Joseph ArceneauxQbuffer_or_string_p added.
1992-09-30 Jim Blandy* data.c (Fmake_local_variable): If SYM forwards to...
1992-09-29 Jim Blandy* data.c (swap_in_symval_forwarding): Formatting tweaked.
1992-09-29 Jim Blandy* data.c (Frem): Use the `fmod' function under SunOS...
1992-08-19 Jim Blandy* data.c [USG] (Frem): Call fmod, rather than drem...
1992-06-30 Jim Blandyentered into RCS
1992-06-07 Richard M. Stallman*** empty log message ***
1992-05-18 Jim Blandy*** empty log message ***
1992-05-10 Jim Blandy*** empty log message ***
1992-05-01 Jim Blandy*** empty log message ***
1992-03-20 Jim Blandy*** empty log message ***
1992-02-19 Jim Blandy*** empty log message ***
1992-01-28 Jim Blandy*** empty log message ***
1992-01-14 Jim Blandy*** empty log message ***
1991-07-24 Jim Blandy*** empty log message ***
1991-07-18 Jim Blandy*** empty log message ***
1991-06-26 Jim BlandyInitial revision