summaryrefslogtreecommitdiff
path: root/src/data.c
AgeCommit message (Expand)Author
2002-07-18(Fdefalias): Doc fix.Richard M. Stallman
2002-07-16* data.c (Faref): Use SDATA.Ken Raeburn
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn
2002-07-09(Fdefalias): Add an optional `docstring' argument.Stefan Monnier
2002-07-03Copyright up-date.Dave Love
2002-05-23(Fchar_or_string_p): Doc fix. Use CHARACTERP.Dave Love
2002-05-20* data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)Ken Raeburn
2002-03-01Include "character.h" instead of "charset.h".Kenichi Handa
2001-12-22(wrong_type_argument): Remove mocklisp case.Pavel Janík
2001-12-07(Vmost_positive_fixnum, Vmost_negative_fixnum): RenamedAndreas Schwab
2001-11-16(Ftimes): Doc fix.Pavel Janík
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík
2001-11-02(Fsetq_default): Add usage to doc-string.Pavel Janík
2001-11-01(Fmake_local_variable): Doc fix.Richard M. Stallman
2001-10-21Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík
2001-10-21(Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior, Flogxor):Miles Bader
2001-10-16Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn
2001-10-11(Fstring_to_number): Use make_fixnum_or_float.Gerd Moellmann
2001-10-11(Qcircular_list): New variable.Gerd Moellmann
2001-10-06(most_positive_fixnum, most_negative_fixnum): NewGerd Moellmann
2001-10-05Use SYMBOL_VALUE/SET_SYMBOL_VALUE.Gerd Moellmann
2001-03-29(Fsubr_interactive_form): New function.Gerd Moellmann
2001-03-15(store_symval_forwarding): Add parameter BUF. If BUF isGerd Moellmann
2001-01-02(find_symbol_value): Remove extra 3rd argument in theEli Zaretskii
2000-09-21Avoid some more compiler warnings.Gerd Moellmann
2000-07-21(Faset): Allow storing any multibyte character in a string. ConvertKenichi Handa
2000-06-19(set_internal): If variable is frame-local,Gerd Moellmann
2000-06-15(set_internal): Remove debug code.Gerd Moellmann
2000-06-13(swap_in_global_binding): New function.Gerd Moellmann
2000-05-26(Qsubrp, Qmany, Qunevalled): New variables.Dave Love
2000-05-19(Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.Kenichi Handa
2000-03-30* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn
2000-03-27Use new macro namesGerd Moellmann
2000-03-26(do_symval_forwarding, store_symval_forwarding)Gerd Moellmann
2000-02-23(Fstring_to_number): If number is greater than whatGerd Moellmann
2000-02-23(keyword_symbols_constant_flag): Removed.Gerd Moellmann
2000-02-20(Fmake_variable_buffer_local): Doc fix.Richard M. Stallman
2000-02-18(let_shadows_buffer_binding_p): Ignore specbindingsGerd Moellmann
2000-02-17Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann
2000-02-15(set_internal): Don't make variable buffer-localRichard M. Stallman
2000-01-22(set_internal): Further fix in same criterion.Richard M. Stallman
2000-01-20(set_internal): Fix the criteria for whetherRichard M. Stallman
2000-01-11(set_internal): New arg BUF.Richard M. Stallman
1999-12-17(Fkeywordp): New function.Dave Love
1999-12-15(Faref): Delete codes for a composite character..Kenichi Handa
1999-11-01(Qtext_read_only): New built-in error.Gerd Moellmann
1999-10-26(Qad_activate_internal): Renamed from Qad_activate.Gerd Moellmann
1999-10-25(Qhash_table): New.Gerd Moellmann
1999-10-25more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert