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
Tue, 04 May 2010 13:44:54 -0400 Stefan Monnier Misc tweaks.
Mon, 03 May 2010 11:01:21 -0400 Chong Yidong Add optional arg to delete-file to force deletion (Bug#6070).
Thu, 29 Apr 2010 08:42:01 -0400 Stefan Monnier Fix wrong-docstring problem introduced with hash-consing.
Sun, 25 Apr 2010 15:16:58 -0700 Dan Nicolaescu Remove all NO_ARG_ARRAY uses.
Tue, 20 Apr 2010 20:02:58 -0700 Glenn Morris Add SELinux support.
Mon, 19 Apr 2010 21:50:52 -0400 Stefan Monnier Make variable forwarding explicit rather the using special values.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Fri, 01 Jan 2010 12:14:05 -0500 Chong Yidong * eval.c (run_hook_with_args): Handle the case where the global
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Fri, 06 Nov 2009 05:24:28 +0000 Dan Nicolaescu * alloc.c (make_pure_c_string): New function.
Sat, 24 Oct 2009 06:32:03 +0000 Dan Nicolaescu * keymap.c (Fmake_sparse_keymap): Purecopy the name.
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Thu, 01 Oct 2009 17:47:38 +0000 Stefan Monnier * eval.c (Fcalled_interactively_p): Add `kind' argument.
Sun, 20 Sep 2009 17:05:00 +0000 Stefan Monnier (find_handler_clause): Make stack-trace-on-error work in batch mode (bug#4228).
Fri, 21 Aug 2009 14:53:02 +0000 Stefan Monnier (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
Sat, 15 Aug 2009 21:51:33 +0000 Chong Yidong * eval.c (Fcalled_interactively_p, Finteractive_p): Doc
Mon, 27 Jul 2009 02:02:49 +0000 Bastien Guerry Better docstring for `called-interactively-p'.
Tue, 24 Mar 2009 16:37:25 +0000 Chong Yidong (Fcommandp): Use Qinteractive_form.
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Fri, 05 Dec 2008 14:45:14 +0000 Chong Yidong (Vdebug_on_error): Doc fix.
Wed, 27 Aug 2008 20:26:03 +0000 Chong Yidong (find_handler_clause): Temporarily increase max-lisp-eval-depth while
Tue, 26 Aug 2008 20:23:32 +0000 Chong Yidong (Fcondition_case): Doc fix.
Mon, 28 Jul 2008 12:25:11 +0000 Andreas Schwab * lisp.h (init_weak_hash_tables, syms_of_font)
Sun, 13 Jul 2008 07:35:26 +0000 Dan Nicolaescu * config.nt (HAVE_FACES): Remove, unused.
Wed, 04 Jun 2008 14:07:07 +0000 John Paul Wallington (Fdefmacro): Doc fix.
Tue, 20 May 2008 00:13:37 +0000 Stefan Monnier * xdisp.c (select_frame_for_redisplay): Adjust for last change to
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Fri, 11 Apr 2008 03:41:23 +0000 Glenn Morris (Fdefvaralias): If the alias is bound and the target is not, set the
Wed, 19 Mar 2008 17:02:31 +0000 Jason Rumney * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
Thu, 07 Feb 2008 04:11:05 +0000 Stefan Monnier * xselect.c (x_handle_dnd_message):