log src/eval.c @ 89874:90e1a09d1be5

age author description
2003-09-08 Kenichi Handa New directory
2008-01-08 Miles Bader Merge from emacs--rel--22
2007-11-19 Stefan Monnier * data.c (store_symval_forwarding, set_internal):
2007-10-27 Miles Bader Merge from emacs--rel--22
2007-10-16 Miles Bader Merge from emacs--rel--22
2007-10-16 Stefan Monnier * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
2007-10-14 Juanma Barranquero (do_autoload): Don't save autoloads.
2007-10-09 Miles Bader Merge from emacs--rel--22
2007-10-09 Richard M. Stallman (internal_condition_case_2, internal_condition_case_1)
2007-09-24 Stefan Monnier (do_autoload): Don't output any message.
2007-09-10 Michaƫl Cadilhac (Fcommandp): Change `->prompt' to `->intspec'.
2007-08-21 Miles Bader Merge from emacs--devo--0
2007-08-13 Miles Bader Merge from emacs--devo--0
2007-07-31 Miles Bader Merge from emacs--devo--0
2007-07-24 Miles Bader Merge from emacs--devo--0
2007-07-15 Miles Bader Merge from emacs--devo--0
2007-01-29 Karoly Lorentey Merged from emacs@sv.gnu.org
2006-12-03 Karoly Lorentey Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!
2006-10-14 Karoly Lorentey Merged from emacs@sv.gnu.org
2006-07-29 Karoly Lorentey Fix x_catch_errors-related abort after X disconnects. (Reported by Dan Nicolaescu).
2007-08-19 Richard M. Stallman (Ffunction, Fquote): Signal error if not 1 argument.
2007-08-16 Richard M. Stallman (Fcommandp): Add parens to clarify.
2007-08-13 Miles Bader Merge from emacs--rel--22
2007-07-26 Miles Bader Merge from emacs--rel--22
2007-07-25 Stefan Monnier (Fcommandp): Pay attention to the `interactive-form' property.
2007-07-18 Juanma Barranquero (Fsetq): Doc fix.
2007-07-18 Juanma Barranquero (For, Fand): Doc fixes.
2007-07-14 Richard M. Stallman (maybe_call_debugger): New function.
2007-07-14 Juanma Barranquero (Fprogn): Doc fix.
2007-07-13 Stefan Monnier (init_eval_once): Bump max_lisp_eval_depth to 400.
2008-08-26 Chong Yidong (Fcondition_case): Doc fix.
2008-01-08 Glenn Morris Add 2008 to copyright years.
2007-10-24 Richard M. Stallman Comment change.
2007-10-14 Juanma Barranquero (do_autoload): Don't save autoloads.
2007-08-27 Richard M. Stallman (condition-case): Doc fix.
2007-08-08 Glenn Morris Replace `iff' in comments.
2007-07-30 Dan Nicolaescu * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-07-16 Juanma Barranquero (For, Fand, Fprogn): Doc fixes.
2007-07-15 Richard M. Stallman (Fsetq): Doc fix.
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-11-01 Juanma Barranquero (Fcatch): Doc fix.
2006-10-10 Stefan Monnier Include xterm.h for x_fully_uncatch_errors and friends.
2006-09-08 Richard M. Stallman (find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.
2006-09-02 Eli Zaretskii (apply1, call2) [__GNUC__]: Declare with `__attribute__((noinline))'.
2006-07-18 Dan Nicolaescu * ebrowse.c (usage, version): Mark as NO_RETURN.
2006-07-18 Kim F. Storm * eval.c (xsignal): New func. Like Fsignal, but marked no-return.
2006-07-13 Kim F. Storm (Fthrow): Remove loop around Fsignal.
2006-07-03 Richard M. Stallman (Fdefvaralias): Doc fix.
2006-06-13 Richard M. Stallman (Fdefconst): Mark variable as risky.
2006-04-18 Thien-Thi Nguyen Comment munging wrt max-specpdl-size; nfc.
2006-03-11 Eli Zaretskii (unwind_to_catch): Call x_fully_uncatch_errors only if HAVE_X_WINDOWS.
2006-03-11 Richard M. Stallman (unwind_to_catch): Call x_fully_uncatch_errors.
2006-02-26 Luc Teirlinck (specpdl_ptr): Remove volatile qualifier for consistency with lisp.h.
2006-02-25 Chong Yidong * xterm.h (x_catch_errors) Return value changed to void.
2006-02-10 Kim F. Storm * data.c (Findirect_function): Add NOERROR arg. All callers changed
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-12-28 Richard M. Stallman (do_autoload): Ignore elements of Vautoload_queue where car is not symbol.
2005-12-26 Richard M. Stallman (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue to undo a `provide'.
2005-10-29 Richard M. Stallman (internal_lisp_condition_case): New function.