aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (find_handler_clause): If SIG is nil (memory full error),Richard M. Stallman1999-01-111-4/+13
* (Fsignal): Use a separate format string when passingAndreas Schwab1998-10-301-1/+1
* (error): After enlarging buffer, write to it, not to buf.Karl Heuer1998-09-071-2/+2
* (find_handler_clause): Cast Fbacktrace to proper type.Richard M. Stallman1998-04-301-1/+10
* (Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT.Richard M. Stallman1998-04-221-2/+0
* (Fcatch): Doc fix.Richard M. Stallman1998-04-171-1/+3
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+9
* (do_autoload): Return void.Andreas Schwab1997-11-281-0/+1
* (record_unwind_protect): Protoize parameter.Andreas Schwab1997-11-211-1/+1
* (Feval): Handle a subr which takes 8 arguments.Kenichi Handa1997-08-261-2/+15
* (do_autoload): Require a suffix for the file.Richard M. Stallman1997-08-091-1/+1
* (do_autoload): Pass new arg to Fload.Richard M. Stallman1997-08-041-1/+1
* (syms_of_eval): Doc fix.Richard M. Stallman1997-07-231-2/+4
* (Fsignal, find_handler_clause): If ERROR_SYMBOLRichard M. Stallman1997-07-051-9/+32
* (Fsignal): Use call2 to call Vsignal_hook_function.Richard M. Stallman1997-05-291-1/+1
* (num_nonmacro_input_events):Richard M. Stallman1997-05-191-5/+5
* (Fuser_variable_p): If not a symbol, return nil.Richard M. Stallman1997-04-011-0/+3
* (init_eval_once): Increase max_lisp_eval_depth to 300.Karl Heuer1997-02-221-1/+1
* (unbind_to, specbind): Use set_internal.Richard M. Stallman1997-01-251-2/+2
* (Fsignal): Call fatal if no error handlers and no catch.Richard M. Stallman1997-01-201-1/+9
* Reorganize function definitions so etags finds them.Erik Naggum1996-10-311-8/+6
* (Vdebug_on_signal): Renamed from Vdebug_force.Richard M. Stallman1996-10-141-5/+5
* (Vdebug_force): New variable.Richard M. Stallman1996-09-271-4/+38
* (syms_of_eval): Initialize Vrun_hooks here.Richard M. Stallman1996-09-231-3/+5
* (Fmacroexpand): Don't declare `form' as register.Richard M. Stallman1996-09-041-1/+1
* (Fmacroexpand): gcpro form while calling do_autoload.Richard M. Stallman1996-09-041-0/+10
* (Fsignal) [HAVE_WINDOW_SYSTEM]: Changed fromRichard M. Stallman1996-05-211-1/+1
* (init_eval_once): Initialize specpdl_ptr.Karl Heuer1996-02-201-0/+1
* (run_hook_with_args): Do nothing if Vrun_hooks is nil.Richard M. Stallman1996-01-181-0/+17
* 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