summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAge
* Add 2013 to more copyright yearsGlenn Morris2013-01-02
* * fns.c (Fcompare_strings): Doc fix.Chong Yidong2012-12-15
* * src/fns.c (Fnreverse): Include the problem element when signalling an error.Stefan Monnier2012-10-18
* * src/fns.c (check_hash_table, get_key_arg, maybe_resize_hash_table)Stefan Monnier2012-10-01
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-30
* Update docs for a bunch of 24.3 changes.Chong Yidong2012-09-30
* Simplify and avoid signal-handling races.Paul Eggert2012-09-23
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Prefer assignment to memcpy when either will do.Paul Eggert2012-09-11
* * fns.c (Fdelq, Fdelete): Doc fix.Chong Yidong2012-09-10
* * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.Paul Eggert2012-09-05
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* Clean up some extern decls.Paul Eggert2012-09-02
* Better seed support for (random).Paul Eggert2012-08-31
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-28
* Fix usage of set_buffer_internal.Dmitry Antipov2012-08-28
* * fns.c (Fstring_to_unibyte): Adjust to str_to_unibyte change.Paul Eggert2012-08-26
* * alloc.c: Use bool for booleans.Paul Eggert2012-08-21
* Avoid direct writes to contents member of struct Lisp_Vector.Dmitry Antipov2012-08-21
* Inline setter functions for hash table members.Dmitry Antipov2012-08-20
* A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-17
* * lisp.h (set_char_table_extras): Rename from char_table_set_extras.Paul Eggert2012-08-17
* * lisp.h (CSET): Remove.Paul Eggert2012-08-17
* Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov2012-08-16
* Inline functions to examine and change string intervals.Dmitry Antipov2012-08-08
* Cleanup intervals.Dmitry Antipov2012-08-08
* Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-07
* Generalize common compile-time constants.Dmitry Antipov2012-08-05
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-03
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-01
* Use INTERNAL_FIELD for conses and overlays.Dmitry Antipov2012-08-01
* Use INTERNAL_FIELD for symbols.Dmitry Antipov2012-08-01
* Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov2012-07-20
* Remove empty and useless init functions.Dmitry Antipov2012-07-16
* Cleanup basic allocation variables and functions.Dmitry Antipov2012-07-15
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-10
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Cleanup xmalloc.Dmitry Antipov2012-07-05
* Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.Stefan Monnier2012-07-04
* Generalize run-time debugging checks.Dmitry Antipov2012-06-28
* Get rid of all the manual purecopy calls in menu-bar definitions.Stefan Monnier2012-06-27
* Support higher-resolution time stamps.Paul Eggert2012-06-22
* Merge from trunk.Paul Eggert2012-05-25
|\
| * Assume C89 or later.Paul Eggert2012-05-21
* | Merge from trunk.Paul Eggert2012-04-09
|\|
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-09
* | Merge from trunk.Paul Eggert2012-02-10
|\|
| * * src/fns.c (Fsecure_hash): Doc fix.Glenn Morris2012-02-10
* | Merge from trunk.Paul Eggert2012-01-09
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05