aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
* (specbind): Additionally record the buffer that wasGerd Moellmann2001-07-051-9/+13
* (specbind): If SYMBOL has a frame-local binding, recordGerd Moellmann2001-07-031-28/+36
* (call_debugger): Don't bind inhibit-eval-during-redisplay.Gerd Moellmann2001-05-181-0/+4
* (Fdefvar): Only record (defvar <var>) in the load-historyStefan Monnier2001-05-141-11/+18
* (call_debugger): Bind `inhibit-redisplay' to nil, andGerd Moellmann2001-03-281-0/+2
* (specbind): Call store_symval_forwarding with BUF null.Gerd Moellmann2001-03-151-5/+5
* (syms_of_eval) <debug-on-error>: DOc fix.Dave Love2001-03-081-1/+2
* Use display_hourglass_p, start_hourglass, cancel_hourglass instead ofGerd Moellmann2001-02-211-5/+5
* (interactive_p): New function.Gerd Moellmann2001-01-311-9/+29
* (specbind): If binding a per-buffer variable whichGerd Moellmann2001-01-181-0/+15
* *** empty log message ***Stefan Monnier2000-11-291-1/+1
* (Fsignal): Reset handling_signal.Gerd Moellmann2000-11-291-1/+1
* (skip_debugger): Prevent a compiler warning.Gerd Moellmann2000-10-191-6/+7
* (error): Prevent compiler warning.Gerd Moellmann2000-10-021-0/+1
* (Fmacroexpand): Doc fix.Gerd Moellmann2000-08-211-1/+1
* (Fdefvar): Doc fix.Dave Love2000-08-171-1/+2
* (error): Use xfree instead of free.Gerd Moellmann2000-08-051-1/+1
* (internal_condition_case_2): New function.Gerd Moellmann2000-07-141-0/+44
* (Fsignal): Handle case that backtrace_list is null.Gerd Moellmann2000-07-071-4/+9
* (handling_signal): New variable.Gerd Moellmann2000-07-051-29/+46
* (Vsignaling_function): New variable.Gerd Moellmann2000-07-051-0/+17
* (internal_condition_case): Comment out abort ifAndrew Innes2000-07-051-0/+4
* (Feval): Put check for interrupt_input_block in #if 0.Gerd Moellmann2000-07-051-0/+4
* (Fsignal): If lisp_eval_depth or spepdl_size are nearGerd Moellmann2000-05-021-0/+7
* (call_debugger): Cancel busy-cursor.Gerd Moellmann2000-03-291-0/+5
* * eval.c (Fautoload): Add entry in load-history (if after dump).Stefan Monnier2000-03-241-0/+5
* (find_handler_clause): Use PROTOTYPES.Dave Love2000-03-081-1/+1
* (Fsignal): Call cancel_busy_cursor instead ofGerd Moellmann2000-02-251-1/+1
* (specbind): Remove references toGerd Moellmann2000-02-231-2/+0
* (funcall_lambda): Don't bind Qmocklisp_arguments unlessGerd Moellmann2000-02-201-53/+87
* (specbind): For buffer-local value, record the current buffer also.Richard M. Stallman2000-02-151-6/+12
* Fix various doc strings not to duplicate information fromDave Love2000-02-011-19/+21
* (specbind): Record buffer-local variables specially,Richard M. Stallman2000-01-111-5/+38
* (Fuser_variable_p): Check customizability too.Dave Love2000-01-061-2/+9
* (syms_of_eval): Initialize debug_may_continue.Gerd Moellmann1999-12-291-0/+1
* (debugger_may_continue): New variable.Gerd Moellmann1999-12-191-1/+15
* (call_debugger): When entering the debugger while redisplaying,Gerd Moellmann1999-12-081-8/+21
* (struct catchtag): Add member byte_stack.Gerd Moellmann1999-11-051-0/+6
* (init_eval): Conditionalize declaration of gcpro_level.Dave Love1999-11-021-0/+2
* [DEBUG_GCPRO] (gcpro_level): New variable.Richard M. Stallman1999-11-011-0/+12
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-5/+1
* (Fsignal): Remove unused variables.Gerd Moellmann1999-09-201-4/+1
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-131-41/+41
* (Fsignal): Don't reset redisplaying_p here.Gerd Moellmann1999-08-171-2/+0
* (run_hook_list_with_args): Gcpro `globals'.Karl Heuer1999-08-141-6/+8
* (Fsignal): Reset redisplaying_p to zero.Gerd Moellmann1999-07-211-1/+13
* (do_autoload): Preserve match data.Richard M. Stallman1999-04-091-3/+6
* (Fdefconst): Doc fix.Andreas Schwab1999-03-031-1/+1
* (Fdefconst): Doc fix.Karl Heuer1999-02-231-9/+2
* (Fsignal): Move comment to avoid confusing make-docfile.Andreas Schwab1999-01-251-2/+2