aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
...
* * lisp/subr.el (with-eval-after-load): New macro.Stefan Monnier2013-06-131-1/+4
* * src/window.c (select_window): Don't record_buffer while the invariant isStefan Monnier2013-04-081-1/+1
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-3/+2
* * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-071-4/+1
* Prefer `message1' over `message'.Stefan Monnier2013-02-171-1/+1
* Minor hashing refactoring.Paul Eggert2013-02-091-5/+1
* * coding.c (Fdefine_coding_system_internal): Use AREF whereDmitry Antipov2013-02-071-5/+4
* * src/xdisp.c (message2, message2_nolog): Remove functions.Stefan Monnier2013-01-231-1/+1
* Merge from emacs-24; up to 2012-12-11T09:51:[email protected]Glenn Morris2013-01-191-1/+4
|\
| * * src/fns.c (Frandom): Doc fix.Glenn Morris2013-01-161-1/+4
* | * 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:[email protected]Glenn 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:[email protected]Glenn 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