aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
Commit message (Expand)AuthorAgeFilesLines
* Revision: [email protected]/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Revision: [email protected]/emacs--unicode--0--patch-44Miles Bader2005-05-051-0/+1
|\|
| * (syms_of_data) Staticpro Qcyclic_variable_indirection.Kim F. Storm2005-04-271-0/+1
| * (Faref): Handle special slots used as default values ofKenichi Handa2005-04-201-11/+31
* | Revision: [email protected]/emacs--unicode--0--patch-15Miles Bader2005-02-181-2/+2
|\|
| * (Fsetq_default): Allow no arg case.Richard M. Stallman2005-02-151-2/+2
* | Revision: [email protected]/emacs--unicode--0--patch-81Miles Bader2005-01-021-1/+1
|\|
| * (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.Richard M. Stallman2004-12-271-1/+1
* | Revision: [email protected]/emacs--unicode--0--patch-79Miles Bader2004-12-251-0/+1
|\|
| * * syssignal.h: Declare main_thread.Jan Djärv2004-12-151-0/+1
* | Revision: [email protected]/emacs--unicode--0--patch-74Miles Bader2004-12-081-1/+6
|\|
| * (Fmake_variable_buffer_local): Doc fix.Richard M. Stallman2004-12-021-1/+6
* | Revision: [email protected]/emacs--unicode--0--patch-70Miles Bader2004-11-121-3/+1
|\|
| * (store_symval_forwarding): Remove unused variables.Kim F. Storm2004-11-091-3/+1
* | Revision: [email protected]/emacs--unicode--0--patch-66Miles Bader2004-10-271-2/+2
|\|
| * Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.Kim F. Storm2004-10-261-2/+2
* | Revision: [email protected]/emacs--unicode--0--patch-62Miles Bader2004-10-221-1/+5
|\|
| * (Flocal_variable_if_set_p): Doc fix.Luc Teirlinck2004-10-201-1/+5
* | Revision: [email protected]/emacs--unicode--0--patch-27Miles Bader2004-08-031-2/+2
|\|
| * (Finteractive_form): Doc fix.Luc Teirlinck2004-08-021-2/+2
* | Revision: [email protected]/emacs--unicode--0--patch-17Miles Bader2004-06-291-15/+6
|\|
| * (MAX_ALLOCA): Remove define.Kim F. Storm2004-06-211-15/+6
* | Revision: [email protected]/emacs--unicode--0--patch-15Miles Bader2004-06-281-12/+30
|\|
| * (Fset_default): Make argument names match their use in docstring.Juanma Barranquero2004-05-161-1/+1
| * (Fquo): Simplify.Juanma Barranquero2004-05-091-3/+1
| * (Fquo): If any argument is float, do the computation in floating point.Juanma Barranquero2004-05-081-0/+6
| * (Fsetq_default): Fix docstring.Juanma Barranquero2004-05-061-5/+5
| * (Fsubr_name): New fun.Stefan Monnier2004-04-291-0/+14
| * (Faref, Faset): Use BOOL_VECTOR_BITS_PER_CHAR instead ofAndreas Schwab2004-04-261-6/+6
| * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.Jan Djärv2004-03-311-1/+1
| * (Finteractive_form): Rename from Fsubr_interactive_form.Stefan Monnier2004-03-291-11/+33
| * Lisp_Object/int mixup.Stefan Monnier2004-02-161-1/+1
| * * data.c (Fbyteorder): New function.Jan Djärv2004-02-101-0/+15
| * (store_symval_forwarding): Handle setting default-fill-column, etc.,Richard M. Stallman2003-12-291-0/+32
| * (Qinteger): Exported.Lars Hansen2003-11-211-1/+3
| * (Fsetplist): Doc fix.Luc Teirlinck2003-10-261-1/+1
| * (Fvariable_binding_locus): New function.Richard M. Stallman2003-09-191-1/+36
* | Sync to HEADKenichi Handa2004-04-161-14/+129
* | (Faset): Check newelt by CHECK_CHARACTER. Don't changeKenichi Handa2003-09-261-2/+3
* | *** empty log message ***Kenichi Handa2003-09-081-112/+7
|\ \
| * | (Faset): Check NEWELT by ASCII_CHAR_P, not byKenichi Handa2002-10-151-1/+1
| * | Copyright up-date.Dave Love2002-07-031-1/+1
| * | (Fchar_or_string_p): Doc fix. Use CHARACTERP.Dave Love2002-05-231-2/+2
| * | Include "character.h" instead of "charset.h".Kenichi Handa2002-03-011-110/+5
* | | New directoryKenichi Handa2003-09-081-9/+0
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | (Fmake_variable_buffer_local, Fmake_local_variable)Richard M. Stallman2003-08-291-0/+6
* | (let_shadows_buffer_binding_p): Make target of p volatile.Richard M. Stallman2003-05-171-1/+1
* | (Faset): Calculate nbytes earlier, to satisfy the now pickierMiles Bader2003-04-181-2/+3