aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-07-18(circular_list_error): Use xsignal.Kim F. Storm1-37/+27
2006-07-13(Findirect_function): Optimize for no indirection.Kim F. Storm1-6/+11
2006-07-12(wrong_type_argument): Remove loop around Fsignal.Kim F. Storm1-54/+17
2006-04-11* lisp.h (wrong_type_argument): Mark as NO_RETURN.Dan Nicolaescu1-0/+7
2006-02-10(Findirect_function): Rewrite docstring.Thien-Thi Nguyen1-6/+6
2006-02-10* data.c (Findirect_function): Add NOERROR arg. All callers changedKim F. Storm1-4/+7
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+1
2006-01-30(Flistp): Doc fix.Luc Teirlinck1-1/+2
2006-01-29(Fcar, Fcdr): Doc fixes.Luc Teirlinck1-4/+4
2006-01-28(Fcar, Fcdr): Add links to Elisp manual to the docstrings.Luc Teirlinck1-2/+8
2005-10-30(Fmake_variable_frame_local): Doc fix.Richard M. Stallman1-8/+14
2005-10-28* data.c (Fmake_variable_frame_local): Add clarification toChong Yidong1-1/+3
2005-09-18(Fdefalias): Signal an error if SYMBOL is not a symbol.John Paul Wallington1-0/+1
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen1-2/+2
2005-07-04Update FSF's address.Lute Kamstra1-2/+2
2005-04-27(syms_of_data) Staticpro Qcyclic_variable_indirection.Kim F. Storm1-0/+1
2005-04-20(Faref): Handle special slots used as default values ofKenichi Handa1-11/+31
2005-02-15(Fsetq_default): Allow no arg case.Richard M. Stallman1-2/+2
2004-12-27(Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.Richard M. Stallman1-1/+1
2004-12-15* syssignal.h: Declare main_thread.Jan Djärv1-0/+1
2004-12-02(Fmake_variable_buffer_local): Doc fix.Richard M. Stallman1-1/+6
2004-11-09(store_symval_forwarding): Remove unused variables.Kim F. Storm1-3/+1
2004-10-26Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.Kim F. Storm1-2/+2
2004-10-20(Flocal_variable_if_set_p): Doc fix.Luc Teirlinck1-1/+5
2004-08-02(Finteractive_form): Doc fix.Luc Teirlinck1-2/+2
2004-06-21(MAX_ALLOCA): Remove define.Kim F. Storm1-15/+6
2004-05-16(Fset_default): Make argument names match their use in docstring.Juanma Barranquero1-1/+1
2004-05-09(Fquo): Simplify.Juanma Barranquero1-3/+1
2004-05-08(Fquo): If any argument is float, do the computation in floating point.Juanma Barranquero1-0/+6
2004-05-06(Fsetq_default): Fix docstring.Juanma Barranquero1-5/+5
2004-04-29(Fsubr_name): New fun.Stefan Monnier1-0/+14
2004-04-26(Faref, Faset): Use BOOL_VECTOR_BITS_PER_CHAR instead ofAndreas Schwab1-6/+6
2004-03-31data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.Jan Djärv1-1/+1
2004-03-29(Finteractive_form): Rename from Fsubr_interactive_form.Stefan Monnier1-11/+33
2004-02-16Lisp_Object/int mixup.Stefan Monnier1-1/+1
2004-02-10* data.c (Fbyteorder): New function.Jan Djärv1-0/+15
2003-12-29(store_symval_forwarding): Handle setting default-fill-column, etc.,Richard M. Stallman1-0/+32
2003-11-21(Qinteger): Exported.Lars Hansen1-1/+3
2003-10-26(Fsetplist): Doc fix.Luc Teirlinck1-1/+1
2003-09-19(Fvariable_binding_locus): New function.Richard M. Stallman1-1/+36
2003-09-01Add arch taglinesMiles Bader1-0/+3
2003-08-29(Fmake_variable_buffer_local, Fmake_local_variable)Richard M. Stallman1-0/+6
2003-05-17(let_shadows_buffer_binding_p): Make target of p volatile.Richard M. Stallman1-1/+1
2003-04-18(Faset): Calculate nbytes earlier, to satisfy the now pickierMiles Bader1-2/+3
2003-03-26(store_symval_forwarding): Re-instate part of the codeStefan Monnier1-0/+1
2003-03-25(store_symval_forwarding): Delete special read-onlyStefan Monnier1-6/+3
2003-03-12(long_to_cons): Fix type of top.Andreas Schwab1-2/+2
2002-12-29(Fstring_to_number, Fminus): Better English in doc strings.Francesco Potortì1-2/+2
2002-12-25(Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)Francesco Potortì1-24/+26
2002-12-07(Fdefalias): Record in load-history redefining an autoload.Richard M. Stallman1-0/+3