| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | 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 |
* | | 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 |
* | | 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 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -2/+2 |
* | | Make the function member of Lisp_Subr use standard C prototypes. | Dan Nicolaescu | 2010-07-06 | 1 | -41/+41 |
* | | Convert most remaining function definitions to standard C. | Juanma Barranquero | 2010-07-05 | 1 | -105/+55 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -7/+7 |
* | | * eval.c (specbind): Disallow let-binding frame-local vars. | Stefan Monnier | 2010-05-14 | 1 | -8/+24 |
* | | Try and fix unbind_to when localness of binding has changed | Stefan Monnier | 2010-05-07 | 1 | -21/+21 |
* | | Misc tweaks. | Stefan Monnier | 2010-05-04 | 1 | -17/+12 |
* | | Add optional arg to delete-file to force deletion (Bug#6070). | Chong Yidong | 2010-05-03 | 1 | -1/+50 |
* | | Fix wrong-docstring problem introduced with hash-consing. | Stefan Monnier | 2010-04-29 | 1 | -4/+5 |
* | | Remove all NO_ARG_ARRAY uses. | Dan Nicolaescu | 2010-04-25 | 1 | -46/+0 |
* | | Add SELinux support. | Karel Klíc | 2010-04-20 | 1 | -0/+27 |
* | | Make variable forwarding explicit rather the using special values. | Stefan Monnier | 2010-04-19 | 1 | -85/+129 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * eval.c (run_hook_with_args): Handle the case where the global | Chong Yidong | 2010-01-01 | 1 | -12/+21 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -13/+13 |
* | * alloc.c (make_pure_c_string): New function. | Dan Nicolaescu | 2009-11-06 | 1 | -9/+6 |
* | * keymap.c (Fmake_sparse_keymap): Purecopy the name. | Dan Nicolaescu | 2009-10-24 | 1 | -8/+4 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -36/+1 |
* | * eval.c (Fcalled_interactively_p): Add `kind' argument. | Stefan Monnier | 2009-10-01 | 1 | -6/+18 |
* | (find_handler_clause): Make stack-trace-on-error work in batch mode (bug#4228). | Stefan Monnier | 2009-09-20 | 1 | -8/+7 |
* | (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el. | Stefan Monnier | 2009-08-21 | 1 | -1/+1 |
* | * eval.c (Fcalled_interactively_p, Finteractive_p): Doc | Chong Yidong | 2009-08-15 | 1 | -14/+15 |
* | Better docstring for `called-interactively-p'. | Bastien Guerry | 2009-07-27 | 1 | -1/+1 |
* | (Fcommandp): Use Qinteractive_form. | Chong Yidong | 2009-03-24 | 1 | -1/+2 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | (Vdebug_on_error): Doc fix. | Chong Yidong | 2008-12-05 | 1 | -1/+2 |
* | (find_handler_clause): Temporarily increase max-lisp-eval-depth while | Chong Yidong | 2008-08-27 | 1 | -3/+5 |
* | (Fcondition_case): Doc fix. | Chong Yidong | 2008-08-26 | 1 | -1/+1 |
* | * lisp.h (init_weak_hash_tables, syms_of_font) | Andreas Schwab | 2008-07-28 | 1 | -30/+30 |
* | * config.nt (HAVE_FACES): Remove, unused. | Dan Nicolaescu | 2008-07-13 | 1 | -2/+2 |
* | (Fdefmacro): Doc fix. | John Paul Wallington | 2008-06-04 | 1 | -1/+6 |
* | * xdisp.c (select_frame_for_redisplay): Adjust for last change to | Stefan Monnier | 2008-05-20 | 1 | -1/+8 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |