summaryrefslogtreecommitdiff
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up scoping rule of predefined single-word vars.Stefan Monnier2012-06-081-0/+12
* * src/eval.c (Fmacroexpand): Stop if the macro returns the same form.Stefan Monnier2012-06-071-1/+7
* * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.Stefan Monnier2012-05-291-123/+9
* Merge from trunk.Paul Eggert2012-05-251-1/+1
|\
| * Untag more efficiently if USE_LSB_TAG.Paul Eggert2012-05-091-1/+1
* | Merge from trunk.Paul Eggert2012-04-091-74/+14
|\ \ | |/
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-6/+6
| * Remove defining user variables via * in docstring.Chong Yidong2012-04-091-68/+0
| * Rename inhibit_window_configuration_change_hook to inhibit_lisp_code.Chong Yidong2012-03-121-0/+8
* | Merge from trunk.Paul Eggert2012-02-241-20/+29
|\ \ | |/
| * Doc updates for defvar, defconst, and defcustom.Chong Yidong2012-02-151-20/+29
* | Merge from trunk.Paul Eggert2012-02-101-7/+8
|\ \ | |/
| * Tweak custom-variable-p and user-variable-p docs.Chong Yidong2012-01-251-7/+8
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-1/+13
|\ \ | |/
| * Don't macro-inline non-performance-critical code.Stefan Monnier2011-12-041-0/+12
| * Spelling fixes.Paul Eggert2011-12-041-1/+1
* | * eval.c (Fprog2): Simplify and allow C tail recursion.Paul Eggert2011-09-261-2/+2
* | * eval.c (Fprog1, Fprog2): Don't assume list length fits in int. Simplify.Paul Eggert2011-09-251-35/+7
* | Fix specpdl loop typo.Paul Eggert2011-09-211-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-26/+22
|/
* * src/eval.c (Fquote): Document its non-consing behavior.Stefan Monnier2011-09-161-0/+8
* Whitespace changes.Juanma Barranquero2011-09-091-1/+1
* * eval.c (verror): Simplify by rewriting in terms of evxprintf,Paul Eggert2011-08-291-25/+1
* Merge from trunk.Paul Eggert2011-08-241-2/+10
|\
| * * eval.c (Fcondition_case): Document `debug' symbol in error handler.Chong Yidong2011-08-201-2/+6
| * * src/eval.c (Fsignal): Handle `debug' symbol in error handler.Chong Yidong2011-08-201-0/+4
* | Merge from trunk.Paul Eggert2011-08-181-28/+0
|\ \ | |/
| * Remove aborts from internal_condition_case*.Chong Yidong2011-08-171-28/+0
* | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-2/+1
* | * eval.c: Integer and memory overflow fixes.Paul Eggert2011-07-281-10/+16
|/
* * doprnt.c: Prefer signed to unsigned when either works.Paul Eggert2011-07-061-5/+5
* Fix typos.Juanma Barranquero2011-07-051-1/+1
* src/eval.c (find_handler_clause): Remove unused parameters.Juanma Barranquero2011-07-041-18/+7
* * eval.c (struct backtrace): Simplify and port the data structure.Paul Eggert2011-06-301-20/+3
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-41/+15
* Merge from trunk.Paul Eggert2011-06-151-0/+1
|\
| * * src/eval.c (Fdefvaralias): Also mark the target as variable-special-p.Stefan Monnier2011-06-151-0/+1
* | * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.Paul Eggert2011-06-141-4/+0
* | Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-141-28/+27
* | * alloc.c: Catch some string size overflows that we were missing.Paul Eggert2011-06-081-1/+1
|/
* Check for buffer and string overflow more precisely.Paul Eggert2011-06-051-1/+1
* * eval.c (Qdebug): Now static.Paul Eggert2011-05-291-1/+1
* Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.Paul Eggert2011-05-041-1/+4
* * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUMPaul Eggert2011-05-031-1/+1
* Merge from mainline.Paul Eggert2011-04-301-1/+1
|\
| * Fix doprnt when buffer is too small for multibyte sequences.Eli Zaretskii2011-04-291-1/+1
* | * eval.c (Fautoload): Don't double-shift a pointer.Paul Eggert2011-04-271-1/+1
|/
* Improve `doprnt' and its usage. (Bug#8545)Eli Zaretskii2011-04-271-2/+1