| Commit message (Expand) | Author | Age | Files | Lines |
* | (skip_debugger): Prevent a compiler warning. | Gerd Moellmann | 2000-10-19 | 1 | -6/+7 |
* | (error): Prevent compiler warning. | Gerd Moellmann | 2000-10-02 | 1 | -0/+1 |
* | (Fmacroexpand): Doc fix. | Gerd Moellmann | 2000-08-21 | 1 | -1/+1 |
* | (Fdefvar): Doc fix. | Dave Love | 2000-08-17 | 1 | -1/+2 |
* | (error): Use xfree instead of free. | Gerd Moellmann | 2000-08-05 | 1 | -1/+1 |
* | (internal_condition_case_2): New function. | Gerd Moellmann | 2000-07-14 | 1 | -0/+44 |
* | (Fsignal): Handle case that backtrace_list is null. | Gerd Moellmann | 2000-07-07 | 1 | -4/+9 |
* | (handling_signal): New variable. | Gerd Moellmann | 2000-07-05 | 1 | -29/+46 |
* | (Vsignaling_function): New variable. | Gerd Moellmann | 2000-07-05 | 1 | -0/+17 |
* | (internal_condition_case): Comment out abort if | Andrew Innes | 2000-07-05 | 1 | -0/+4 |
* | (Feval): Put check for interrupt_input_block in #if 0. | Gerd Moellmann | 2000-07-05 | 1 | -0/+4 |
* | (Fsignal): If lisp_eval_depth or spepdl_size are near | Gerd Moellmann | 2000-05-02 | 1 | -0/+7 |
* | (call_debugger): Cancel busy-cursor. | Gerd Moellmann | 2000-03-29 | 1 | -0/+5 |
* | * eval.c (Fautoload): Add entry in load-history (if after dump). | Stefan Monnier | 2000-03-24 | 1 | -0/+5 |
* | (find_handler_clause): Use PROTOTYPES. | Dave Love | 2000-03-08 | 1 | -1/+1 |
* | (Fsignal): Call cancel_busy_cursor instead of | Gerd Moellmann | 2000-02-25 | 1 | -1/+1 |
* | (specbind): Remove references to | Gerd Moellmann | 2000-02-23 | 1 | -2/+0 |
* | (funcall_lambda): Don't bind Qmocklisp_arguments unless | Gerd Moellmann | 2000-02-20 | 1 | -53/+87 |
* | (specbind): For buffer-local value, record the current buffer also. | Richard M. Stallman | 2000-02-15 | 1 | -6/+12 |
* | Fix various doc strings not to duplicate information from | Dave Love | 2000-02-01 | 1 | -19/+21 |
* | (specbind): Record buffer-local variables specially, | Richard M. Stallman | 2000-01-11 | 1 | -5/+38 |
* | (Fuser_variable_p): Check customizability too. | Dave Love | 2000-01-06 | 1 | -2/+9 |
* | (syms_of_eval): Initialize debug_may_continue. | Gerd Moellmann | 1999-12-29 | 1 | -0/+1 |
* | (debugger_may_continue): New variable. | Gerd Moellmann | 1999-12-19 | 1 | -1/+15 |
* | (call_debugger): When entering the debugger while redisplaying, | Gerd Moellmann | 1999-12-08 | 1 | -8/+21 |
* | (struct catchtag): Add member byte_stack. | Gerd Moellmann | 1999-11-05 | 1 | -0/+6 |
* | (init_eval): Conditionalize declaration of gcpro_level. | Dave Love | 1999-11-02 | 1 | -0/+2 |
* | [DEBUG_GCPRO] (gcpro_level): New variable. | Richard M. Stallman | 1999-11-01 | 1 | -0/+12 |
* | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1999-10-19 | 1 | -5/+1 |
* | (Fsignal): Remove unused variables. | Gerd Moellmann | 1999-09-20 | 1 | -4/+1 |
* | Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access. | Ken Raeburn | 1999-09-13 | 1 | -41/+41 |
* | (Fsignal): Don't reset redisplaying_p here. | Gerd Moellmann | 1999-08-17 | 1 | -2/+0 |
* | (run_hook_list_with_args): Gcpro `globals'. | Karl Heuer | 1999-08-14 | 1 | -6/+8 |
* | (Fsignal): Reset redisplaying_p to zero. | Gerd Moellmann | 1999-07-21 | 1 | -1/+13 |
* | (do_autoload): Preserve match data. | Richard M. Stallman | 1999-04-09 | 1 | -3/+6 |
* | (Fdefconst): Doc fix. | Andreas Schwab | 1999-03-03 | 1 | -1/+1 |
* | (Fdefconst): Doc fix. | Karl Heuer | 1999-02-23 | 1 | -9/+2 |
* | (Fsignal): Move comment to avoid confusing make-docfile. | Andreas Schwab | 1999-01-25 | 1 | -2/+2 |
* | (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 |