Fix -Wimplicit warnings.
[bpt/emacs.git] / src / eval.c
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.
1995-12-21 Karl Heuer(skip_debugger): New function.
1995-11-10 Richard M. Stallman(run-hook-with-args, run-hook-list-with-args): Safeguard
1995-10-28 Richard M. Stallman(run_hook_with_args): Add forward declaration.
1995-10-03 Richard M. Stallman(run_hook_with_args_2): New function.
1995-08-06 Richard M. Stallman(run_hook_with_args): Move the GCPRO2; add UNGCPRO.
1995-08-05 Richard M. Stallman(run_hook_with_args): Add gcpros.
1995-07-31 Simon MarshallAdd Frun_hooks, Frun_hook_with_args, Frun_hook_with_arg...
1995-07-28 Karl Heuer(syms_of_eval): Add missing defsubr.
1995-07-25 Karl Heuer(run-hook-with-args): Fix previous code.
1995-07-25 Karl Heuer(Frun_hook_with_args): New C function, formerly in...
1995-07-18 Richard M. Stallman(Ffuncall, Fapply): Doc fix.
1995-04-18 Richard M. Stallman(Ffetch_bytecode): Check the type of the object being...
1995-04-10 Richard M. Stallman(internal_condition_case): Abort if interrupt_input_blo...
1995-04-07 Richard M. Stallman(Fuser_variable_p): For (STRING . INTEGER), test sign.
1995-04-05 Karl Heuer(Ffetch_bytecode): New function.
1995-03-15 Karl Heuer(specbind): Rename perdisplay to kboard.
1995-01-31 Karl Heuer(specbind): Handle display-local vars.
1995-01-05 Roland McGrathFix typo in last change.
1995-01-05 Roland McGrath(Fcommandp): Use & PSEUDOVECTOR_SIZE_MASK on `size...
1994-12-21 Richard M. Stallman(Fdefvar): Fix minor error in previous change.
1994-12-15 Richard M. Stallman(Fdefconst, Fdefvar): Error if too many arguments.
1994-11-16 Karl Heuer(Finteractive_p): Use XSUBR instead of its expansion.
1994-10-04 Karl Heuer(Feval, Ffuncall, funcall_lambda, Fbacktrace): Don...
1994-09-27 Karl Heuer(Fprogn, Finteractive_p, Fuser_variable_p, FletX, Flet...
1994-09-21 Richard M. Stallman(init_eval_once): Init Vrun_hooks here.
1994-09-19 Karl Heuer(Fsignal): Fix Lisp_Object vs. int problems.
1994-08-01 Richard M. Stallman(Fprog2): Doc fix.
1994-06-14 Richard M. Stallman(init_eval_once): Call xmalloc, not malloc.
1994-05-17 Karl Heuer(Fbacktrace): Properly nest parentheses.
1994-05-16 Richard M. Stallman(syms_of_eval): Doc fixes.
1994-05-06 Richard M. Stallman(error): Fix logic in call to xmalloc/xrealloc.
1994-05-04 Karl HeuerUpdate copyright.
1994-04-30 Richard M. Stallman(init_eval): Initialize when_entered_debugger to -1.
1994-04-16 Richard M. Stallman(Fsetq): Doc fix.
1994-04-12 Richard M. Stallman(specbind): Use find_symbol_value.
1994-04-11 Richard M. Stallman(Fsetq): Doc fix.
1994-04-07 Karl Heuer(Fsetq): Doc fix.
1994-03-06 Richard M. Stallman(error): Use doprnt. Make buffer larger as necessary.
1994-03-02 Richard M. Stallman(Fsignal): If DATA is memory_signal_data, don't add...
1994-02-07 Richard M. Stallman(internal_condition_case_1): New function.
1994-01-11 Richard M. Stallman(Fcondition_case): Doc fix.
1994-01-11 Richard M. Stallman(Fsignal): Rename 1st arg to error_symbol.
1994-01-11 Richard M. Stallman(Fcondition_case): Allow a list of condition names...
1993-12-23 Richard M. Stallman(Fmacroexpand): For an autoload definition,
1993-09-23 Richard M. StallmanWhitespace fix.
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-08-06 Richard M. Stallman(unwind_to_catch): Call set_poll_suppress_count.
1993-08-05 Richard M. Stallman(do_autoload): Don't report autoload failure
1993-07-19 Richard M. Stallman(Fwhile): If mocklisp, test for nonzeroness.
1993-07-04 Richard M. Stallman(Fsignal): Clarify error message.
1993-06-13 Richard M. Stallman(call5, call6): New functions.
1993-06-10 Jim Blandy* fileio.c (Frename_file): Pass all arguments to the...
1993-05-22 Jim BlandyUpdated copyright years.
1993-04-28 Eric S. Raymond(do_autoload): Fixed the bug in the autoload-saving...
1993-04-27 Eric S. Raymond(un_autoload): Don't try to save old autoload forms...
1993-04-17 Richard M. Stallman(defun, defmacro, defvar, defconst):
1993-03-31 Jim BlandyPut interrupt input blocking in a separate file from...
1992-11-07 Jim Blandy* eval.c (Fautoload): Renamed fifth argument TYPE....
1992-10-20 Richard M. Stallman(grow_specpdl): Increase max_specpdl_size before Fsignal.
1992-09-22 Jim Blandy* eval.c (unbind_catch): Do the long-jump here. Take...
1992-09-22 Jim Blandy* eval.c (Fcondition_case): Rearranged for clarity...
1992-08-05 Joseph ArceneauxFixed syntax error.
1992-08-04 Roland McGrathentered into RCS
1992-07-27 Richard M. Stallman*** empty log message ***
1992-07-24 Richard M. Stallman*** empty log message ***
1992-07-08 Jim Blandy*** empty log message ***
1992-06-30 Jim Blandy*** empty log message ***
1992-06-24 Jim Blandy*** empty log message ***
1992-06-10 Richard M. Stallman*** empty log message ***
1992-06-04 Richard M. Stallman*** empty log message ***
1992-06-04 Roland McGrath*** empty log message ***
1992-05-18 Jim Blandy*** empty log message ***
1992-04-01 Jim Blandy*** empty log message ***
1992-03-12 Jim Blandy*** empty log message ***
next