Include <config.h> instead of "config.h".
[bpt/emacs.git] / src / data.c
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