summaryrefslogtreecommitdiff
path: root/src/data.c
Commit message (Expand)AuthorAgeFilesLines
* (Faset): Simplify a statement in the char-table case.Richard M. Stallman1997-09-041-7/+13
* Many doc fixes.Richard M. Stallman1997-07-181-35/+35
* Include float.h before lisp.h.Richard M. Stallman1997-07-051-1/+8
* (Faset): Inherit default value correctly while creatingKenichi Handa1997-06-091-2/+5
* (Farrayp): Accept bool-vectors and char-tables.Richard M. Stallman1997-05-301-1/+2
* (Faset): Doc fix.Richard M. Stallman1997-05-291-1/+2
* Declare set_internal as Lisp_Object in advance to avoidKenichi Handa1997-05-161-0/+2
* (wrong_type_argument): Pass new arg to Fstring_to_number.Richard M. Stallman1997-05-121-14/+61
* (Faref, Faset): Adjusted for the new structure ofKenichi Handa1997-04-071-50/+53
* (Faref, Faset): Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS.Kenichi Handa1997-03-181-12/+10
* (Faref, Faset): Handle a composite char correctly in char-table.Kenichi Handa1997-02-271-8/+8
* Include charset.h.Karl Heuer1997-02-201-69/+80
* (isnan): Define even if LISP_FLOAT_TYPE is not defined, since fmodPaul Eggert1997-01-281-3/+15
* (set_internal): New subroutine. New arg BINDFLAG.Richard M. Stallman1997-01-251-3/+17
* <float.h>: Include if STDC_HEADERS.Paul Eggert1996-12-301-15/+15
* (Fdefalias): Change argument name and doc string.Richard M. Stallman1996-12-261-6/+6
* (Ffset): Change argument name and doc string.Richard M. Stallman1996-12-261-6/+6
* (Fdefine_function): Function definition deleted.Richard M. Stallman1996-10-121-24/+0
* (arith_error) [POSIX_SIGNALS]: Don't reestablish handler.Richard M. Stallman1996-09-101-1/+1
* Removed support for !MULTI_FRAME.Karl Heuer1996-09-011-3/+0
* (arith_error): Undo previous change.Karl Heuer1996-07-161-1/+1
* (arith_error): Don't reinstall sig handler if POSIX_SIGNALS.Karl Heuer1996-07-151-1/+1
* (Fdefalias): Doc fix.Richard M. Stallman1996-06-221-1/+1
* (Fkill_local_variable): Call find_symbol_value directly,Richard M. Stallman1996-03-041-1/+1
* (make_number): Function deleted.Karl Heuer1996-01-241-9/+0
* (kill-local-variable): didn't update the value ofKarl Heuer1996-01-231-3/+7
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Flognot): Fix previous change.Karl Heuer1996-01-091-1/+1
* (Fboundp, Ffboundp, Fmakunbound, Ffmakunbound, Fsymbol_plist, Fsymbol_name,Erik Naggum1996-01-091-238/+238
* Comment fixes.Karl Heuer1996-01-051-1/+1
* (Ftype_of): Return `char-table' and `bool-vector' forKarl Heuer1995-12-131-0/+9
* (Fmake_local_variable): Call find_symbol_valueRichard M. Stallman1995-11-191-0/+7
* (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1995-10-311-15/+6
* [!HAVE_FMOD] (fmod): Make consistent with ANSI definition.Karl Heuer1995-10-251-4/+2
* (Qvector_or_char_table_p): New variable.Richard M. Stallman1995-10-121-1/+15
* (Fchartablep, Fboolvectorp): New functions.Richard M. Stallman1995-10-071-3/+157
* (Fnumber_to_string): Make `buffer' long enough.Karl Heuer1995-07-171-1/+1
* (Flocal_variable_if_set_p): New function.Richard M. Stallman1995-06-171-0/+42
* Update GPL to version 2.Karl Heuer1995-06-151-1/+1
* (Flocal_variable_p): Fix backwards logical operator.Richard M. Stallman1995-06-141-1/+1
* (Flocal_variable_p): New optional arg BUFFER.Karl Heuer1995-06-071-8/+33
* Comment change.Karl Heuer1995-05-311-1/+1
* (long_to_cons): Don't assume 32-bit longs.Karl Heuer1995-05-231-2/+2
* (Fmod): Fix the final adjustment, when f2 < 0 and f1 == 0.Richard M. Stallman1995-05-071-1/+1
* (Fnumber_to_string, Fstring_to_number):Richard M. Stallman1995-05-051-2/+17
* (arith_driver): Make accum and next EMACS_INTs.Richard M. Stallman1995-05-041-3/+3
* Include keyboard.h.Richard M. Stallman1995-04-101-0/+1
* (Ftype_of, do_symval_forwarding, store_symval_forwarding)Richard M. Stallman1995-04-071-7/+7
* Doc fixes to match declared args.Simon Marshall1995-04-061-4/+4
* (Fmod): Fix the final adjustment, when i2 < 0 and i1 == 0.Richard M. Stallman1995-03-301-1/+1