aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-08Clean up scoping rule of predefined single-word vars.Stefan Monnier1-0/+12
2012-06-07* src/eval.c (Fmacroexpand): Stop if the macro returns the same form.Stefan Monnier1-1/+7
2012-05-29* lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.Stefan Monnier1-123/+9
2012-05-09Untag more efficiently if USE_LSB_TAG.Paul Eggert1-1/+1
2012-04-09Remove * characters from the front of variable docstrings.Chong Yidong1-6/+6
2012-04-09Remove defining user variables via * in docstring.Chong Yidong1-68/+0
2012-03-12Rename inhibit_window_configuration_change_hook to inhibit_lisp_code.Chong Yidong1-0/+8
2012-02-15Doc updates for defvar, defconst, and defcustom.Chong Yidong1-20/+29
2012-01-25Tweak custom-variable-p and user-variable-p docs.Chong Yidong1-7/+8
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-12-04Don't macro-inline non-performance-critical code.Stefan Monnier1-0/+12
2011-12-04Spelling fixes.Paul Eggert1-1/+1
2011-09-26* eval.c (Fprog2): Simplify and allow C tail recursion.Paul Eggert1-2/+2
2011-09-25* eval.c (Fprog1, Fprog2): Don't assume list length fits in int. Simplify.Paul Eggert1-35/+7
2011-09-21Fix specpdl loop typo.Paul Eggert1-1/+1
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-26/+22
2011-09-16* src/eval.c (Fquote): Document its non-consing behavior.Stefan Monnier1-0/+8
2011-09-09Whitespace changes.Juanma Barranquero1-1/+1
2011-08-29* eval.c (verror): Simplify by rewriting in terms of evxprintf,Paul Eggert1-25/+1
2011-08-20* eval.c (Fcondition_case): Document `debug' symbol in error handler.Chong Yidong1-2/+6
2011-08-20* src/eval.c (Fsignal): Handle `debug' symbol in error handler.Chong Yidong1-0/+4
2011-08-17Remove aborts from internal_condition_case*.Chong Yidong1-28/+0
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert1-2/+1
2011-07-28* eval.c: Integer and memory overflow fixes.Paul Eggert1-10/+16
2011-07-06* doprnt.c: Prefer signed to unsigned when either works.Paul Eggert1-5/+5
2011-07-05Fix typos.Juanma Barranquero1-1/+1
2011-07-04src/eval.c (find_handler_clause): Remove unused parameters.Juanma Barranquero1-18/+7
2011-06-30* eval.c (struct backtrace): Simplify and port the data structure.Paul Eggert1-20/+3
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero1-41/+15
2011-06-15* src/eval.c (Fdefvaralias): Also mark the target as variable-special-p.Stefan Monnier1-0/+1
2011-06-14* eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.Paul Eggert1-4/+0
2011-06-14Variadic C functions now count arguments with ptrdiff_t.Paul Eggert1-28/+27
2011-06-08* alloc.c: Catch some string size overflows that we were missing.Paul Eggert1-1/+1
2011-06-05Check for buffer and string overflow more precisely.Paul Eggert1-1/+1
2011-06-03Check for buffer and string overflow more precisely.Paul Eggert1-1/+1
2011-05-29* eval.c (Qdebug): Now static.Paul Eggert1-1/+1
2011-05-04Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.Paul Eggert1-1/+4
2011-05-03* eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUMPaul Eggert1-1/+1
2011-04-29Fix doprnt when buffer is too small for multibyte sequences.Eli Zaretskii1-1/+1
2011-04-27* eval.c (Fautoload): Don't double-shift a pointer.Paul Eggert1-1/+1
2011-04-27Improve `doprnt' and its usage. (Bug#8545)Eli Zaretskii1-2/+1
2011-04-26Implement debug-on-eventDaniel Colascione1-1/+1
2011-04-25Improve doprnt and its use in verror. (Bug#8545)Eli Zaretskii1-6/+5
2011-04-23Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii1-18/+19
2011-04-16* eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.Paul Eggert1-0/+1
2011-04-14* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert1-1/+1
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert1-12/+12
2011-04-13* eval.c: Make symbols static if they're not exported.Paul Eggert1-3/+3
2011-04-10alloc.c: Import and export fewer symbols, and remove unused items.Paul Eggert1-8/+17