log src/data.c @ 54177:2affc700598b

age author description
2004-02-16 Stefan Monnier Lisp_Object/int mixup.
2004-02-10 Jan Djärv * data.c (Fbyteorder): New function.
2003-12-29 Richard M. Stallman (store_symval_forwarding): Handle setting default-fill-column, etc.,
2003-11-21 Lars Hansen (Qinteger): Exported.
2003-10-26 Luc Teirlinck (Fsetplist): Doc fix.
2003-09-19 Richard M. Stallman (Fvariable_binding_locus): New function.
2003-09-01 Miles Bader Add arch taglines
2003-08-29 Richard M. Stallman (Fmake_variable_buffer_local, Fmake_local_variable)
2003-05-17 Richard M. Stallman (let_shadows_buffer_binding_p): Make target of p volatile.
2003-04-18 Miles Bader (Faset): Calculate nbytes earlier, to satisfy the now pickier
2003-03-26 Stefan Monnier (store_symval_forwarding): Re-instate part of the code
2003-03-25 Stefan Monnier (store_symval_forwarding): Delete special read-only
2003-03-12 Andreas Schwab (long_to_cons): Fix type of top.
2002-12-29 Francesco Potortì (Fstring_to_number, Fminus): Better English in doc strings.
2002-12-25 Francesco Potortì (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
2002-12-07 Richard M. Stallman (Fdefalias): Record in load-history redefining an autoload.
2002-09-06 Juanma Barranquero (Flsh): Fix spacing.
2002-08-07 Richard M. Stallman (Fmake_variable_frame_local): Doc fix.
2002-07-18 Richard M. Stallman (Fdefalias): Doc fix.
2002-07-16 Ken Raeburn * data.c (Faref): Use SDATA.
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-07-09 Stefan Monnier (Fdefalias): Add an optional `docstring' argument.
2002-05-20 Ken Raeburn * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
2001-12-22 Pavel Janík (wrong_type_argument): Remove mocklisp case.
2001-12-07 Andreas Schwab (Vmost_positive_fixnum, Vmost_negative_fixnum): Renamed
2001-11-16 Pavel Janík (Ftimes): Doc fix.
2001-11-02 Pavel Janík Update usage of CHECK_ macros (remove unused second argument).
2001-11-02 Pavel Janík (Fsetq_default): Add usage to doc-string.
2001-11-01 Richard M. Stallman (Fmake_local_variable): Doc fix.
2001-10-21 Pavel Janík Change doc-string comments to `new style' [w/`doc:' keyword].
2001-10-21 Miles Bader (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior, Flogxor):
2001-10-16 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
2001-10-11 Gerd Moellmann (Fstring_to_number): Use make_fixnum_or_float.
2001-10-11 Gerd Moellmann (Qcircular_list): New variable.
2001-10-06 Gerd Moellmann (most_positive_fixnum, most_negative_fixnum): New
2001-05-21 Gerd Moellmann Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
2001-03-29 Gerd Moellmann (Fsubr_interactive_form): New function.
2001-03-15 Gerd Moellmann (store_symval_forwarding): Add parameter BUF. If BUF is
2001-01-02 Eli Zaretskii (find_symbol_value): Remove extra 3rd argument in the
2000-09-21 Gerd Moellmann Avoid some more compiler warnings.
2000-07-21 Kenichi Handa (Faset): Allow storing any multibyte character in a string. Convert
2000-06-19 Gerd Moellmann (set_internal): If variable is frame-local,
2000-06-15 Gerd Moellmann (set_internal): Remove debug code.
2000-06-13 Gerd Moellmann (swap_in_global_binding): New function.
2000-05-26 Dave Love (Qsubrp, Qmany, Qunevalled): New variables.
2000-05-19 Kenichi Handa (Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
2000-03-30 Ken Raeburn * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
2000-03-27 Gerd Moellmann Use new macro names
2000-03-26 Gerd Moellmann (do_symval_forwarding, store_symval_forwarding)
2000-02-23 Gerd Moellmann (Fstring_to_number): If number is greater than what
2000-02-23 Gerd Moellmann (keyword_symbols_constant_flag): Removed.
2000-02-20 Richard M. Stallman (Fmake_variable_buffer_local): Doc fix.
2000-02-18 Gerd Moellmann (let_shadows_buffer_binding_p): Ignore specbindings
2000-02-17 Gerd Moellmann Remove `LISP_FLOAT_TYPE' and `standalone'.
2000-02-15 Richard M. Stallman (set_internal): Don't make variable buffer-local
2000-01-22 Richard M. Stallman (set_internal): Further fix in same criterion.
2000-01-20 Richard M. Stallman (set_internal): Fix the criteria for whether
2000-01-11 Richard M. Stallman (set_internal): New arg BUF.
1999-12-17 Dave Love (Fkeywordp): New function.
1999-12-15 Kenichi Handa (Faref): Delete codes for a composite character..