summaryrefslogtreecommitdiff
path: root/src/data.c
Commit message (Expand)AuthorAgeFilesLines
* (store_symval_forwarding, Fsymbol_value): Use assignment, not initialization.Karl Heuer1994-03-231-3/+4
* (Qwholenump): New variable.Richard M. Stallman1994-03-221-1/+5
* (Fstring_to_number): Doc fix.Richard M. Stallman1994-03-211-1/+2
* (Fmake_local_variable): Void variables stay void.Karl Heuer1994-03-211-2/+2
* (Fchar_or_string_p, Fintegerp, Fnatnump): Doc fix.Karl Heuer1994-03-161-3/+5
* (isnan): New macro.Karl Heuer1994-03-041-2/+6
* (fmod): Implement it on systems where it's missing, using drem if available.Karl Heuer1994-02-041-4/+13
* (Fmod): Use HAVE_FMOD.Karl Heuer1994-02-011-1/+1
* (Faset): Doc fix.Richard M. Stallman1994-01-221-2/+2
* (Frem) [MSDOS]: use `fmod', not `drem'. Put in config.h?Richard M. Stallman1994-01-081-1/+11
* [hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions.Richard M. Stallman1993-10-201-0/+12
* Add declaration for atof if not predefined.Brian Fox1993-09-221-0/+4
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (Fmod): New function; result is always same sign as divisor.Paul Eggert1993-08-101-0/+55
* (Frem): Don't accept floats, just ints and markers.Richard M. Stallman1993-08-041-26/+1
* (syms_of_data): Staticpro Qmark_inactive.Roland McGrath1993-07-081-0/+1
* Define Qmark_inactive.Roland McGrath1993-07-081-1/+2
* (cons_to_long): Declare top, bot as Lisp_Object.Richard M. Stallman1993-06-121-1/+1
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-4/+4
* (Ffset): Delete special check for t and nil.Richard M. Stallman1993-06-061-2/+0
* (Frem): Fix result sign properly.Richard M. Stallman1993-06-011-1/+2
* (float_arith_driver): Detect division by zero in advance.Richard M. Stallman1993-05-311-4/+18
* Updated copyright years.Jim Blandy1993-05-221-1/+1
* * lread.c, data.c: If STDC_HEADERS is #defined, include <stdlib.h>Jim Blandy1993-05-141-0/+3
* * data.c (Ffset): Refuse to set the function value of t or nil.Jim Blandy1993-05-041-0/+3
* (Fdefine_function): New function (same code as Fdefalias).Richard M. Stallman1993-04-291-0/+18
* (Fdefine_function): Changed name back to Fdefalias, so we get thingsEric S. Raymond1993-04-231-2/+2
* (Fdefine_function): New function.Richard M. Stallman1993-04-171-0/+16
* long_to_cons and cons_to_long are generally useful things; they'reJim Blandy1993-04-101-0/+29
* Rename int-to-string to number-to-string, since it can handleJim Blandy1993-03-301-3/+3
* (syms_of_data) [LISP_FLOAT_TYPE]: Define new error conditions:Richard M. Stallman1993-03-101-16/+63
* * data.c (Fstring_to_number): Declare p to be an unsigned char, toJim Blandy1993-03-021-3/+2
* * data.c (Fstring_to_number): Skip initial spaces, to make EmacsJim Blandy1993-02-221-9/+24
* JimB's changes since January 18thJim Blandy1993-01-261-13/+7
* src/ * data.c (indirect_function): Delete unused argument ERROR.Jim Blandy1992-12-061-1/+1
* * data.c (Fset): See if current_alist_element points to itselfJim Blandy1992-10-311-1/+4
* Qbuffer_or_string_p added.Joseph Arceneaux1992-10-011-0/+3
* * data.c (Fmake_local_variable): If SYM forwards to a C variable,Jim Blandy1992-09-301-1/+13
* * data.c (swap_in_symval_forwarding): Formatting tweaked.Jim Blandy1992-09-291-8/+11
* * data.c (Frem): Use the `fmod' function under SunOS, Ultrix, andJim Blandy1992-09-291-1/+1
* * data.c [USG] (Frem): Call fmod, rather than drem. Rah.Jim Blandy1992-08-191-2/+17
* entered into RCSJim Blandy1992-06-301-34/+77
* *** empty log message ***Richard M. Stallman1992-06-071-26/+32
* *** empty log message ***Jim Blandy1992-05-181-7/+71
* *** empty log message ***Jim Blandy1992-05-101-5/+1
* *** empty log message ***Jim Blandy1992-05-011-1/+5
* *** empty log message ***Jim Blandy1992-03-201-1/+2
* *** empty log message ***Jim Blandy1992-02-191-1/+1
* *** empty log message ***Jim Blandy1992-01-281-11/+21
* *** empty log message ***Jim Blandy1992-01-141-16/+17