aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov2012-08-161-2/+2
* Inline functions to examine and change string intervals.Dmitry Antipov2012-08-081-3/+3
* Cleanup intervals.Dmitry Antipov2012-08-081-3/+3
* Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-071-5/+5
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-1/+1
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-7/+7
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-011-26/+29
* Use INTERNAL_FIELD for conses and overlays.Dmitry Antipov2012-08-011-2/+2
* Use INTERNAL_FIELD for symbols.Dmitry Antipov2012-08-011-3/+3
* Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov2012-07-201-2/+2
* Remove empty and useless init functions.Dmitry Antipov2012-07-161-6/+0
* Cleanup basic allocation variables and functions.Dmitry Antipov2012-07-151-6/+0
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-101-2/+1
* More xmalloc and related cleanup.Paul Eggert2012-07-051-1/+1
* Cleanup xmalloc.Dmitry Antipov2012-07-051-2/+2
* Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.Stefan Monnier2012-07-041-2/+3
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-13/+13
* Get rid of all the manual purecopy calls in menu-bar definitions.Stefan Monnier2012-06-271-0/+11
* Support higher-resolution time stamps.Paul Eggert2012-06-221-1/+1
* Merge from trunk.Paul Eggert2012-05-251-4/+0
|\
| * Assume C89 or later.Paul Eggert2012-05-211-4/+0
* | Merge from trunk.Paul Eggert2012-04-091-2/+2
|\|
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-2/+2
* | Merge from trunk.Paul Eggert2012-02-101-6/+9
|\|
| * * src/fns.c (Fsecure_hash): Doc fix.Glenn Morris2012-02-101-6/+9
* | Merge from trunk.Paul Eggert2012-01-091-2/+2
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Spelling fixes.Paul Eggert2011-12-291-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-1/+1
|\|
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
* | * fns.c (larger_vector): Rename locals for clarity.Paul Eggert2011-10-161-4/+5
* | Fix ptrdiff_t/EMACS_INT confusion.Paul Eggert2011-09-211-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-162/+165
|/
* Whitespace changes.Juanma Barranquero2011-09-091-2/+2
* Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-6/+1
* Integer and memory overflow fixes for display code.Paul Eggert2011-07-281-2/+9
* Use ptrdiff_t for hash table indexes.Paul Eggert2011-07-181-6/+6
* Improve hashing quality when configured --with-wide-int.Paul Eggert2011-07-071-9/+17
* Random fixes. E.g., (random) never returned negative values.Paul Eggert2011-07-041-3/+7
* * fns.c (Frequire): Remove the mention of the .gz files, sinceLars Magne Ingebrigtsen2011-07-041-2/+1
* (Frequire): Mention get-load-suffixes.Lars Magne Ingebrigtsen2011-07-021-1/+2
* * fns.c (Frequire): Mention .el.gz files.Lars Magne Ingebrigtsen2011-07-021-0/+1
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-50/+25
* Merge from trunk.Paul Eggert2011-06-221-58/+81
|\
| * Port to Sun C.Paul Eggert2011-06-211-1/+1
| * New primitive secure-hash supporting md5, sha-1 and sha-2Leo Liu2011-06-211-58/+81
* | Merge from trunk.Paul Eggert2011-06-201-1/+1
|\|
| * * src/fns.c (Fsafe_length): Yet another int/Lisp_Object mixup.Stefan Monnier2011-06-171-1/+1
* | * fns.c (Ffillarray): Don't shadow a local.Paul Eggert2011-06-181-2/+3
* | * fns.c (mapcar1): Declare byte as byte, for clarity.Paul Eggert2011-06-181-1/+1