aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
Commit message (Expand)AuthorAgeFilesLines
* (swap_in_symval_forwarding): Change for Lisp_ObjectGerd Moellmann1999-09-131-8/+7
* (Faset): Adjust the way to check byte-combiningKenichi Handa1999-09-031-7/+8
* (Fdefalias): Call Ffset instead of duplicating code.Karl Heuer1999-07-301-11/+1
* (set_internal): For built-in maybe-local vars,Richard M. Stallman1998-10-311-1/+1
* (Faset): Fix previous change.Kenichi Handa1998-10-141-14/+12
* (Faset): If ARRAY is a multibyte string, pay attention toKenichi Handa1998-10-121-6/+16
* (Fstring_to_number): Don't recognize floating point if base is not 10.Kenichi Handa1998-10-121-2/+2
* (Fmake_local_variable): Doc fix.Karl Heuer1998-09-131-1/+6
* (arith_driver, float_arith_driver): Compute (- x) byPaul Eggert1998-08-291-6/+2
* (Faset): Use macro CHAR_BYTES instead of Fchar_bytes.Kenichi Handa1998-08-281-4/+4
* (set_internal): Properly compare lisp objects.Richard M. Stallman1998-05-071-2/+2
* (Flsh, Fash): Handle out-of-range shift counts reasonably.Richard M. Stallman1998-04-291-2/+10
* (Fmakunbound): Test keywordness only in initial obarray.Richard M. Stallman1998-04-261-0/+2
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+2
* (set_internal, Fmakunbound): Fix previous change.Karl Heuer1998-04-121-4/+2
* (set_internal, Fmakunbound): No error if settingKarl Heuer1998-04-111-2/+4
* (keyword_symbols_constant_flag): New variable.Karl Heuer1998-04-081-2/+15
* Fix previous change.Richard M. Stallman1998-04-051-0/+1
* (Fmake_variable_frame_local): Doc fix.Richard M. Stallman1998-04-031-8/+7
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-2/+2
* (store_symval_forwarding, swap_in_symval_forwarding)Richard M. Stallman1998-03-121-37/+125
* (store_symval_forwarding) <Lisp_Misc_Buffer_Objfwd>:Karl Heuer1998-02-271-1/+7
* (Faref, Faset): Allow indexing a char-tableRichard M. Stallman1998-02-031-2/+2
* (syms_of_data): Register multibyte-string-p as a LispKenichi Handa1998-01-281-0/+1
* (Faset): Allow setting a multibyte character in aKenichi Handa1998-01-221-8/+11
* Update copyright year.Richard M. Stallman1998-01-211-1/+1
* (Fmultibyte_string_p): New function.Richard M. Stallman1998-01-091-10/+53
* No need to include <float.h> before "lisp.h",Paul Eggert1997-10-231-8/+1
* (Fstring_to_number): Handle NEGATIVE for floats too.Karl Heuer1997-10-151-1/+1
* (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