log src/data.c @ 60619:e51f0754a4c4

age author description
2005-02-15 Richard M. Stallman (Fsetq_default): Allow no arg case.
2004-12-27 Richard M. Stallman (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
2004-12-15 Jan Djärv * syssignal.h: Declare main_thread.
2004-12-02 Richard M. Stallman (Fmake_variable_buffer_local): Doc fix.
2004-11-09 Kim F. Storm (store_symval_forwarding): Remove unused variables.
2004-10-26 Kim F. Storm Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.
2004-10-20 Luc Teirlinck (Flocal_variable_if_set_p): Doc fix.
2004-08-02 Luc Teirlinck (Finteractive_form): Doc fix.
2004-06-21 Kim F. Storm (MAX_ALLOCA): Remove define.
2004-05-16 Juanma Barranquero (Fset_default): Make argument names match their use in docstring.
2004-05-09 Juanma Barranquero (Fquo): Simplify.
2004-05-08 Juanma Barranquero (Fquo): If any argument is float, do the computation in floating point.
2004-05-06 Juanma Barranquero (Fsetq_default): Fix docstring.
2004-04-29 Stefan Monnier (Fsubr_name): New fun.
2004-04-26 Andreas Schwab (Faref, Faset): Use BOOL_VECTOR_BITS_PER_CHAR instead of
2004-03-31 Jan Djärv data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
2004-03-29 Stefan Monnier (Finteractive_form): Rename from Fsubr_interactive_form.
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.