log src/eval.c @ 112453:06719a229a46 default tip

age author description
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Sat, 15 Jan 2011 18:21:30 -0800 Glenn Morris Refill some copyright headers.
Sat, 15 Jan 2011 15:16:57 -0800 Glenn Morris Nuke arch-tags.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Mon, 27 Dec 2010 18:29:38 +0100 Andreas Schwab Remove unused declarations
Sun, 19 Dec 2010 00:43:42 -0500 Stefan Monnier Minor clean up to silence some gcc warnings.
Wed, 27 Oct 2010 00:23:09 +0200 Juanma Barranquero * src/eval.c (init_eval_once): Set max_lisp_eval_depth to 600.
Thu, 30 Sep 2010 16:28:22 +0200 Lars Magne Ingebrigtsen (Fbacktrace): Don't overwrite print-level on exit.
Fri, 24 Sep 2010 15:30:13 -0400 Eli Zaretskii Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.
Fri, 24 Sep 2010 17:01:03 +0200 Lars Magne Ingebrigtsen Fix all EMACS_INT/int conversion errors in print.c (and related files).
Sun, 22 Aug 2010 16:02:16 -0400 Chong Yidong Merge changes from emacs-23 branch.
Tue, 17 Aug 2010 23:07:50 +0200 Andreas Schwab * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
Tue, 17 Aug 2010 12:34:28 -0400 Chong Yidong Avoid stack overflow in let, eval, and apply (Bug#6214).
Wed, 18 Aug 2010 12:21:43 +0200 Stefan Monnier * lisp/emacs-lisp/autoload.el (make-autoload): Preload the macros's
Fri, 06 Aug 2010 12:07:16 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Wed, 28 Jul 2010 22:48:06 -0700 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
Tue, 20 Jul 2010 17:26:53 +0200 Stefan Monnier Fix up "missing braces" warning.
Mon, 12 Jul 2010 21:47:45 -0700 Dan Nicolaescu Convert maybe_fatal to standard C.
Sun, 11 Jul 2010 11:27:13 +0200 Andreas Schwab Constify functions taking char *
Sun, 11 Jul 2010 10:44:34 +0200 Andreas Schwab Fix indentation problem
Sun, 11 Jul 2010 10:38:22 +0200 Andreas Schwab Remove obsolete noinline declaration
Sun, 11 Jul 2010 02:59:55 -0400 Ken Raeburn Make doprnt and related functions ANSI C compliant, with prototypes.
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Tue, 06 Jul 2010 19:49:37 -0700 Dan Nicolaescu Make the function member of Lisp_Subr use standard C prototypes.
Mon, 05 Jul 2010 12:36:06 +0200 Juanma Barranquero Convert most remaining function definitions to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Fri, 14 May 2010 13:53:42 -0400 Stefan Monnier * eval.c (specbind): Disallow let-binding frame-local vars.
Fri, 07 May 2010 16:33:00 -0400 Stefan Monnier Try and fix unbind_to when localness of binding has changed