summaryrefslogtreecommitdiff
path: root/src/data.c
Commit message (Expand)AuthorAge
* * lisp.h (wrong_type_argument): Mark as NO_RETURN.Dan Nicolaescu2006-04-11
* (Findirect_function): Rewrite docstring.Thien-Thi Nguyen2006-02-10
* * data.c (Findirect_function): Add NOERROR arg. All callers changedKim F. Storm2006-02-10
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* (Flistp): Doc fix.Luc Teirlinck2006-01-30
* (Fcar, Fcdr): Doc fixes.Luc Teirlinck2006-01-29
* (Fcar, Fcdr): Add links to Elisp manual to the docstrings.Luc Teirlinck2006-01-28
* (Fmake_variable_frame_local): Doc fix.Richard M. Stallman2005-10-30
* * data.c (Fmake_variable_frame_local): Add clarification toChong Yidong2005-10-28
* (Fdefalias): Signal an error if SYMBOL is not a symbol.John Paul Wallington2005-09-18
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* Update FSF's address.Lute Kamstra2005-07-04
* (syms_of_data) Staticpro Qcyclic_variable_indirection.Kim F. Storm2005-04-27
* (Faref): Handle special slots used as default values ofKenichi Handa2005-04-20
* (Fsetq_default): Allow no arg case.Richard M. Stallman2005-02-15
* (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.Richard M. Stallman2004-12-27
* * syssignal.h: Declare main_thread.Jan Djärv2004-12-15
* (Fmake_variable_buffer_local): Doc fix.Richard M. Stallman2004-12-02
* (store_symval_forwarding): Remove unused variables.Kim F. Storm2004-11-09
* Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.Kim F. Storm2004-10-26
* (Flocal_variable_if_set_p): Doc fix.Luc Teirlinck2004-10-20
* (Finteractive_form): Doc fix.Luc Teirlinck2004-08-02
* (MAX_ALLOCA): Remove define.Kim F. Storm2004-06-21
* (Fset_default): Make argument names match their use in docstring.Juanma Barranquero2004-05-16
* (Fquo): Simplify.Juanma Barranquero2004-05-09
* (Fquo): If any argument is float, do the computation in floating point.Juanma Barranquero2004-05-08
* (Fsetq_default): Fix docstring.Juanma Barranquero2004-05-06
* (Fsubr_name): New fun.Stefan Monnier2004-04-29
* (Faref, Faset): Use BOOL_VECTOR_BITS_PER_CHAR instead ofAndreas Schwab2004-04-26
* data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.Jan Djärv2004-03-31
* (Finteractive_form): Rename from Fsubr_interactive_form.Stefan Monnier2004-03-29
* Lisp_Object/int mixup.Stefan Monnier2004-02-16
* * data.c (Fbyteorder): New function.Jan Djärv2004-02-10
* (store_symval_forwarding): Handle setting default-fill-column, etc.,Richard M. Stallman2003-12-29
* (Qinteger): Exported.Lars Hansen2003-11-21
* (Fsetplist): Doc fix.Luc Teirlinck2003-10-26
* (Fvariable_binding_locus): New function.Richard M. Stallman2003-09-19
* Add arch taglinesMiles Bader2003-09-01
* (Fmake_variable_buffer_local, Fmake_local_variable)Richard M. Stallman2003-08-29
* (let_shadows_buffer_binding_p): Make target of p volatile.Richard M. Stallman2003-05-17
* (Faset): Calculate nbytes earlier, to satisfy the now pickierMiles Bader2003-04-18
* (store_symval_forwarding): Re-instate part of the codeStefan Monnier2003-03-26
* (store_symval_forwarding): Delete special read-onlyStefan Monnier2003-03-25
* (long_to_cons): Fix type of top.Andreas Schwab2003-03-12
* (Fstring_to_number, Fminus): Better English in doc strings.Francesco Potortì2002-12-29
* (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)Francesco Potortì2002-12-25
* (Fdefalias): Record in load-history redefining an autoload.Richard M. Stallman2002-12-07
* (Flsh): Fix spacing.Juanma Barranquero2002-09-06
* (Fmake_variable_frame_local): Doc fix.Richard M. Stallman2002-08-07
* (Fdefalias): Doc fix.Richard M. Stallman2002-07-18