summaryrefslogtreecommitdiff
path: root/src/eval.c
AgeCommit message (Expand)Author
2012-05-25Merge from trunk.Paul Eggert
2012-05-09Untag more efficiently if USE_LSB_TAG.Paul Eggert
2012-04-09Merge from trunk.Paul Eggert
2012-04-09Remove * characters from the front of variable docstrings.Chong Yidong
2012-04-09Remove defining user variables via * in docstring.Chong Yidong
2012-03-12Rename inhibit_window_configuration_change_hook to inhibit_lisp_code.Chong Yidong
2012-02-24Merge from trunk.Paul Eggert
2012-02-15Doc updates for defvar, defconst, and defcustom.Chong Yidong
2012-02-10Merge from trunk.Paul Eggert
2012-01-25Tweak custom-variable-p and user-variable-p docs.Chong Yidong
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-10Merge from trunk.Paul Eggert
2011-12-04Don't macro-inline non-performance-critical code.Stefan Monnier
2011-12-04Spelling fixes.Paul Eggert
2011-09-26* eval.c (Fprog2): Simplify and allow C tail recursion.Paul Eggert
2011-09-25* eval.c (Fprog1, Fprog2): Don't assume list length fits in int. Simplify.Paul Eggert
2011-09-21Fix specpdl loop typo.Paul Eggert
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-09-16* src/eval.c (Fquote): Document its non-consing behavior.Stefan Monnier
2011-09-09Whitespace changes.Juanma Barranquero
2011-08-29* eval.c (verror): Simplify by rewriting in terms of evxprintf,Paul Eggert
2011-08-24Merge from trunk.Paul Eggert
2011-08-20* eval.c (Fcondition_case): Document `debug' symbol in error handler.Chong Yidong
2011-08-20* src/eval.c (Fsignal): Handle `debug' symbol in error handler.Chong Yidong
2011-08-18Merge from trunk.Paul Eggert
2011-08-17Remove aborts from internal_condition_case*.Chong Yidong
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert
2011-07-28* eval.c: Integer and memory overflow fixes.Paul Eggert
2011-07-06* doprnt.c: Prefer signed to unsigned when either works.Paul Eggert
2011-07-05Fix typos.Juanma Barranquero
2011-07-04src/eval.c (find_handler_clause): Remove unused parameters.Juanma Barranquero
2011-06-30* eval.c (struct backtrace): Simplify and port the data structure.Paul Eggert
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero
2011-06-15Merge from trunk.Paul Eggert
2011-06-15* src/eval.c (Fdefvaralias): Also mark the target as variable-special-p.Stefan Monnier
2011-06-14* eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.Paul Eggert
2011-06-14Variadic C functions now count arguments with ptrdiff_t.Paul Eggert
2011-06-08* alloc.c: Catch some string size overflows that we were missing.Paul Eggert
2011-06-05Check for buffer and string overflow more precisely.Paul Eggert
2011-05-29* eval.c (Qdebug): Now static.Paul Eggert
2011-05-04Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.Paul Eggert
2011-05-03* eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUMPaul Eggert
2011-04-30Merge from mainline.Paul Eggert
2011-04-29Fix doprnt when buffer is too small for multibyte sequences.Eli Zaretskii
2011-04-27* eval.c (Fautoload): Don't double-shift a pointer.Paul Eggert
2011-04-27Improve `doprnt' and its usage. (Bug#8545)Eli Zaretskii
2011-04-26Implement debug-on-eventDaniel Colascione
2011-04-25Improve doprnt and its use in verror. (Bug#8545)Eli Zaretskii
2011-04-23Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii