index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos.
Juanma Barranquero
2011-07-05
1
-1
/
+1
*
src/eval.c (find_handler_clause): Remove unused parameters.
Juanma Barranquero
2011-07-04
1
-18
/
+7
*
* eval.c (struct backtrace): Simplify and port the data structure.
Paul Eggert
2011-06-30
1
-20
/
+3
*
Move DEFSYM to lisp.h and use everywhere.
Juanma Barranquero
2011-06-24
1
-41
/
+15
*
Merge from trunk.
Paul Eggert
2011-06-15
1
-0
/
+1
|
\
|
*
* src/eval.c (Fdefvaralias): Also mark the target as variable-special-p.
Stefan Monnier
2011-06-15
1
-0
/
+1
*
|
* eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.
Paul Eggert
2011-06-14
1
-4
/
+0
*
|
Variadic C functions now count arguments with ptrdiff_t.
Paul Eggert
2011-06-14
1
-28
/
+27
*
|
* alloc.c: Catch some string size overflows that we were missing.
Paul Eggert
2011-06-08
1
-1
/
+1
|
/
*
Check for buffer and string overflow more precisely.
Paul Eggert
2011-06-05
1
-1
/
+1
*
* eval.c (Qdebug): Now static.
Paul Eggert
2011-05-29
1
-1
/
+1
*
Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
Paul Eggert
2011-05-04
1
-1
/
+4
*
* eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM
Paul Eggert
2011-05-03
1
-1
/
+1
*
Merge from mainline.
Paul Eggert
2011-04-30
1
-1
/
+1
|
\
|
*
Fix doprnt when buffer is too small for multibyte sequences.
Eli Zaretskii
2011-04-29
1
-1
/
+1
*
|
* eval.c (Fautoload): Don't double-shift a pointer.
Paul Eggert
2011-04-27
1
-1
/
+1
|
/
*
Improve `doprnt' and its usage. (Bug#8545)
Eli Zaretskii
2011-04-27
1
-2
/
+1
*
Implement debug-on-event
Daniel Colascione
2011-04-26
1
-1
/
+1
*
Improve doprnt and its use in verror. (Bug#8545)
Eli Zaretskii
2011-04-25
1
-6
/
+5
*
Fix doprnt so it could be used safely in `verror'. (Bug#8435)
Eli Zaretskii
2011-04-23
1
-18
/
+19
*
* eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.
Paul Eggert
2011-04-16
1
-0
/
+1
*
* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
Paul Eggert
2011-04-14
1
-1
/
+1
*
Undo the DEFUN->DEFUE change.
Paul Eggert
2011-04-13
1
-12
/
+12
*
* eval.c: Make symbols static if they're not exported.
Paul Eggert
2011-04-13
1
-3
/
+3
*
alloc.c: Import and export fewer symbols, and remove unused items.
Paul Eggert
2011-04-10
1
-8
/
+17
*
Declare Lisp_Object Q* variables to be 'static' if not exproted.
Paul Eggert
2011-04-10
1
-4
/
+5
*
Make Emacs functions such as Fatom 'static' by default.
Paul Eggert
2011-04-10
1
-14
/
+13
*
* eval.c: Port to Windows vsnprintf (Bug#8435).
Paul Eggert
2011-04-08
1
-17
/
+23
*
* eval.c (verror): Initial buffer size is 4000 (not 200) bytes.
Paul Eggert
2011-04-06
1
-1
/
+1
*
error: Print 32- and 64-bit integers portably (Bug#8435).
Paul Eggert
2011-04-06
1
-8
/
+13
*
* eval.c (internal_lisp_condition_case): Don't pass spurious arg.
Paul Eggert
2011-04-06
1
-1
/
+1
*
* eval.c (Fsignal): Remove excess argument to 'fatal'.
Paul Eggert
2011-04-05
1
-1
/
+1
*
Merge from mainline.
Paul Eggert
2011-04-04
1
-1
/
+1
|
\
|
*
src/eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove redundant assignment.
Juanma Barranquero
2011-04-02
1
-1
/
+1
*
|
* eval.c (funcall_lambda): Rename local to avoid shadowing.
Paul Eggert
2011-04-02
1
-6
/
+6
|
/
*
Merge from lexical-binding branch.
Stefan Monnier
2011-04-01
1
-77
/
+305
|
\
|
*
Miscellanous cleanups in preparation for the merge.
Stefan Monnier
2011-04-01
1
-9
/
+6
|
*
Merge from trunk
Stefan Monnier
2011-03-31
1
-102
/
+134
|
|
\
|
|
/
|
/
|
|
*
Merge from trunk
Stefan Monnier
2011-03-21
1
-30
/
+33
|
|
\
|
*
|
* src/eval.c (Ffunction): Use simpler format for closures.
Stefan Monnier
2011-03-13
1
-4
/
+5
|
*
|
Misc fixes, and use lexical-binding in more files.
Stefan Monnier
2011-03-11
1
-14
/
+11
|
*
|
Missing file in last commit.
Stefan Monnier
2011-03-06
1
-4
/
+3
|
*
|
Get rid of funvec.
Stefan Monnier
2011-02-24
1
-108
/
+25
|
*
|
Various compiler bug-fixes. MPC seems to run correctly now.
Stefan Monnier
2011-02-17
1
-16
/
+18
|
*
|
Merge from trunk
Stefan Monnier
2011-02-11
1
-3
/
+3
|
|
\
\
|
*
|
|
Merge from trunk
Stefan Monnier
2011-02-01
1
-267
/
+117
|
|
\
|
|
|
*
|
|
* src/eval.c (Fdefvar): Record specialness before computing initial value.
Stefan Monnier
2010-12-27
1
-3
/
+4
|
*
|
|
Obey lexical-binding in interactive evaluation commands.
Stefan Monnier
2010-12-15
1
-135
/
+132
|
*
|
|
Try and be more careful about propagation of lexical environment.
Stefan Monnier
2010-12-13
1
-66
/
+67
|
*
|
|
Merge from trunk
Stefan Monnier
2010-12-12
1
-1
/
+1
|
|
\
\
\
[next]