| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge from lexical-binding branch. | Stefan Monnier | 2011-04-01 | 1 | -77/+305 |
| |\ | |||||
| | * | Miscellanous cleanups in preparation for the merge.old-branches/lexbind-new | Stefan Monnier | 2011-04-01 | 1 | -9/+6 |
| | * | Merge from trunk | Stefan Monnier | 2011-03-31 | 1 | -102/+134 |
| | |\ | |/ |/| | |||||
| | * | Merge from trunk | Stefan Monnier | 2011-03-21 | 1 | -30/+33 |
| | |\ | |||||
| | * | | * src/eval.c (Ffunction): Use simpler format for closures. | Stefan Monnier | 2011-03-13 | 1 | -4/+5 |
| | * | | Misc fixes, and use lexical-binding in more files. | Stefan Monnier | 2011-03-11 | 1 | -14/+11 |
| | * | | Missing file in last commit. | Stefan Monnier | 2011-03-06 | 1 | -4/+3 |
| | * | | Get rid of funvec. | Stefan Monnier | 2011-02-24 | 1 | -108/+25 |
| | * | | Various compiler bug-fixes. MPC seems to run correctly now. | Stefan Monnier | 2011-02-17 | 1 | -16/+18 |
| | * | | Merge from trunk | Stefan Monnier | 2011-02-11 | 1 | -3/+3 |
| | |\ \ | |||||
| | * \ \ | Merge from trunk | Stefan Monnier | 2011-02-01 | 1 | -267/+117 |
| | |\ \ \ | | |/ / | |||||
| | * | | | * src/eval.c (Fdefvar): Record specialness before computing initial value. | Stefan Monnier | 2010-12-27 | 1 | -3/+4 |
| | * | | | Obey lexical-binding in interactive evaluation commands. | Stefan Monnier | 2010-12-15 | 1 | -135/+132 |
| | * | | | Try and be more careful about propagation of lexical environment. | Stefan Monnier | 2010-12-13 | 1 | -66/+67 |
| | * | | | Merge from trunk | Stefan Monnier | 2010-12-12 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | * | | | | Make the effect of (defvar foo) local. | Stefan Monnier | 2010-12-12 | 1 | -50/+66 |
| | * | | | | Merge from trunk | Stefan Monnier | 2010-12-10 | 1 | -1/+1 |
| | |\ \ \ \ | | |/ / / | |||||
| | * | | | | Merge from trunk | Stefan Monnier | 2010-10-15 | 1 | -3/+5 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge from trunk | Stefan Monnier | 2010-09-30 | 1 | -5/+5 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge from trunk | Stefan Monnier | 2010-09-13 | 1 | -12/+20 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge from trunk | Stefan Monnier | 2010-08-11 | 1 | -18/+4 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | * eval.c (funcall_funvec): Replace bcopy by memcpy. | Andreas Schwab | 2010-07-23 | 1 | -4/+4 |
| | * | | | | | | | | Merge from trunk | Stefan Monnier | 2010-07-23 | 1 | -292/+195 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | * src/eval.c (Fspecial_variable_p): Rename from `specialp'. | Stefan Monnier | 2010-06-18 | 1 | -2/+2 |
| | * | | | | | | | | | * lisp/emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment): | Stefan Monnier | 2010-06-14 | 1 | -5/+2 |
| | * | | | | | | | | | New branch for lexbind, losing all history. | Stefan Monnier | 2010-06-13 | 1 | -35/+342 |
| * | | | | | | | | | | * src/eval.c (struct backtrace): Don't cheat with negative numbers, but do | Stefan Monnier | 2011-03-30 | 1 | -14/+18 |
| * | | | | | | | | | | Fix more problems found by GCC 4.6.0's static checks. | Paul Eggert | 2011-03-29 | 1 | -51/+51 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge from mainline. | Paul Eggert | 2011-03-29 | 1 | -62/+86 |
| | |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Don't reset post-command-hook to nil upon error. | Stefan Monnier | 2011-03-28 | 1 | -63/+92 |
| | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
| | * | | | | | | | | | * eval.c (Fbacktrace_frame): Don't assume nframes fits in int. | Paul Eggert | 2011-03-27 | 1 | -1/+1 |
| | * | | | | | | | | | * eval.c (Fbacktrace): Don't assume nargs fits in int. | Paul Eggert | 2011-03-27 | 1 | -2/+3 |
| | * | | | | | | | | | Variadic C functions now count arguments with size_t, not int. | Paul Eggert | 2011-03-26 | 1 | -39/+43 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | * eval.c (Fdefvar): Rename locals to avoid shadowing. | Paul Eggert | 2011-03-16 | 1 | -16/+18 |
| * | | | | | | | | | * eval.c (lisp_indirect_variable): Name an expression, | Paul Eggert | 2011-03-16 | 1 | -1/+2 |
| * | | | | | | | | | * eval.c (Fdefvar): Rewrite so as not to use empty "else". | Paul Eggert | 2011-03-16 | 1 | -4/+5 |
| * | | | | | | | | | * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static. | Paul Eggert | 2011-03-16 | 1 | -8/+7 |
| | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | | Let the debugger continue to the normal handler. | Stefan Monnier | 2011-01-26 | 1 | -104/+49 |
| * | | | | | | | | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -3/+1 |
| * | | | | | | | | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -67/+15 |
| * | | | | | | | | Refill some copyright headers. | Glenn Morris | 2011-01-15 | 1 | -2/+2 |
| * | | | | | | | | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
| * | | | | | | | | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| * | | | | | | | | | Remove unused declarations | Andreas Schwab | 2010-12-27 | 1 | -49/+4 |
| * | | | | | | | | | Minor clean up to silence some gcc warnings. | Stefan Monnier | 2010-12-19 | 1 | -131/+131 |
| | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | | * src/eval.c (init_eval_once): Set max_lisp_eval_depth to 600. | Juanma Barranquero | 2010-10-27 | 1 | -1/+1 |
| | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | | (Fbacktrace): Don't overwrite print-level on exit. | Lars Magne Ingebrigtsen | 2010-09-30 | 1 | -2/+4 |
| | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | | Fix int/EMACS_INT in eval.c and indent.c, correct previous changes. | Eli Zaretskii | 2010-09-24 | 1 | -4/+4 |
| * | | | | | | Fix all EMACS_INT/int conversion errors in print.c (and related files). | Lars Magne Ingebrigtsen | 2010-09-24 | 1 | -1/+1 |
| | |_|_|_|/ |/| | | | | |||||