| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix last change. | Andreas Schwab | 2002-08-24 | 1 | -2/+3 |
| | | |||||
| * | (Fdefvar, Fdefconst, Fdefvaralias): | Richard M. Stallman | 2002-08-24 | 1 | -9/+10 |
| | | | | | | | | Record variables in load history as (defvar . VAR). (Fdefvar): Don't record in load history if no initial value. (Qdefvar): New variable. (syms_of_eval): Init and staticpro it. | ||||
| * | (Fdefvaralias): Add docstring argument. | Juanma Barranquero | 2002-07-15 | 1 | -6/+9 |
| | | |||||
| * | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -5/+5 |
| | | | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now. | ||||
| * | (Fsignal): Don't call cancel_hourglass. | Richard M. Stallman | 2002-07-12 | 1 | -12/+10 |
| | | | | | | For a memory-full error, don't call Vsignal_hook_function and don't set Vsignaling_function. | ||||
| * | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -13/+13 |
| | | |||||
| * | (Fdefmacro): Doc fix. | Richard M. Stallman | 2002-07-07 | 1 | -2/+14 |
| | | |||||
| * | (syms_of_eval): Doc fix. | Richard M. Stallman | 2002-05-28 | 1 | -3/+8 |
| | | |||||
| * | * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of | Ken Raeburn | 2002-05-20 | 1 | -2/+2 |
| | | | | | XSYMBOL and name field. | ||||
| * | (Fcommandp): Doc fix. | Eli Zaretskii | 2002-05-15 | 1 | -1/+1 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 2002-04-30 | 1 | -0/+2 |
| | | |||||
| * | (do_autoload): Error if called while preparing to dump. | Richard M. Stallman | 2002-04-30 | 1 | -0/+4 |
| | | |||||
| * | (Fcommandp): New arg for_call_interactively. | Richard M. Stallman | 2002-04-28 | 1 | -5/+8 |
| | | |||||
| * | (Qdeclare, Vmacro_declaration_function): New variables. | Gerd Moellmann | 2002-03-24 | 1 | -1/+48 |
| | | | | | | | (Fdefmacro): Handle `(declare ...)'. (syms_of_eval) <Qdeclare>: Initialize and staticpro. (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP. | ||||
| * | Change defvar_int def and vars to use EMACS_INT instead of just int. | Stefan Monnier | 2002-03-04 | 1 | -2/+2 |
| | | |||||
| * | (Fsignal): Remove duplicated declaration of the variable | Pavel Janík | 2002-02-02 | 1 | -1/+0 |
| | | | | | `display_hourglass_p'. | ||||
| * | (max_specpdl_size, max_lisp_eval_depth): Define as int, | Andreas Schwab | 2002-01-01 | 1 | -2/+2 |
| | | | | | not EMACS_INT, to make them compatible with DEFVAR_INT. | ||||
| * | Remove variables `Qmocklisp_arguments', `Vmocklisp_arguments' and | Pavel Janík | 2001-12-22 | 1 | -51/+4 |
| | | | | | | | | | `Qmocklisp'. Remove prototype of ml_apply. (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda): Do not test for mocklisp case. (Fwhile): Remove unused variable `tem'. (syms_of_eval): Remove variable `moclisp-arguments'. | ||||
| * | Undo last change. Consistency doesn't seem to be desired. | Stefan Monnier | 2001-12-06 | 1 | -16/+16 |
| | | |||||
| * | Use standard syntax for usage in docstrings. | Stefan Monnier | 2001-12-05 | 1 | -16/+16 |
| | | |||||
| * | Use AREF and ASIZE. | Stefan Monnier | 2001-11-26 | 1 | -12/+17 |
| | | | | | (Ffetch_bytecode): Add the file name to the error message. | ||||
| * | (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT. | Stefan Monnier | 2001-11-16 | 1 | -11/+12 |
| | | | | | | (funcall_lambda, run_hook_with_args): Make static and add prototype. (ml_apply, find_handler_clause): Add prototype. | ||||
| * | (syms_of_eval): Doc fix. | Richard M. Stallman | 2001-11-14 | 1 | -2/+3 |
| | | |||||
| * | (Fif): Reindent. | Pavel Janík | 2001-11-13 | 1 | -2/+2 |
| | | | | | (Fand): Likewise. | ||||
| * | (top_level_value, top_level_set): Remove commented and #ifdef'd-out code. | Pavel Janík | 2001-11-04 | 1 | -41/+1 |
| | | | | | (Fdefvar): Fix usage in doc-string. | ||||
| * | (debugger_may_continue, Vdebug_ignored_errors, call_debugger, | Pavel Janík | 2001-11-02 | 1 | -7/+7 |
| | | | | | Fcondition_case, skip_debugger, unbind_to): Fix typos in comments. | ||||
| * | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -12/+12 |
| | | |||||
| * | (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix. | Richard M. Stallman | 2001-11-01 | 1 | -8/+8 |
| | | | | | (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix. | ||||
| * | (Fcommandp): Doc fix. | Pavel Janík | 2001-10-31 | 1 | -344/+348 |
| | | | | | Change doc-string comments to `new style' [w/`doc:' keyword]. | ||||
| * | (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_failure) | Miles Bader | 2001-10-21 | 1 | -26/+52 |
| | | | | | | | | (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif, Fcond) (Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun, Fdefmacro) (Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch, Funwind_protect) (Fcondition_case): Add usage: string to doc string. | ||||
| * | Clarify previous change. | Richard M. Stallman | 2001-10-19 | 1 | -2/+2 |
| | | |||||
| * | (syms_of_eval): Doc fixes. | Richard M. Stallman | 2001-10-19 | 1 | -1/+5 |
| | | |||||
| * | (Fdefvaralias): New function. | Gerd Moellmann | 2001-10-05 | 1 | -12/+37 |
| | | | | | | (specbind): Simplify the test if symbol is a constant. (syms_of_eval): Defsubr Fdefvaralias. | ||||
| * | (specbind): Additionally record the buffer that was | Gerd Moellmann | 2001-07-05 | 1 | -9/+13 |
| | | | | | current when a buffer-local or frame-local variable was bound. | ||||
| * | (specbind): If SYMBOL has a frame-local binding, record | Gerd Moellmann | 2001-07-03 | 1 | -28/+36 |
| | | | | | | | the frame on the binding stack. Change format of entries for local bindings on the binding stack to '(SYMBOL . WHERE)'. (unbind_to): Handle unbinding a frame-local variable. | ||||
| * | (call_debugger): Don't bind inhibit-eval-during-redisplay. | Gerd Moellmann | 2001-05-18 | 1 | -0/+4 |
| | | |||||
| * | (Fdefvar): Only record (defvar <var>) in the load-history | Stefan Monnier | 2001-05-14 | 1 | -11/+18 |
| | | | | | in <var> has no default value yet. | ||||
| * | (call_debugger): Bind `inhibit-redisplay' to nil, and | Gerd Moellmann | 2001-03-28 | 1 | -0/+2 |
| | | | | | bind inhibit-eval-during-redisplay' to t. | ||||
| * | (specbind): Call store_symval_forwarding with BUF null. | Gerd Moellmann | 2001-03-15 | 1 | -5/+5 |
| | | |||||
| * | (syms_of_eval) <debug-on-error>: DOc fix. | Dave Love | 2001-03-08 | 1 | -1/+2 |
| | | |||||
| * | Use display_hourglass_p, start_hourglass, cancel_hourglass instead of | Gerd Moellmann | 2001-02-21 | 1 | -5/+5 |
| | | | | | the old names. | ||||
| * | (interactive_p): New function. | Gerd Moellmann | 2001-01-31 | 1 | -9/+29 |
| | | | | | (Finteractive_p): Use it. | ||||
| * | (specbind): If binding a per-buffer variable which | Gerd Moellmann | 2001-01-18 | 1 | -0/+15 |
| | | | | | | | | doesn't have a buffer-local value in the current buffer, change the global value by changing the value of the symbol bound in all buffers not having their own value, to make it consistent with what happens with other buffer-local variables. | ||||
| * | *** empty log message *** | Stefan Monnier | 2000-11-29 | 1 | -1/+1 |
| | | |||||
| * | (Fsignal): Reset handling_signal. | Gerd Moellmann | 2000-11-29 | 1 | -1/+1 |
| | | |||||
| * | (skip_debugger): Prevent a compiler warning. | Gerd Moellmann | 2000-10-19 | 1 | -6/+7 |
| | | | | | | (Fcondition_case): Likewise. (Fbacktrace_frame): Use a null interactive spec. | ||||
| * | (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 |
| | | |||||