]> code.delx.au - gnu-emacs/history - src/lisp.h
Update copyright notices for 2013.
[gnu-emacs] / src / lisp.h
2013-01-01 Paul EggertUpdate copyright notices for 2013.
2012-10-31 Paul EggertFix crash when using Emacs as commit editor for git.
2012-10-23 Kenichi Handamerge trunk
2012-10-21 Paul EggertSpelling fixes.
2012-10-20 Eli ZaretskiiAdd comments with instructions for creating new Lisp...
2012-10-19 Paul EggertUndo faccessat change.
2012-10-19 Paul EggertUse faccessat, not access, when checking file permissions.
2012-10-17 Kenichi Handamerge trunk
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-16 Dmitry Antipov* editfns.c (get_system_name): Remove.
2012-10-14 David EngsterMerge bug fixes from CEDET upstream.
2012-10-14 Kenichi Handamerge trunk
2012-10-12 Eli ZaretskiiFix bug #12587 with slow startup on MS-Windows with...
2012-10-11 Paul Eggertlread.c, macros.c, marker.c, menu.c, minibuf.c: Use...
2012-10-11 Kenichi Handamerge trunk
2012-10-10 Paul Eggertkeyboard.c, keymap.c: Use bool for booleans.
2012-10-10 Dmitry Antipov* alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR.
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-04 Paul Eggert* profiler.c (handle_profiler_signal): Inhibit pending...
2012-10-01 Paul EggertRevert the FOLLOW-SYMLINKS change for file-attributes.
2012-09-30 Paul Eggertfile-attributes has a new optional arg FOLLOW-SYMLINKS.
2012-09-30 Kenichi Handamerge trunk
2012-09-29 Stefan Monnier* src/lisp.h (struct backtrace): Remove indirection...
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-25 Juanma BarranqueroMove Vlibrary_cache to emacs.c and reset before dumping.
2012-09-25 Stefan Monnier* src/profiler.c: Rename sample_profiler_* to profiler_...
2012-09-24 Paul Eggertimage.c, indent.c: Use bool for booleans.
2012-09-24 Stefan MonnierTry to let it compile on other platforms
2012-09-24 Stefan MonnierRewrite sampler to use Elisp hash-tables.
2012-09-23 Paul EggertMove pid_t related decls out of lisp.h.
2012-09-23 Paul EggertSimplify and avoid signal-handling races.
2012-09-22 Kenichi Handamerge trunk
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 Paul EggertRemove configure's --without-sync-input option.
2012-09-16 Kenichi Handamerge trunk
2012-09-15 Eli ZaretskiiFix MS-Windows build broken by 2012-09-15T07:06:56Z...
2012-09-15 Paul EggertPort better to POSIX hosts lacking _setjmp.
2012-09-11 Paul EggertAvoid _setjmp/_longjmp problems with local nonvolatile...
2012-09-11 Paul EggertSimplify, document, and port floating-point.
2012-09-10 Paul EggertParenthesize macro bodies.
2012-09-09 Stefan Monnier* src/lisp.h (make_lisp_ptr): New macro to replace...
2012-09-09 Paul EggertAssume C89 or later for math functions.
2012-09-07 Paul EggertMore signal-handler cleanup.
2012-09-06 Kenichi Handamerge trunk
2012-09-05 Paul EggertFix race conditions with signal handlers and errno.
2012-09-05 Dmitry AntipovRemove redundant or unused things here and there.
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 Lars IngebrigtsenImplement `debug-on-message'.
2012-09-04 Paul EggertGive more-useful info on a fatal error (Bug#12328).
2012-09-04 Paul EggertSimplify redefinition of 'abort' (Bug#12316).
2012-09-02 Paul Eggert* emacs.c, eval.c: Use bool for boolean.
2012-09-02 Paul EggertClean up some extern decls.
2012-09-02 Paul Eggert* doc.c, editfns.c, insdel.c, intervals.c: Use bool...
2012-09-01 Daniel ColascioneMerge from cygw32 branch
2012-09-01 Paul EggertBetter seed support for (random).
2012-08-31 Dmitry AntipovRemove mark_ttys function and fix tty_display_info...
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 Paul Eggert* dispnew.c: Use bool for boolean.
2012-08-27 Paul Eggert* composite.c, data.c, dbusbind.c, dired.c: Use bool...
2012-08-27 Paul Eggert* cmds.c, coding.c: Use bool for booleans.
2012-08-26 Paul EggertRemove unused external symbols.
2012-08-26 Paul Eggert* lisp.h (ASET): Remove attempt to detect side effects.
2012-08-26 Barry O'Reilly* src/lisp.h (functionp): New function (extracted from...
2012-08-25 Paul Eggert* bytecode.c, callint.c, callproc.c: Use bool for boolean.
2012-08-24 Paul Eggert* buffer.c, buffer.h: Use bool for boolean.
2012-08-23 Tomohiro Matsuyamaprofiler: Refactoring and documentation.
2012-08-22 Tomohiro MatsuyamaAdd GC profiler.
2012-08-22 Kenichi Handamerge trunk
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 Paul Eggert* lisp.h (vcopy): Use memcpy rather than our own loop.
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-18 Paul Eggertport new setting code to Sun C 5.8 2005/10/13
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-17 Dmitry AntipovFunctions to get and set Lisp_Object fields of buffer...
2012-08-17 Paul Eggert* lisp.h (duration_to_sec_usec): Remove unused decl.
2012-08-16 Kenichi Handamerge trunk
2012-08-16 Martin RudalicsConsistently check windows for validity/liveness (Bug...
2012-08-16 Dmitry AntipovFix previous char table change.
2012-08-16 Dmitry AntipovSimple interface to set Lisp_Object fields of chararcte...
2012-08-14 Paul EggertUse bool for Emacs Lisp booleans.
2012-08-14 Barry O'Reilly* src/keyboard.c (access_keymap_keyremap): Accept anony...
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-10 Glenn MorrisMove IF_LINT from lisp.h to conf_post.h
2012-08-10 Dmitry AntipovDefine Qnone once for all platforms.
2012-08-10 Glenn MorrisMove DIRECTORY_SEP from lisp.h to config.h
2012-08-08 Stefan Monnier* src/xdisp.c (safe_eval_handler): Remove prototype...
2012-08-08 Dmitry AntipovInline functions to examine and change string intervals.
2012-08-07 Dmitry AntipovRevert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol...
2012-08-07 Dmitry AntipovDrop WGET and revert read access to Lisp_Objects slots...
next