More fixes for 'volatile' and setjmp/longjmp.
[bpt/emacs.git] / src / eval.c
2012-09-12 Paul EggertMore fixes for 'volatile' and setjmp/longjmp.
2012-09-12 Stefan Monnier* src/eval.c: Add `inhibit-debugger'.
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 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-08-30 Kenichi Handamerge trunk
2012-08-28 Glenn MorrisMerge from emacs-24; up to 2012-05-04T19:17:01Z!monnier...
2012-08-28 Kenichi Handamerge trunk
2012-08-26 Barry O'Reilly* src/lisp.h (functionp): New function (extracted from...
2012-08-22 Kenichi Handamerge trunk
2012-08-20 Dmitry AntipovInline setter functions for Lisp_Objects slots of struc...
2012-08-17 Dmitry AntipovFunctions to get and set Lisp_Object fields of buffer...
2012-08-16 Kenichi Handamerge trunk
2012-08-16 Stefan Monnier* src/eval.c (eval_sub): Bind lexical-binding.
2012-08-14 Glenn Morris* src/eval.c (Fcalled_interactively_p): Doc fix. ...
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-08 Stefan Monnier* src/xdisp.c (safe_eval_handler): Remove prototype...
2012-08-07 Dmitry AntipovRevert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol...
2012-08-07 Dmitry AntipovDrop FGET and revert read access to Lisp_Objects slots...
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-05 Dmitry AntipovGeneralize common compile-time constants.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for symbols.
2012-07-31 Dmitry AntipovGeneralize INTERNAL_FIELD between buffers, keyboards...
2012-07-29 Dmitry AntipovRemove HIDE_LISP_IMPLEMENTATION and cleanup cons free...
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-26 Stefan MonnierAutoload more carefully from Lisp. Follow aliases...
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-20 Dmitry AntipovCleanup calls to Fgarbage_collect.
2012-07-18 Stefan Monnier* src/eval.c (Fdefvar): Don't check constants since...
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Kenichi Handamerge trunk
2012-07-10 Dmitry AntipovUse XCAR and XCDR instead of Fcar and Fcdr where possible.
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-03 Tom TromeyAuto-generate EXFUN using make-docfile
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
2012-06-26 Stefan Monnier* src/eval.c (Fapply): Allow calling it with a single...
2012-06-24 Paul EggertSwitch from NO_RETURN to C11's _Noreturn.
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-06-08 Stefan MonnierClean up scoping rule of predefined single-word vars.
2012-06-08 Stefan Monnier* src/eval.c (Fmacroexpand): Stop if the macro returns...
2012-05-31 Chong YidongMerge from emacs-24; up to 2012-04-24T21:47:24Z!michael...
2012-05-30 Stefan Monnier* lisp/emacs-lisp/byte-run.el (defmacro, defun): Move...
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-14 Chong YidongMerge from emacs-24; up to 2012-04-22T13:58:00Z!cyd...
2012-05-09 Paul EggertUntag more efficiently if USE_LSB_TAG.
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-04-09 Chong YidongRemove defining user variables via * in docstring.
2012-03-25 Stefan MonnierMerge from trunk
2012-03-12 Chong YidongRename inhibit_window_configuration_change_hook to...
2012-03-02 Paul EggertMerge from trunk.
2012-02-25 Paul EggertMerge from trunk.
2012-02-17 Kenichi Handamerge trunk
2012-02-15 Chong YidongDoc updates for defvar, defconst, and defcustom.
2012-02-10 Paul EggertMerge from trunk.
2012-02-09 Glenn MorrisMerge from emacs-23; up to 2010-06-29T18:17:31Z!cyd...
2012-01-25 Chong YidongTweak custom-variable-p and user-variable-p docs.
2012-01-21 Kenichi Handamerge trunk
2012-01-19 Glenn MorrisMerge from emacs-23; up to 2012-01-19T07:15:48Z!rgm...
2012-01-17 Paul EggertMerge from trunk.
2012-01-15 Paul EggertMerge from trunk.
2012-01-13 Eric M. LudlamFix EDE security flaw involving loading arbitrary Lisp...
2012-01-11 Glenn MorrisAdd 2012 to FSF copyright years for Emacs files (do...
2012-01-09 Paul EggertMerge from trunk.
2012-01-09 Chong YidongMerge changes from emacs-23 branch
2012-01-07 Paul EggertMerge from trunk.
2012-01-05 Glenn MorrisAdd 2012 to FSF copyright years for Emacs files
2011-12-14 Paul EggertMerge from trunk.
2011-12-11 Paul EggertMerge from trunk.
2011-12-05 Kenichi Handamerge trunk
2011-12-04 Stefan MonnierDon't macro-inline non-performance-critical code.
2011-12-04 Paul EggertSpelling fixes.
2011-11-19 Paul EggertMerge from trunk.
2011-11-06 Glenn MorrisMerge from emacs-23; up to 2010-06-22T07:41:10Z!rgm...
2011-11-02 Paul EggertMerge from trunk.
2011-10-31 Paul EggertMerge from trunk.
2011-10-30 Paul EggertMerge from trunk.
next