aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (unfollow)
Commit message (Expand)AuthorFilesLines
1994-05-04Update copyright.Karl Heuer1-1/+1
1994-04-29(Ffset, Ffmakunbound): Signal an error if SYM is nil or t.Karl Heuer1-1/+4
1994-04-29[MSDOS]: Re-enable some #undef's.Karl Heuer1-4/+1
1994-04-16(Fsetq_default): Doc fix.Richard M. Stallman1-4/+11
1994-04-12(Fsetq_default, Fmake_local_variable): Doc syntax fix.Richard M. Stallman1-3/+3
1994-03-23(store_symval_forwarding, Fsymbol_value): Use assignment, not initialization.Karl Heuer1-3/+4
1994-03-22(Qwholenump): New variable.Richard M. Stallman1-1/+5
1994-03-21(Fstring_to_number): Doc fix.Richard M. Stallman1-1/+2
1994-03-21(Fmake_local_variable): Void variables stay void.Karl Heuer1-2/+2
1994-03-16(Fchar_or_string_p, Fintegerp, Fnatnump): Doc fix.Karl Heuer1-3/+5
1994-03-04(isnan): New macro.Karl Heuer1-2/+6
1994-02-04(fmod): Implement it on systems where it's missing, using drem if available.Karl Heuer1-4/+13
1994-02-01(Fmod): Use HAVE_FMOD.Karl Heuer1-1/+1
1994-01-22(Faset): Doc fix.Richard M. Stallman1-2/+2
1994-01-08(Frem) [MSDOS]: use `fmod', not `drem'. Put in config.h?Richard M. Stallman1-1/+11
1993-10-20[hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions.Richard M. Stallman1-0/+12
1993-09-22Add declaration for atof if not predefined.Brian Fox1-0/+4
1993-09-10Include <config.h> instead of "config.h".Roland McGrath1-1/+1
1993-08-10(Fmod): New function; result is always same sign as divisor.Paul Eggert1-0/+55
1993-08-04(Frem): Don't accept floats, just ints and markers.Richard M. Stallman1-26/+1
1993-07-08(syms_of_data): Staticpro Qmark_inactive.Roland McGrath1-0/+1
1993-07-08Define Qmark_inactive.Roland McGrath1-1/+2
1993-06-12(cons_to_long): Declare top, bot as Lisp_Object.Richard M. Stallman1-1/+1
1993-06-09Apply typo patches from Paul Eggert.Jim Blandy1-4/+4
1993-06-06(Ffset): Delete special check for t and nil.Richard M. Stallman1-2/+0
1993-06-01(Frem): Fix result sign properly.Richard M. Stallman1-1/+2
1993-05-31(float_arith_driver): Detect division by zero in advance.Richard M. Stallman1-4/+18
1993-05-22Updated copyright years.Jim Blandy1-1/+1
1993-05-14* lread.c, data.c: If STDC_HEADERS is #defined, include <stdlib.h>Jim Blandy1-0/+3
1993-05-04* data.c (Ffset): Refuse to set the function value of t or nil.Jim Blandy1-0/+3
1993-04-29(Fdefine_function): New function (same code as Fdefalias).Richard M. Stallman1-0/+18
1993-04-23(Fdefine_function): Changed name back to Fdefalias, so we get thingsEric S. Raymond1-2/+2
1993-04-17(Fdefine_function): New function.Richard M. Stallman1-0/+16
1993-04-10long_to_cons and cons_to_long are generally useful things; they'reJim Blandy1-0/+29
1993-03-30Rename int-to-string to number-to-string, since it can handleJim Blandy1-3/+3
1993-03-10(syms_of_data) [LISP_FLOAT_TYPE]: Define new error conditions:Richard M. Stallman1-16/+63
1993-03-02* data.c (Fstring_to_number): Declare p to be an unsigned char, toJim Blandy1-3/+2
1993-02-22* data.c (Fstring_to_number): Skip initial spaces, to make EmacsJim Blandy1-9/+24
1993-01-26JimB's changes since January 18thJim Blandy1-13/+7
1992-12-06src/ * data.c (indirect_function): Delete unused argument ERROR.Jim Blandy1-1/+1
1992-10-31* data.c (Fset): See if current_alist_element points to itselfJim Blandy1-1/+4
1992-10-01Qbuffer_or_string_p added.Joseph Arceneaux1-0/+3
1992-09-30* data.c (Fmake_local_variable): If SYM forwards to a C variable,Jim Blandy1-1/+13
1992-09-29* data.c (swap_in_symval_forwarding): Formatting tweaked.Jim Blandy1-8/+11
1992-09-29* data.c (Frem): Use the `fmod' function under SunOS, Ultrix, andJim Blandy1-1/+1
1992-08-19* data.c [USG] (Frem): Call fmod, rather than drem. Rah.Jim Blandy1-2/+17
1992-06-30entered into RCSJim Blandy1-34/+77
1992-06-07*** empty log message ***Richard M. Stallman1-26/+32
1992-05-18*** empty log message ***Jim Blandy1-7/+71
1992-05-10*** empty log message ***Jim Blandy1-5/+1