| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge from trunk | Stefan Monnier | 2011-03-21 | 1 | -30/+33 |
| |\ |
|
| | * | * 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 |
| * | | * 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 |
| |\ \
| |/ |
|
| | * | 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 (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 |
| |\ \ \
| |/ / |
|
| | * | | * src/eval.c (init_eval_once): Set max_lisp_eval_depth to 600. | Juanma Barranquero | 2010-10-27 | 1 | -1/+1 |
| * | | | Merge from trunk | Stefan Monnier | 2010-10-15 | 1 | -3/+5 |
| |\ \ \
| |/ / |
|
| | * | | (Fbacktrace): Don't overwrite print-level on exit. | Lars Magne Ingebrigtsen | 2010-09-30 | 1 | -2/+4 |
| * | | | Merge from trunk | Stefan Monnier | 2010-09-30 | 1 | -5/+5 |
| |\ \ \
| |/ / |
|
| | * | | 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 |
| * | | | Merge from trunk | Stefan Monnier | 2010-09-13 | 1 | -12/+20 |
| |\ \ \
| |/ / |
|
| | * | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-08-22 | 1 | -9/+18 |
| | |\ \
| | |/ |
|
| | | * | * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP | Andreas Schwab | 2010-08-17 | 1 | -9/+5 |
| | | * | Avoid stack overflow in let, eval, and apply (Bug#6214). | Chong Yidong | 2010-08-17 | 1 | -9/+22 |
| | * | | * lisp/emacs-lisp/autoload.el (make-autoload): Preload the macros's | Stefan Monnier | 2010-08-18 | 1 | -2/+2 |
| * | | | Merge from trunk | Stefan Monnier | 2010-08-11 | 1 | -18/+4 |
| |\ \ \
| |/ / |
|
| | * | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-06 | 1 | -2/+0 |
| | * | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -6/+0 |
| * | | | * 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 |
| |\ \ \
| |/ / |
|
| | * | | Fix up "missing braces" warning. | Stefan Monnier | 2010-07-20 | 1 | -3/+3 |
| | * | | Convert maybe_fatal to standard C. | Dan Nicolaescu | 2010-07-12 | 1 | -9/+15 |
| | * | | Constify functions taking char * | Andreas Schwab | 2010-07-11 | 1 | -2/+2 |
| | * | | Fix indentation problem | Andreas Schwab | 2010-07-11 | 1 | -36/+35 |
| | * | | Remove obsolete noinline declaration | Andreas Schwab | 2010-07-11 | 1 | -8/+0 |
| | * | | Make doprnt and related functions ANSI C compliant, with prototypes. | Ken Raeburn | 2010-07-11 | 1 | -8/+9 |
| | * | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -85/+40 |