aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
* (Fcommandp): Simplify.Stefan Monnier2004-03-291-6/+4
* (Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual.Luc Teirlinck2003-12-311-0/+2
* Comment change.Richard M. Stallman2003-12-291-0/+2
* (Fdefvaralias): Doc fix.Luc Teirlinck2003-10-311-2/+2
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (unbind_to): Fix last change for K&R. From rms.Dave Love2003-05-281-1/+2
* (specpdl_ptr): Declare volatile.Richard M. Stallman2003-05-091-13/+19
* (Funwind_protect): Use func = Fprogn rather symbol = Qnil.Stefan Monnier2003-05-011-1/+1
* (unbind_to): Don't handle symbol = Qnil any more.Stefan Monnier2003-05-011-4/+0
* (Fsignal): Clear abort_on_gc.Richard M. Stallman2003-04-301-0/+1
* (Fapply): Undo last change and add a comment about why.Stefan Monnier2003-04-191-4/+7
* (For, Fand, Fprogn, un_autoload, do_autoload): Use XCDR, XCAR, CONSP.Stefan Monnier2003-04-171-49/+29
* (Fdefmacro): Fix typo.Juanma Barranquero2003-02-121-1/+1
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-34/+34
* (Fuser_variable_p): Doc change. For custom variables,Markus Rost2003-01-071-6/+4
* Errors and throws work right with interrupt blocking.Richard M. Stallman2002-12-211-10/+11
* Feval: On Carbon/MacOSX call mac_check_for_quit_char at each stack frame.Steven Tamm2002-12-081-0/+4
* (Fdefun, Fdefmacro): Record in load-history redefining an autoload.Richard M. Stallman2002-12-071-0/+6
* (interactive_p): Skip any number of bytecodeRichard M. Stallman2002-11-211-9/+7
* Fix last change.Andreas Schwab2002-08-241-2/+3
* (Fdefvar, Fdefconst, Fdefvaralias):Richard M. Stallman2002-08-241-9/+10
* (Fdefvaralias): Add docstring argument.Juanma Barranquero2002-07-151-6/+9
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-5/+5
* (Fsignal): Don't call cancel_hourglass.Richard M. Stallman2002-07-121-12/+10
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-13/+13
* (Fdefmacro): Doc fix.Richard M. Stallman2002-07-071-2/+14
* (syms_of_eval): Doc fix.Richard M. Stallman2002-05-281-3/+8
* * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead ofKen Raeburn2002-05-201-2/+2
* (Fcommandp): Doc fix.Eli Zaretskii2002-05-151-1/+1
* Comment change.Richard M. Stallman2002-04-301-0/+2
* (do_autoload): Error if called while preparing to dump.Richard M. Stallman2002-04-301-0/+4
* (Fcommandp): New arg for_call_interactively.Richard M. Stallman2002-04-281-5/+8
* (Qdeclare, Vmacro_declaration_function): New variables.Gerd Moellmann2002-03-241-1/+48
* Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-2/+2
* (Fsignal): Remove duplicated declaration of the variablePavel Janík2002-02-021-1/+0
* (max_specpdl_size, max_lisp_eval_depth): Define as int,Andreas Schwab2002-01-011-2/+2
* Remove variables `Qmocklisp_arguments', `Vmocklisp_arguments' andPavel Janík2001-12-221-51/+4
* Undo last change. Consistency doesn't seem to be desired.Stefan Monnier2001-12-061-16/+16
* Use standard syntax for usage in docstrings.Stefan Monnier2001-12-051-16/+16
* Use AREF and ASIZE.Stefan Monnier2001-11-261-12/+17
* (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.Stefan Monnier2001-11-161-11/+12
* (syms_of_eval): Doc fix.Richard M. Stallman2001-11-141-2/+3
* (Fif): Reindent.Pavel Janík2001-11-131-2/+2
* (top_level_value, top_level_set): Remove commented and #ifdef'd-out code.Pavel Janík2001-11-041-41/+1
* (debugger_may_continue, Vdebug_ignored_errors, call_debugger,Pavel Janík2001-11-021-7/+7
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-12/+12
* (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.Richard M. Stallman2001-11-011-8/+8
* (Fcommandp): Doc fix.Pavel Janík2001-10-311-344/+348
* (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_failure)Miles Bader2001-10-211-26/+52
* Clarify previous change.Richard M. Stallman2001-10-191-2/+2