index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
eval.c
Age
Commit message (
Expand
)
Author
2012-05-25
Merge from trunk.
Paul Eggert
2012-05-09
Untag more efficiently if USE_LSB_TAG.
Paul Eggert
2012-04-09
Merge from trunk.
Paul Eggert
2012-04-09
Remove * characters from the front of variable docstrings.
Chong Yidong
2012-04-09
Remove defining user variables via * in docstring.
Chong Yidong
2012-03-12
Rename inhibit_window_configuration_change_hook to inhibit_lisp_code.
Chong Yidong
2012-02-24
Merge from trunk.
Paul Eggert
2012-02-15
Doc updates for defvar, defconst, and defcustom.
Chong Yidong
2012-02-10
Merge from trunk.
Paul Eggert
2012-01-25
Tweak custom-variable-p and user-variable-p docs.
Chong Yidong
2012-01-09
Merge from trunk.
Paul Eggert
2012-01-05
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2011-12-10
Merge from trunk.
Paul Eggert
2011-12-04
Don't macro-inline non-performance-critical code.
Stefan Monnier
2011-12-04
Spelling 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-21
Fix 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-09
Whitespace changes.
Juanma Barranquero
2011-08-29
* eval.c (verror): Simplify by rewriting in terms of evxprintf,
Paul Eggert
2011-08-24
Merge 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-18
Merge from trunk.
Paul Eggert
2011-08-17
Remove aborts from internal_condition_case*.
Chong Yidong
2011-08-04
Adjust 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-05
Fix typos.
Juanma Barranquero
2011-07-04
src/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-24
Move DEFSYM to lisp.h and use everywhere.
Juanma Barranquero
2011-06-15
Merge 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-14
Variadic 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-05
Check for buffer and string overflow more precisely.
Paul Eggert
2011-05-29
* eval.c (Qdebug): Now static.
Paul Eggert
2011-05-04
Use 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_FIXNUM
Paul Eggert
2011-04-30
Merge from mainline.
Paul Eggert
2011-04-29
Fix 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-27
Improve `doprnt' and its usage. (Bug#8545)
Eli Zaretskii
2011-04-26
Implement debug-on-event
Daniel Colascione
2011-04-25
Improve doprnt and its use in verror. (Bug#8545)
Eli Zaretskii
2011-04-23
Fix doprnt so it could be used safely in `verror'. (Bug#8435)
Eli Zaretskii
[prev]
[next]