(define-charset): New args :min-code and :max-code.
[bpt/emacs.git] / src / eval.c
2002-02-02 Pavel Janík(Fsignal): Remove duplicated declaration of the variable
2002-01-01 Andreas Schwab(max_specpdl_size, max_lisp_eval_depth): Define as...
2001-12-22 Pavel JaníkRemove variables `Qmocklisp_arguments', `Vmocklisp_argu...
2001-12-06 Stefan MonnierUndo last change. Consistency doesn't seem to be desired.
2001-12-05 Stefan MonnierUse standard syntax for usage in docstrings.
2001-11-26 Stefan MonnierUse AREF and ASIZE.
2001-11-16 Stefan Monnier(max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
2001-11-14 Richard M. Stallman(syms_of_eval): Doc fix.
2001-11-13 Pavel Janík(Fif): Reindent.
2001-11-04 Pavel Janík(top_level_value, top_level_set): Remove commented...
2001-11-02 Pavel Janík(debugger_may_continue, Vdebug_ignored_errors, call_deb...
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-11-01 Richard M. Stallman(Frun_hooks, Frun_hook_with_args_until_failure): Doc...
2001-10-31 Pavel Janík(Fcommandp): Doc fix.
2001-10-21 Miles Bader(Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_u...
2001-10-19 Richard M. StallmanClarify previous change.
2001-10-19 Richard M. Stallman(syms_of_eval): Doc fixes.
2001-10-05 Gerd Moellmann(Fdefvaralias): New function.
2001-07-05 Gerd Moellmann(specbind): Additionally record the buffer that was
2001-07-03 Gerd Moellmann(specbind): If SYMBOL has a frame-local binding, record
2001-05-18 Gerd Moellmann(call_debugger): Don't bind inhibit-eval-during-redisplay.
2001-05-14 Stefan Monnier(Fdefvar): Only record (defvar <var>) in the load-history
2001-03-28 Gerd Moellmann(call_debugger): Bind `inhibit-redisplay' to nil, and
2001-03-15 Gerd Moellmann(specbind): Call store_symval_forwarding with BUF null.
2001-03-08 Dave Love(syms_of_eval) <debug-on-error>: DOc fix.
2001-02-21 Gerd MoellmannUse display_hourglass_p, start_hourglass, cancel_hourgl...
2001-01-31 Gerd Moellmann(interactive_p): New function.
2001-01-18 Gerd Moellmann(specbind): If binding a per-buffer variable which
2000-11-29 Stefan Monnier*** empty log message ***
2000-11-29 Gerd Moellmann(Fsignal): Reset handling_signal.
2000-10-19 Gerd Moellmann(skip_debugger): Prevent a compiler warning.
2000-10-02 Gerd Moellmann(error): Prevent compiler warning.
2000-08-21 Gerd Moellmann(Fmacroexpand): Doc fix.
2000-08-17 Dave Love(Fdefvar): Doc fix.
2000-08-05 Gerd Moellmann(error): Use xfree instead of free.
2000-07-14 Gerd Moellmann(internal_condition_case_2): New function.
2000-07-07 Gerd Moellmann(Fsignal): Handle case that backtrace_list is null.
2000-07-05 Gerd Moellmann(handling_signal): New variable.
2000-07-05 Gerd Moellmann(Vsignaling_function): New variable.
2000-07-05 Andrew Innes(internal_condition_case): Comment out abort if
2000-07-05 Gerd Moellmann(Feval): Put check for interrupt_input_block in #if 0.
2000-05-02 Gerd Moellmann(Fsignal): If lisp_eval_depth or spepdl_size are near
2000-03-29 Gerd Moellmann(call_debugger): Cancel busy-cursor.
2000-03-24 Stefan Monnier* eval.c (Fautoload): Add entry in load-history (if...
2000-03-08 Dave Love(find_handler_clause): Use PROTOTYPES.
2000-02-25 Gerd Moellmann(Fsignal): Call cancel_busy_cursor instead of
2000-02-23 Gerd Moellmann(specbind): Remove references to
2000-02-20 Gerd Moellmann(funcall_lambda): Don't bind Qmocklisp_arguments unless
2000-02-15 Richard M. Stallman(specbind): For buffer-local value, record the current...
2000-02-01 Dave LoveFix various doc strings not to duplicate information...
2000-01-11 Richard M. Stallman(specbind): Record buffer-local variables specially,
2000-01-06 Dave Love(Fuser_variable_p): Check customizability too.
1999-12-29 Gerd Moellmann(syms_of_eval): Initialize debug_may_continue.
1999-12-19 Gerd Moellmann(debugger_may_continue): New variable.
1999-12-08 Gerd Moellmann(call_debugger): When entering the debugger while redis...
1999-11-05 Gerd Moellmann(struct catchtag): Add member byte_stack.
1999-11-02 Dave Love(init_eval): Conditionalize declaration of gcpro_level.
1999-11-01 Richard M. Stallman[DEBUG_GCPRO] (gcpro_level): New variable.
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
1999-09-20 Gerd Moellmann(Fsignal): Remove unused variables.
1999-09-13 Ken RaeburnUse XCAR, XCDR, and XFLOAT_DATA instead of explicit...
1999-08-17 Gerd Moellmann(Fsignal): Don't reset redisplaying_p here.
1999-08-14 Karl Heuer(run_hook_list_with_args): Gcpro `globals'.
1999-07-21 Gerd Moellmann(Fsignal): Reset redisplaying_p to zero.
1999-04-09 Richard M. Stallman(do_autoload): Preserve match data.
1999-03-03 Andreas Schwab(Fdefconst): Doc fix.
1999-02-23 Karl Heuer(Fdefconst): Doc fix.
1999-01-25 Andreas Schwab(Fsignal): Move comment to avoid confusing make-docfile.
1999-01-11 Richard M. Stallman(find_handler_clause): If SIG is nil (memory full error),
1998-10-30 Andreas Schwab(Fsignal): Use a separate format string when passing
1998-09-07 Karl Heuer(error): After enlarging buffer, write to it, not to...
1998-04-30 Richard M. Stallman(find_handler_clause): Cast Fbacktrace to proper type.
1998-04-22 Richard M. Stallman(Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT.
1998-04-17 Richard M. Stallman(Fcatch): Doc fix.
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1997-11-28 Andreas Schwab(do_autoload): Return void.
1997-11-21 Andreas Schwab(record_unwind_protect): Protoize parameter.
1997-08-26 Kenichi Handa(Feval): Handle a subr which takes 8 arguments.
1997-08-09 Richard M. Stallman(do_autoload): Require a suffix for the file.
1997-08-04 Richard M. Stallman(do_autoload): Pass new arg to Fload.
1997-07-23 Richard M. Stallman(syms_of_eval): Doc fix.
1997-07-05 Richard M. Stallman(Fsignal, find_handler_clause): If ERROR_SYMBOL
1997-05-29 Richard M. Stallman(Fsignal): Use call2 to call Vsignal_hook_function.
1997-05-19 Richard M. Stallman(num_nonmacro_input_events):
1997-04-01 Richard M. Stallman(Fuser_variable_p): If not a symbol, return nil.
1997-02-22 Karl Heuer(init_eval_once): Increase max_lisp_eval_depth to 300.
1997-01-25 Richard M. Stallman(unbind_to, specbind): Use set_internal.
1997-01-20 Richard M. Stallman(Fsignal): Call fatal if no error handlers and no catch.
1996-10-31 Erik NaggumReorganize function definitions so etags finds them.
1996-10-14 Richard M. Stallman(Vdebug_on_signal): Renamed from Vdebug_force.
1996-09-27 Richard M. Stallman(Vdebug_force): New variable.
1996-09-23 Richard M. Stallman(syms_of_eval): Initialize Vrun_hooks here.
1996-09-04 Richard M. Stallman(Fmacroexpand): Don't declare `form' as register.
1996-09-04 Richard M. Stallman(Fmacroexpand): gcpro form while calling do_autoload.
1996-05-21 Richard M. Stallman(Fsignal) [HAVE_WINDOW_SYSTEM]: Changed from
1996-02-20 Karl Heuer(init_eval_once): Initialize specpdl_ptr.
1996-01-18 Richard M. Stallman(run_hook_with_args): Do nothing if Vrun_hooks is nil.
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-09 Erik Naggum(Fmacroexpand, Fthrow, Fbacktrace_frame): Harmonize...
1996-01-04 Karl Heuer(syms_of_eval): Doc fix for inhibit-quit.
next