log src/data.c @ 79027:732265139144

age author description
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-07-15 Richard M. Stallman (Fsetq_default): Doc fix.
2007-06-05 Chong Yidong (Fmake_local_variable): Delete stray semicolon.
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-12-17 Richard M. Stallman Comment change.
2006-11-12 Juanma Barranquero (Flogxor): Fix typo in docstring.
2006-11-08 Juanma Barranquero (Fmakunbound): Use SYMBOL_CONSTANT_P macro.
2006-07-18 Kim F. Storm (circular_list_error): Use xsignal.
2006-07-13 Kim F. Storm (Findirect_function): Optimize for no indirection.
2006-07-12 Kim F. Storm (wrong_type_argument): Remove loop around Fsignal.
2006-04-11 Dan Nicolaescu * lisp.h (wrong_type_argument): Mark as NO_RETURN.
2006-02-10 Thien-Thi Nguyen (Findirect_function): Rewrite docstring.
2006-02-10 Kim F. Storm * data.c (Findirect_function): Add NOERROR arg. All callers changed
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2006-01-30 Luc Teirlinck (Flistp): Doc fix.
2006-01-29 Luc Teirlinck (Fcar, Fcdr): Doc fixes.
2006-01-28 Luc Teirlinck (Fcar, Fcdr): Add links to Elisp manual to the docstrings.
2005-10-30 Richard M. Stallman (Fmake_variable_frame_local): Doc fix.
2005-10-28 Chong Yidong * data.c (Fmake_variable_frame_local): Add clarification to
2005-09-18 John Paul Wallington (Fdefalias): Signal an error if SYMBOL is not a symbol.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
2005-04-27 Kim F. Storm (syms_of_data) Staticpro Qcyclic_variable_indirection.
2005-04-20 Kenichi Handa (Faref): Handle special slots used as default values of
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.