Undo the DEFUN->DEFUE change.
[bpt/emacs.git] / src / eval.c
2011-04-14 Paul EggertUndo the DEFUN->DEFUE change.
2011-04-13 Paul Eggert* eval.c: Make symbols static if they're not exported.
2011-04-11 Paul Eggertalloc.c: Import and export fewer symbols, and remove...
2011-04-11 Paul EggertDeclare Lisp_Object Q* variables to be 'static' if...
2011-04-11 Paul EggertMake Emacs functions such as Fatom 'static' by default.
2011-04-10 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-04-10 Paul EggertMerge from mainline.
2011-04-10 Paul EggertMerge from mainline.
2011-04-09 Paul EggertMerge from mainline.
2011-04-09 Glenn MorrisMerge from emacs-23; up to 2010-06-08T03:06:47Z!dann...
2011-04-08 Paul Eggert* eval.c: Port to Windows vsnprintf (Bug#8435).
2011-04-08 Chong YidongMerge changes from emacs-23 branch
2011-04-07 Paul Eggert* eval.c (verror): Initial buffer size is 4000 (not...
2011-04-07 Paul Eggerterror: Print 32- and 64-bit integers portably (Bug...
2011-04-07 Paul Eggert* eval.c (internal_lisp_condition_case): Don't pass...
2011-04-06 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-04-06 Paul EggertMerge from mainline.
2011-04-05 Paul Eggert* eval.c (Fsignal): Remove excess argument to 'fatal'.
2011-04-05 Paul EggertMerge from mainline.
2011-04-03 Paul Eggert* eval.c (funcall_lambda): Rename local to avoid shadowing.
2011-04-02 Juanma Barranquerosrc/eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove...
2011-04-01 Paul EggertMerge from mainline.
2011-04-01 Stefan MonnierMerge from lexical-binding branch.
2011-04-01 Stefan MonnierMiscellanous cleanups in preparation for the merge.
2011-03-31 Eli ZaretskiiFix bug #6671 with recentering and other scrolling...
2011-03-31 Stefan MonnierMerge from trunk
2011-03-30 Stefan Monnier* src/eval.c (struct backtrace): Don't cheat with negat...
2011-03-30 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-03-29 Paul EggertMerge from mainline.
2011-03-28 Stefan MonnierDon't reset post-command-hook to nil upon error.
2011-03-27 Paul Eggert* eval.c (Fbacktrace_frame): Don't assume nframes fits...
2011-03-27 Paul Eggert* eval.c (Fbacktrace): Don't assume nargs fits in int.
2011-03-27 Paul EggertMerge from atest branch.
2011-03-27 Paul EggertMerge from mainline.
2011-03-27 Paul EggertVariadic C functions now count arguments with size_t...
2011-03-21 Stefan MonnierMerge from trunk
2011-03-19 Chong YidongMerge changes from emacs-23 branch
2011-03-17 Paul EggertMerge: Fix more problems found by GCC 4.5.2's static...
2011-03-17 Paul EggertMerge from mainline.
2011-03-16 Paul Eggert* eval.c (Fdefvar): Rename locals to avoid shadowing.
2011-03-16 Paul Eggert* eval.c (lisp_indirect_variable): Name an expression,
2011-03-16 Paul Eggert* eval.c (Fdefvar): Rewrite so as not to use empty...
2011-03-16 Paul Eggert* eval.c (call_debugger, do_debug_on_call, grow_specpdl...
2011-03-13 Stefan Monnier* src/eval.c (Ffunction): Use simpler format for closures.
2011-03-12 Glenn MorrisMerge from emacs-23; up to 2010-06-03T22:16:02Z!dann...
2011-03-11 Stefan MonnierMisc fixes, and use lexical-binding in more files.
2011-03-06 Stefan MonnierMerge from trunk
2011-03-06 Stefan MonnierMissing file in last commit.
2011-02-28 Glenn MorrisMerge from emacs-23; up to 2010-06-03T05:41:49Z!rgm...
2011-02-25 Stefan MonnierGet rid of funvec.
2011-02-23 Glenn MorrisMerge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka...
2011-02-21 Stefan MonnierMerge from trunk
2011-02-19 Glenn MorrisMerge from emacs-23; up to 2010-06-01T01:49:15Z!monnier...
2011-02-17 Stefan MonnierVarious compiler bug-fixes. MPC seems to run correctly...
2011-02-16 Glenn MorrisMerge from emacs-23; up to 2010-05-28T19:18:47Z!juri...
2011-02-12 Chong YidongMerge changes from emacs-23 branch
2011-02-12 Stefan MonnierMerge from trunk
2011-02-05 Glenn MorrisMerge from emacs-23; up to 2010-05-26T14:19:15Z!monnier...
2011-02-01 Stefan MonnierMerge from trunk
2011-01-31 Chong YidongMerge changes from emacs-23 branch
2011-01-26 Stefan MonnierLet the debugger continue to the normal handler.
2011-01-25 Glenn MorrisConvert consecutive FSF copyright years to ranges.
2011-01-25 Glenn MorrisMerge from emacs-23.
2011-01-22 Glenn MorrisMerge from emacs-23
2011-01-18 Tom TromeyMove all DEFVAR'd globals into a structure -- threading...
2011-01-18 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T22:16...
2011-01-17 Paul EggertMerge from mainline.
2011-01-16 Glenn MorrisRefill some copyright headers.
2011-01-15 Glenn MorrisNuke arch-tags.
2011-01-15 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T21:33...
2011-01-15 Glenn MorrisMerge from emacs-23 branch.
2011-01-14 Paul EggertMerge from mainline.
2011-01-14 Stefan MonnierMerge from emacs-23
2011-01-02 Glenn MorrisAdd 2011 to FSF/AIST copyright years.
2011-01-02 Chong YidongMerge changes from emacs-23 branch
2010-12-27 Stefan Monnier* src/eval.c (Fdefvar): Record specialness before compu...
2010-12-27 Andreas SchwabRemove unused declarations
2010-12-19 Stefan MonnierMinor clean up to silence some gcc warnings.
2010-12-15 Stefan MonnierObey lexical-binding in interactive evaluation commands.
2010-12-14 Stefan MonnierTry and be more careful about propagation of lexical...
2010-12-13 Stefan MonnierMerge from emacs-23
2010-12-13 Stefan MonnierMerge from trunk
2010-12-13 Stefan MonnierMake the effect of (defvar foo) local.
2010-12-11 Stefan MonnierMerge from trunk
2010-11-27 Chong YidongMerge changes from emacs-23 branch
2010-11-18 Stefan MonnierMerge from emacs-23
2010-11-09 Stefan MonnierMerge from emacs-23
2010-10-31 Chong YidongMerge changes from emacs-23 branch
2010-10-26 Juanma Barranquero* src/eval.c (init_eval_once): Set max_lisp_eval_depth...
2010-10-24 Chong YidongMerge changes from emacs-23
2010-10-23 Eli ZaretskiiImplement mouse highlight for bidi-reordered lines.
2010-10-19 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-15 Stefan MonnierMerge from trunk
2010-10-14 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-11 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-08 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-09-30 Lars Magne Ingebri... (Fbacktrace): Don't overwrite print-level on exit.
2010-09-29 Stefan MonnierMerge from trunk
2010-09-27 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-09-27 Kenichi Handamerge trunk
next