aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-09-06(Flsh): Fix spacing.Juanma Barranquero1-1/+1
2002-08-07(Fmake_variable_frame_local): Doc fix.Richard M. Stallman1-2/+2
2002-07-18(Fdefalias): Doc fix.Richard M. Stallman1-1/+4
2002-07-16* data.c (Faref): Use SDATA.Ken Raeburn1-3/+3
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn1-25/+25
2002-07-09(Fdefalias): Add an optional `docstring' argument.Stefan Monnier1-6/+10
2002-05-20* data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)Ken Raeburn1-7/+7
2001-12-22(wrong_type_argument): Remove mocklisp case.Pavel Janík1-9/+0
2001-12-07(Vmost_positive_fixnum, Vmost_negative_fixnum): RenamedAndreas Schwab1-7/+7
2001-11-16(Ftimes): Doc fix.Pavel Janík1-4/+4
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík1-45/+45
2001-11-02(Fsetq_default): Add usage to doc-string.Pavel Janík1-1/+2
2001-11-01(Fmake_local_variable): Doc fix.Richard M. Stallman1-1/+1
2001-10-21Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík1-291/+305
2001-10-21(Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior, Flogxor):Miles Bader1-9/+18
2001-10-16Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn1-11/+11
2001-10-11(Fstring_to_number): Use make_fixnum_or_float.Gerd Moellmann1-4/+1
2001-10-11(Qcircular_list): New variable.Gerd Moellmann1-1/+17
2001-10-06(most_positive_fixnum, most_negative_fixnum): NewGerd Moellmann1-0/+10
2001-10-05Use SYMBOL_VALUE/SET_SYMBOL_VALUE.Gerd Moellmann1-45/+111
2001-03-29(Fsubr_interactive_form): New function.Gerd Moellmann1-0/+15
2001-03-15(store_symval_forwarding): Add parameter BUF. If BUF isGerd Moellmann1-37/+79
2001-01-02(find_symbol_value): Remove extra 3rd argument in theEli Zaretskii1-2/+1
2000-09-21Avoid some more compiler warnings.Gerd Moellmann1-2/+4
2000-07-21(Faset): Allow storing any multibyte character in a string. ConvertKenichi Handa1-24/+69
2000-06-19(set_internal): If variable is frame-local,Gerd Moellmann1-4/+24
2000-06-15(set_internal): Remove debug code.Gerd Moellmann1-3/+0
2000-06-13(swap_in_global_binding): New function.Gerd Moellmann1-0/+33
2000-05-26(Qsubrp, Qmany, Qunevalled): New variables.Dave Love1-1/+32
2000-05-19(Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.Kenichi Handa1-2/+2
2000-03-30* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn1-1/+2
2000-03-27Use new macro namesGerd Moellmann1-18/+18
2000-03-26(do_symval_forwarding, store_symval_forwarding)Gerd Moellmann1-32/+30
2000-02-23(Fstring_to_number): If number is greater than whatGerd Moellmann1-14/+23
2000-02-23(keyword_symbols_constant_flag): Removed.Gerd Moellmann1-12/+2
2000-02-20(Fmake_variable_buffer_local): Doc fix.Richard M. Stallman1-88/+60
2000-02-18(let_shadows_buffer_binding_p): Ignore specbindingsGerd Moellmann1-1/+3
2000-02-17Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann1-57/+2
2000-02-15(set_internal): Don't make variable buffer-localRichard M. Stallman1-5/+28
2000-01-22(set_internal): Further fix in same criterion.Richard M. Stallman1-8/+6
2000-01-20(set_internal): Fix the criteria for whetherRichard M. Stallman1-5/+8
2000-01-11(set_internal): New arg BUF.Richard M. Stallman1-12/+23
1999-12-17(Fkeywordp): New function.Dave Love1-1/+20
1999-12-15(Faref): Delete codes for a composite character..Kenichi Handa1-12/+8
1999-11-01(Qtext_read_only): New built-in error.Gerd Moellmann1-0/+8
1999-10-26(Qad_activate_internal): Renamed from Qad_activate.Gerd Moellmann1-4/+4
1999-10-25(Qhash_table): New.Gerd Moellmann1-1/+5
1999-10-25more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1-36/+36
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-4/+2
1999-09-20(find_symbol_value): Remove unused variables.Gerd Moellmann1-7/+5