summaryrefslogtreecommitdiff
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Let the debugger continue to the normal handler.Stefan Monnier2011-01-261-104/+49
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-67/+15
* Refill some copyright headers.Glenn Morris2011-01-151-2/+2
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove unused declarationsAndreas Schwab2010-12-271-49/+4
* | Minor clean up to silence some gcc warnings.Stefan Monnier2010-12-191-131/+131
* | * src/eval.c (init_eval_once): Set max_lisp_eval_depth to 600.Juanma Barranquero2010-10-271-1/+1
* | (Fbacktrace): Don't overwrite print-level on exit.Lars Magne Ingebrigtsen2010-09-301-2/+4
* | Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.Eli Zaretskii2010-09-241-4/+4
* | Fix all EMACS_INT/int conversion errors in print.c (and related files).Lars Magne Ingebrigtsen2010-09-241-1/+1
* | Merge changes from emacs-23 branch.Chong Yidong2010-08-221-9/+18
|\|
| * * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISPAndreas Schwab2010-08-171-9/+5
| * Avoid stack overflow in let, eval, and apply (Bug#6214).Chong Yidong2010-08-171-9/+22
* | * lisp/emacs-lisp/autoload.el (make-autoload): Preload the macros'sStefan Monnier2010-08-181-2/+2
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-061-2/+0
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-6/+0
* | Fix up "missing braces" warning.Stefan Monnier2010-07-201-3/+3
* | Convert maybe_fatal to standard C.Dan Nicolaescu2010-07-121-9/+15
* | Constify functions taking char *Andreas Schwab2010-07-111-2/+2
* | Fix indentation problemAndreas Schwab2010-07-111-36/+35
* | Remove obsolete noinline declarationAndreas Schwab2010-07-111-8/+0
* | Make doprnt and related functions ANSI C compliant, with prototypes.Ken Raeburn2010-07-111-8/+9
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-85/+40
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-2/+2
* | Make the function member of Lisp_Subr use standard C prototypes.Dan Nicolaescu2010-07-061-41/+41
* | Convert most remaining function definitions to standard C.Juanma Barranquero2010-07-051-105/+55
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-7/+7
* | * eval.c (specbind): Disallow let-binding frame-local vars.Stefan Monnier2010-05-141-8/+24
* | Try and fix unbind_to when localness of binding has changedStefan Monnier2010-05-071-21/+21
* | Misc tweaks.Stefan Monnier2010-05-041-17/+12
* | Add optional arg to delete-file to force deletion (Bug#6070).Chong Yidong2010-05-031-1/+50
* | Fix wrong-docstring problem introduced with hash-consing.Stefan Monnier2010-04-291-4/+5
* | Remove all NO_ARG_ARRAY uses.Dan Nicolaescu2010-04-251-46/+0
* | Add SELinux support.Karel Klíc2010-04-201-0/+27
* | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-85/+129
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * eval.c (run_hook_with_args): Handle the case where the globalChong Yidong2010-01-011-12/+21
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-13/+13
* * alloc.c (make_pure_c_string): New function.Dan Nicolaescu2009-11-061-9/+6
* * keymap.c (Fmake_sparse_keymap): Purecopy the name.Dan Nicolaescu2009-10-241-8/+4
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-36/+1
* * eval.c (Fcalled_interactively_p): Add `kind' argument.Stefan Monnier2009-10-011-6/+18
* (find_handler_clause): Make stack-trace-on-error work in batch mode (bug#4228).Stefan Monnier2009-09-201-8/+7
* (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.Stefan Monnier2009-08-211-1/+1
* * eval.c (Fcalled_interactively_p, Finteractive_p): DocChong Yidong2009-08-151-14/+15
* Better docstring for `called-interactively-p'.Bastien Guerry2009-07-271-1/+1
* (Fcommandp): Use Qinteractive_form.Chong Yidong2009-03-241-1/+2