| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (find_handler_clause): If SIG is nil (memory full error), | Richard M. Stallman | 1999-01-11 | 1 | -4/+13 |
* | (Fsignal): Use a separate format string when passing | Andreas Schwab | 1998-10-30 | 1 | -1/+1 |
* | (error): After enlarging buffer, write to it, not to buf. | Karl Heuer | 1998-09-07 | 1 | -2/+2 |
* | (find_handler_clause): Cast Fbacktrace to proper type. | Richard M. Stallman | 1998-04-30 | 1 | -1/+10 |
* | (Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT. | Richard M. Stallman | 1998-04-22 | 1 | -2/+0 |
* | (Fcatch): Doc fix. | Richard M. Stallman | 1998-04-17 | 1 | -1/+3 |
* | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -0/+9 |
* | (do_autoload): Return void. | Andreas Schwab | 1997-11-28 | 1 | -0/+1 |
* | (record_unwind_protect): Protoize parameter. | Andreas Schwab | 1997-11-21 | 1 | -1/+1 |
* | (Feval): Handle a subr which takes 8 arguments. | Kenichi Handa | 1997-08-26 | 1 | -2/+15 |
* | (do_autoload): Require a suffix for the file. | Richard M. Stallman | 1997-08-09 | 1 | -1/+1 |
* | (do_autoload): Pass new arg to Fload. | Richard M. Stallman | 1997-08-04 | 1 | -1/+1 |
* | (syms_of_eval): Doc fix. | Richard M. Stallman | 1997-07-23 | 1 | -2/+4 |
* | (Fsignal, find_handler_clause): If ERROR_SYMBOL | Richard M. Stallman | 1997-07-05 | 1 | -9/+32 |
* | (Fsignal): Use call2 to call Vsignal_hook_function. | Richard M. Stallman | 1997-05-29 | 1 | -1/+1 |
* | (num_nonmacro_input_events): | Richard M. Stallman | 1997-05-19 | 1 | -5/+5 |
* | (Fuser_variable_p): If not a symbol, return nil. | Richard M. Stallman | 1997-04-01 | 1 | -0/+3 |
* | (init_eval_once): Increase max_lisp_eval_depth to 300. | Karl Heuer | 1997-02-22 | 1 | -1/+1 |
* | (unbind_to, specbind): Use set_internal. | Richard M. Stallman | 1997-01-25 | 1 | -2/+2 |
* | (Fsignal): Call fatal if no error handlers and no catch. | Richard M. Stallman | 1997-01-20 | 1 | -1/+9 |
* | Reorganize function definitions so etags finds them. | Erik Naggum | 1996-10-31 | 1 | -8/+6 |
* | (Vdebug_on_signal): Renamed from Vdebug_force. | Richard M. Stallman | 1996-10-14 | 1 | -5/+5 |
* | (Vdebug_force): New variable. | Richard M. Stallman | 1996-09-27 | 1 | -4/+38 |
* | (syms_of_eval): Initialize Vrun_hooks here. | Richard M. Stallman | 1996-09-23 | 1 | -3/+5 |
* | (Fmacroexpand): Don't declare `form' as register. | Richard M. Stallman | 1996-09-04 | 1 | -1/+1 |
* | (Fmacroexpand): gcpro form while calling do_autoload. | Richard M. Stallman | 1996-09-04 | 1 | -0/+10 |
* | (Fsignal) [HAVE_WINDOW_SYSTEM]: Changed from | Richard M. Stallman | 1996-05-21 | 1 | -1/+1 |
* | (init_eval_once): Initialize specpdl_ptr. | Karl Heuer | 1996-02-20 | 1 | -0/+1 |
* | (run_hook_with_args): Do nothing if Vrun_hooks is nil. | Richard M. Stallman | 1996-01-18 | 1 | -0/+17 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (Fmacroexpand, Fthrow, Fbacktrace_frame): Harmonize arguments with | Erik Naggum | 1996-01-09 | 1 | -11/+11 |
* | (syms_of_eval): Doc fix for inhibit-quit. | Karl Heuer | 1996-01-04 | 1 | -3/+3 |
* | (skip_debugger): New function. | Karl Heuer | 1995-12-21 | 1 | -4/+57 |
* | (run-hook-with-args, run-hook-list-with-args): Safeguard | Richard M. Stallman | 1995-11-10 | 1 | -2/+8 |
* | (run_hook_with_args): Add forward declaration. | Richard M. Stallman | 1995-10-28 | 1 | -0/+2 |
* | (run_hook_with_args_2): New function. | Richard M. Stallman | 1995-10-03 | 1 | -0/+14 |
* | (run_hook_with_args): Move the GCPRO2; add UNGCPRO. | Richard M. Stallman | 1995-08-06 | 1 | -2/+4 |
* | (run_hook_with_args): Add gcpros. | Richard M. Stallman | 1995-08-05 | 1 | -0/+57 |
* | Add Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success, Frun_... | Simon Marshall | 1995-07-31 | 1 | -12/+103 |
* | (syms_of_eval): Add missing defsubr. | Karl Heuer | 1995-07-28 | 1 | -0/+1 |
* | (run-hook-with-args): Fix previous code. | Karl Heuer | 1995-07-25 | 1 | -5/+1 |
* | (Frun_hook_with_args): New C function, formerly in subr.el. | Karl Heuer | 1995-07-25 | 1 | -0/+59 |
* | (Ffuncall, Fapply): Doc fix. | Richard M. Stallman | 1995-07-18 | 1 | -0/+2 |
* | (Ffetch_bytecode): Check the type of the object being read from the file. | Richard M. Stallman | 1995-04-18 | 1 | -0/+2 |
* | (internal_condition_case): Abort if interrupt_input_blocked>0. | Richard M. Stallman | 1995-04-10 | 1 | -0/+5 |
* | (Fuser_variable_p): For (STRING . INTEGER), test sign. | Richard M. Stallman | 1995-04-07 | 1 | -3/+9 |
* | (Ffetch_bytecode): New function. | Karl Heuer | 1995-04-05 | 1 | -5/+20 |
* | (specbind): Rename perdisplay to kboard. | Karl Heuer | 1995-03-15 | 1 | -1/+1 |
* | (specbind): Handle display-local vars. | Karl Heuer | 1995-01-31 | 1 | -2/+1 |
* | Fix typo in last change. | Roland McGrath | 1995-01-05 | 1 | -1/+1 |