aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
Commit message (Expand)AuthorAgeFilesLines
* (store_symval_forwarding): Re-instate part of the codeStefan Monnier2003-03-261-0/+1
* (store_symval_forwarding): Delete special read-onlyStefan Monnier2003-03-251-6/+3
* (long_to_cons): Fix type of top.Andreas Schwab2003-03-121-2/+2
* (Fstring_to_number, Fminus): Better English in doc strings.Francesco Potortì2002-12-291-2/+2
* (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)Francesco Potortì2002-12-251-24/+26
* (Fdefalias): Record in load-history redefining an autoload.Richard M. Stallman2002-12-071-0/+3
* (Flsh): Fix spacing.Juanma Barranquero2002-09-061-1/+1
* (Fmake_variable_frame_local): Doc fix.Richard M. Stallman2002-08-071-2/+2
* (Fdefalias): Doc fix.Richard M. Stallman2002-07-181-1/+4
* * data.c (Faref): Use SDATA.Ken Raeburn2002-07-161-3/+3
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-25/+25
* (Fdefalias): Add an optional `docstring' argument.Stefan Monnier2002-07-091-6/+10
* * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)Ken Raeburn2002-05-201-7/+7
* (wrong_type_argument): Remove mocklisp case.Pavel Janík2001-12-221-9/+0
* (Vmost_positive_fixnum, Vmost_negative_fixnum): RenamedAndreas Schwab2001-12-071-7/+7
* (Ftimes): Doc fix.Pavel Janík2001-11-161-4/+4
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-45/+45
* (Fsetq_default): Add usage to doc-string.Pavel Janík2001-11-021-1/+2
* (Fmake_local_variable): Doc fix.Richard M. Stallman2001-11-011-1/+1
* 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