Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -14/+13 |
* | * eval.c: Port to Windows vsnprintf (Bug#8435). | Paul Eggert | 2011-04-08 | 1 | -17/+23 |
* | * eval.c (verror): Initial buffer size is 4000 (not 200) bytes. | Paul Eggert | 2011-04-06 | 1 | -1/+1 |
* | error: Print 32- and 64-bit integers portably (Bug#8435). | Paul Eggert | 2011-04-06 | 1 | -8/+13 |
* | * eval.c (internal_lisp_condition_case): Don't pass spurious arg. | Paul Eggert | 2011-04-06 | 1 | -1/+1 |
* | * eval.c (Fsignal): Remove excess argument to 'fatal'. | Paul Eggert | 2011-04-05 | 1 | -1/+1 |
* | Merge from mainline. | Paul Eggert | 2011-04-04 | 1 | -1/+1 |
|\ | |||||
| * | src/eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove redundant assignment. | Juanma Barranquero | 2011-04-02 | 1 | -1/+1 |
* | | * eval.c (funcall_lambda): Rename local to avoid shadowing. | Paul Eggert | 2011-04-02 | 1 | -6/+6 |
|/ | |||||
* | 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 |