]> code.delx.au - gnu-emacs/history - src/fns.c
Merge latest Org fixes (commit 7524ef2).
[gnu-emacs] / src / fns.c
2013-02-08 Aidan Gauland* doc/misc/eshell.texi: Fill most of the missing sections.
2013-01-17 Glenn Morris* src/fns.c (Frandom): Doc fix.
2013-01-03 Glenn MorrisAdd 2013 to more copyright years
2012-12-15 Chong Yidong* fns.c (Fcompare_strings): Doc fix.
2012-10-19 Stefan Monnier* src/fns.c (Fnreverse): Include the problem element...
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-06 Kenichi Handamerge trunk
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-10-01 Stefan Monnier* src/fns.c (check_hash_table, get_key_arg, maybe_resiz...
2012-10-01 Paul EggertPrefer plain 'static' to 'static inline'.
2012-09-30 Kenichi Handamerge trunk
2012-09-30 Chong YidongUpdate docs for a bunch of 24.3 changes.
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-24 Stefan MonnierRewrite sampler to use Elisp hash-tables.
2012-09-23 Paul EggertSimplify and avoid signal-handling races.
2012-09-21 Chong YidongMerge from emacs-24; up to 2012-05-07T14:57:18Z!michael...
2012-09-17 Daniel ColascioneMerge from trunk
2012-09-16 Kenichi Handamerge trunk
2012-09-15 Paul EggertPort better to POSIX hosts lacking _setjmp.
2012-09-11 Paul EggertPrefer assignment to memcpy when either will do.
2012-09-10 Chong Yidong* fns.c (Fdelq, Fdelete): Doc fix.
2012-09-06 Kenichi Handamerge trunk
2012-09-05 Paul Eggert* fileio.c, filelock.c, floatfns.c, fns.c: Use bool...
2012-09-05 Glenn MorrisMerge from emacs-24; up to 2012-05-05T02:50:20Z!monnier...
2012-09-04 Paul EggertSimplify redefinition of 'abort' (Bug#12316).
2012-09-02 Paul EggertClean up some extern decls.
2012-09-01 Daniel ColascioneMerge from cygw32 branch
2012-09-01 Paul EggertBetter seed support for (random).
2012-08-28 Glenn MorrisMerge from emacs-24; up to 2012-05-04T19:17:01Z!monnier...
2012-08-28 Kenichi Handamerge trunk
2012-08-28 Dmitry AntipovAlways use set_buffer_if_live to restore original buffe...
2012-08-28 Dmitry AntipovFix usage of set_buffer_internal.
2012-08-26 Paul Eggert* fns.c (Fstring_to_unibyte): Adjust to str_to_unibyte...
2012-08-22 Kenichi Handamerge trunk
2012-08-22 Tomohiro MatsuyamaAdd emacs native profiler.
2012-08-21 Paul Eggert* alloc.c: Use bool for booleans.
2012-08-21 Dmitry AntipovAvoid direct writes to contents member of struct Lisp_V...
2012-08-20 Dmitry AntipovInline setter functions for hash table members.
2012-08-17 Paul EggertA few more naming-convention fixes for getters and...
2012-08-17 Paul Eggert* lisp.h (set_char_table_extras): Rename from char_tabl...
2012-08-17 Paul Eggert* lisp.h (CSET): Remove.
2012-08-16 Kenichi Handamerge trunk
2012-08-16 Dmitry AntipovSimple interface to set Lisp_Object fields of chararcte...
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-08 Dmitry AntipovInline functions to examine and change string intervals.
2012-08-08 Dmitry AntipovCleanup intervals.
2012-08-07 Dmitry AntipovRevert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol...
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-05 Dmitry AntipovGeneralize common compile-time constants.
2012-08-03 Paul EggertRemove unnecessary casts involving pointers.
2012-08-01 Paul EggertUse "ASET (a, i, v)" rather than "AREF (a, i) = v".
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for conses and overlays.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for symbols.
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-20 Dmitry AntipovSimple wrapper for make_unibyte_string, adjust font_ope...
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Dmitry AntipovRemove empty and useless init functions.
2012-07-15 Dmitry AntipovCleanup basic allocation variables and functions.
2012-07-10 Paul EggertEMACS_TIME simplification (Bug#11875).
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
2012-07-05 Paul EggertMore xmalloc and related cleanup.
2012-07-05 Dmitry AntipovCleanup xmalloc.
2012-07-04 Stefan MonnierTurn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
2012-06-28 Dmitry AntipovGeneralize run-time debugging checks.
2012-06-27 Stefan MonnierGet rid of all the manual purecopy calls in menu-bar...
2012-06-22 Paul EggertSupport higher-resolution time stamps.
2012-06-21 Glenn MorrisMerge from emacs-24; up to 2012-04-26T03:04:36Z!cyd...
2012-06-17 Chong YidongMerge changes from emacs-24; up to 2012-04-26T02:03...
2012-06-15 Fabián Ezequiel... Merge from trunk
2012-06-10 Chong YidongMerge from emacs-24; up to 2012-04-25T15:23:19Z!sdl...
2012-05-31 Chong YidongMerge from emacs-24; up to 2012-04-24T21:47:24Z!michael...
2012-05-27 Glenn MorrisMerge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu...
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul EggertMerge from trunk.
2012-05-21 Paul EggertAssume C89 or later.
2012-05-14 Chong YidongMerge from emacs-24; up to 2012-04-22T13:58:00Z!cyd...
2012-05-09 Glenn MorrisMerge from emacs-24; up to 2012-04-21T14:12:27Z!sdl...
2012-05-05 Chong YidongMerge from emacs-24; up to 2012-04-20T05:47:55Z!eliz...
2012-05-02 Glenn MorrisMerge from emacs-24; up to 2012-04-16T19:06:02Z!rgm...
2012-04-27 Chong YidongMerge changes from emacs-24 branch
2012-04-22 Paul EggertMerge from trunk.
2012-04-22 Paul EggertMerge from trunk.
2012-04-20 Chong YidongMerge from emacs-24 branch
2012-04-17 Glenn MorrisMerge from pending; try to fix-up suboptimal ses ChangeLog.
2012-04-15 Chong YidongMerge from emacs-24 branch
2012-04-14 Glenn MorrisMerge from emacs-24, up to 2012-04-10T02:06:19Z!larsi...
2012-04-09 Paul EggertMerge from trunk.
2012-04-09 Paul EggertMerge from trunk; add Bug#.
2012-04-09 Chong YidongRemove * characters from the front of variable docstrings.
2012-03-25 Stefan MonnierMerge from trunk origin/pending
2012-03-02 Paul EggertMerge from trunk.
2012-02-25 Paul EggertMerge from trunk.
2012-02-10 Paul EggertMerge from trunk.
next