summaryrefslogtreecommitdiff
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Fmacroexpand, Fthrow, Fbacktrace_frame): Harmonize arguments withErik Naggum1996-01-091-11/+11
* (syms_of_eval): Doc fix for inhibit-quit.Karl Heuer1996-01-041-3/+3
* (skip_debugger): New function.Karl Heuer1995-12-211-4/+57
* (run-hook-with-args, run-hook-list-with-args): SafeguardRichard M. Stallman1995-11-101-2/+8
* (run_hook_with_args): Add forward declaration.Richard M. Stallman1995-10-281-0/+2
* (run_hook_with_args_2): New function.Richard M. Stallman1995-10-031-0/+14
* (run_hook_with_args): Move the GCPRO2; add UNGCPRO.Richard M. Stallman1995-08-061-2/+4
* (run_hook_with_args): Add gcpros.Richard M. Stallman1995-08-051-0/+57
* Add Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success, Frun_...Simon Marshall1995-07-311-12/+103
* (syms_of_eval): Add missing defsubr.Karl Heuer1995-07-281-0/+1
* (run-hook-with-args): Fix previous code.Karl Heuer1995-07-251-5/+1
* (Frun_hook_with_args): New C function, formerly in subr.el.Karl Heuer1995-07-251-0/+59
* (Ffuncall, Fapply): Doc fix.Richard M. Stallman1995-07-181-0/+2
* (Ffetch_bytecode): Check the type of the object being read from the file.Richard M. Stallman1995-04-181-0/+2
* (internal_condition_case): Abort if interrupt_input_blocked>0.Richard M. Stallman1995-04-101-0/+5
* (Fuser_variable_p): For (STRING . INTEGER), test sign.Richard M. Stallman1995-04-071-3/+9
* (Ffetch_bytecode): New function.Karl Heuer1995-04-051-5/+20
* (specbind): Rename perdisplay to kboard.Karl Heuer1995-03-151-1/+1
* (specbind): Handle display-local vars.Karl Heuer1995-01-311-2/+1
* Fix typo in last change.Roland McGrath1995-01-051-1/+1
* (Fcommandp): Use & PSEUDOVECTOR_SIZE_MASK on `size' field of compiledRoland McGrath1995-01-051-3/+3
* (Fdefvar): Fix minor error in previous change.Richard M. Stallman1994-12-211-3/+14
* (Fdefconst, Fdefvar): Error if too many arguments.Richard M. Stallman1994-12-151-5/+11
* (Finteractive_p): Use XSUBR instead of its expansion.Karl Heuer1994-11-161-2/+1
* (Feval, Ffuncall, funcall_lambda, Fbacktrace): Don't use XFASTINT as anKarl Heuer1994-10-041-7/+7
* (Fprogn, Finteractive_p, Fuser_variable_p, FletX, Flet, Fmacroexpand,Karl Heuer1994-09-271-31/+29
* (init_eval_once): Init Vrun_hooks here.Richard M. Stallman1994-09-211-1/+2
* (Fsignal): Fix Lisp_Object vs. int problems.Karl Heuer1994-09-191-1/+1
* (Fprog2): Doc fix.Richard M. Stallman1994-08-011-1/+1
* (init_eval_once): Call xmalloc, not malloc.Richard M. Stallman1994-06-141-1/+1
* (Fbacktrace): Properly nest parentheses.Karl Heuer1994-05-171-2/+3
* (syms_of_eval): Doc fixes.Richard M. Stallman1994-05-161-2/+2
* (error): Fix logic in call to xmalloc/xrealloc.Richard M. Stallman1994-05-061-1/+5
* Update copyright.Karl Heuer1994-05-041-1/+1
* (init_eval): Initialize when_entered_debugger to -1.Richard M. Stallman1994-04-301-1/+2
* (Fsetq): Doc fix.Richard M. Stallman1994-04-161-2/+5
* (specbind): Use find_symbol_value.Richard M. Stallman1994-04-121-2/+1
* (Fsetq): Doc fix.Richard M. Stallman1994-04-111-3/+3
* (Fsetq): Doc fix.Karl Heuer1994-04-071-1/+2
* (error): Use doprnt. Make buffer larger as necessary.Richard M. Stallman1994-03-061-2/+28
* (Fsignal): If DATA is memory_signal_data, don't add to it.Richard M. Stallman1994-03-021-5/+12
* (internal_condition_case_1): New function.Richard M. Stallman1994-02-071-0/+37
* (Fcondition_case): Doc fix.Richard M. Stallman1994-01-111-0/+3
* (Fsignal): Rename 1st arg to error_symbol.Richard M. Stallman1994-01-111-9/+9
* (Fcondition_case): Allow a list of condition names in a handler.Richard M. Stallman1994-01-111-8/+27
* (Fmacroexpand): For an autoload definition,Richard M. Stallman1993-12-231-2/+1
* Whitespace fix.Richard M. Stallman1993-09-231-1/+1
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (unwind_to_catch): Call set_poll_suppress_count.Richard M. Stallman1993-08-061-4/+1