aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
Commit message (Expand)AuthorAgeFilesLines
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-211-291/+305
* (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior, Flogxor):Miles Bader2001-10-211-9/+18
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-11/+11
* (Fstring_to_number): Use make_fixnum_or_float.Gerd Moellmann2001-10-111-4/+1
* (Qcircular_list): New variable.Gerd Moellmann2001-10-111-1/+17
* (most_positive_fixnum, most_negative_fixnum): NewGerd Moellmann2001-10-061-0/+10
* Use SYMBOL_VALUE/SET_SYMBOL_VALUE.Gerd Moellmann2001-10-051-45/+111
* (Fsubr_interactive_form): New function.Gerd Moellmann2001-03-291-0/+15
* (store_symval_forwarding): Add parameter BUF. If BUF isGerd Moellmann2001-03-151-37/+79
* (find_symbol_value): Remove extra 3rd argument in theEli Zaretskii2001-01-021-2/+1
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-2/+4
* (Faset): Allow storing any multibyte character in a string. ConvertKenichi Handa2000-07-211-24/+69
* (set_internal): If variable is frame-local,Gerd Moellmann2000-06-191-4/+24
* (set_internal): Remove debug code.Gerd Moellmann2000-06-151-3/+0
* (swap_in_global_binding): New function.Gerd Moellmann2000-06-131-0/+33
* (Qsubrp, Qmany, Qunevalled): New variables.Dave Love2000-05-261-1/+32
* (Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.Kenichi Handa2000-05-191-2/+2
* * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn2000-03-301-1/+2
* Use new macro namesGerd Moellmann2000-03-271-18/+18
* (do_symval_forwarding, store_symval_forwarding)Gerd Moellmann2000-03-261-32/+30
* (Fstring_to_number): If number is greater than whatGerd Moellmann2000-02-231-14/+23
* (keyword_symbols_constant_flag): Removed.Gerd Moellmann2000-02-231-12/+2
* (Fmake_variable_buffer_local): Doc fix.Richard M. Stallman2000-02-201-88/+60
* (let_shadows_buffer_binding_p): Ignore specbindingsGerd Moellmann2000-02-181-1/+3
* Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann2000-02-171-57/+2
* (set_internal): Don't make variable buffer-localRichard M. Stallman2000-02-151-5/+28
* (set_internal): Further fix in same criterion.Richard M. Stallman2000-01-221-8/+6
* (set_internal): Fix the criteria for whetherRichard M. Stallman2000-01-201-5/+8
* (set_internal): New arg BUF.Richard M. Stallman2000-01-111-12/+23
* (Fkeywordp): New function.Dave Love1999-12-171-1/+20
* (Faref): Delete codes for a composite character..Kenichi Handa1999-12-151-12/+8
* (Qtext_read_only): New built-in error.Gerd Moellmann1999-11-011-0/+8
* (Qad_activate_internal): Renamed from Qad_activate.Gerd Moellmann1999-10-261-4/+4
* (Qhash_table): New.Gerd Moellmann1999-10-251-1/+5
* more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1999-10-251-36/+36
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-4/+2
* (find_symbol_value): Remove unused variables.Gerd Moellmann1999-09-201-7/+5
* (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