aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp/view.el (view--enable, view--disable): Rename from view-mode-enableStefan Monnier2013-01-031-1/+1
* Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.orgGlenn Morris2013-01-021-2/+2
|\
| * Add 2013 to more copyright yearsGlenn Morris2013-01-021-2/+2
* | Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.orgGlenn Morris2012-12-211-6/+12
|\ \ | |/
| * * fns.c (Fcompare_strings): Doc fix.Chong Yidong2012-12-151-6/+12
* | * fns.c (Qeql, hashtest_eq): Now static.Paul Eggert2012-11-081-3/+4
* | * src/lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int.Stefan Monnier2012-11-081-4/+4
* | Use same hash function for hashfn_profiler as for hash_string etc.Paul Eggert2012-11-081-13/+6
* | Use ad-hoc comparison function for the profiler's hash-tables.Stefan Monnier2012-11-081-76/+62
* | Shrink struct vectorlike_header to the only size field.Dmitry Antipov2012-11-081-6/+2
|/
* * src/fns.c (Fnreverse): Include the problem element when signalling an error.Stefan Monnier2012-10-181-2/+2
* * src/fns.c (check_hash_table, get_key_arg, maybe_resize_hash_table)Stefan Monnier2012-10-011-8/+0
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-1/+1
* Update docs for a bunch of 24.3 changes.Chong Yidong2012-09-301-2/+3
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-7/+0
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Prefer assignment to memcpy when either will do.Paul Eggert2012-09-111-1/+1
* * fns.c (Fdelq, Fdelete): Doc fix.Chong Yidong2012-09-101-12/+21
* * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.Paul Eggert2012-09-051-35/+35
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-6/+6
* Clean up some extern decls.Paul Eggert2012-09-021-4/+0
* Better seed support for (random).Paul Eggert2012-08-311-22/+6
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-1/+1
* Fix usage of set_buffer_internal.Dmitry Antipov2012-08-281-4/+2
* * fns.c (Fstring_to_unibyte): Adjust to str_to_unibyte change.Paul Eggert2012-08-261-1/+1
* * alloc.c: Use bool for booleans.Paul Eggert2012-08-211-2/+2
* Avoid direct writes to contents member of struct Lisp_Vector.Dmitry Antipov2012-08-211-6/+2
* Inline setter functions for hash table members.Dmitry Antipov2012-08-201-32/+32
* A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-171-3/+3
* * lisp.h (set_char_table_extras): Rename from char_table_set_extras.Paul Eggert2012-08-171-1/+1
* * lisp.h (CSET): Remove.Paul Eggert2012-08-171-1/+1
* 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