| Commit message (Expand) | Author | Age | Files | Lines |
* | error: Print 32- and 64-bit integers portably (Bug#8435). | Paul Eggert | 2011-04-06 | 1 | -2/+5 |
* | * xdisp.c, lisp.h (message_nolog): Remove; unused. | Paul Eggert | 2011-04-06 | 1 | -1/+0 |
* | doprnt, error, and verror are not printf-compatible. | Paul Eggert | 2011-04-05 | 1 | -5/+3 |
* | * lisp.h (message, message_nolog, doprint, error, verror, fatal): | Paul Eggert | 2011-04-05 | 1 | -7/+10 |
* | Merge from mainline. | Paul Eggert | 2011-04-01 | 1 | -2/+10 |
|\ |
|
| * | Miscellanous cleanups in preparation for the merge.old-branches/lexbind-new | Stefan Monnier | 2011-04-01 | 1 | -2/+1 |
| * | Merge from trunk | Stefan Monnier | 2011-03-31 | 1 | -12/+19 |
| |\ |
|
| * \ | Merge from trunk | Stefan Monnier | 2011-03-21 | 1 | -152/+157 |
| |\ \ |
|
| * | | | Remove bytecomp- prefix, plus misc changes. | Stefan Monnier | 2011-03-16 | 1 | -0/+1 |
| * | | | Merge from trunk | Stefan Monnier | 2011-03-06 | 1 | -2/+2 |
| |\ \ \ |
|
| * | | | | Get rid of funvec. | Stefan Monnier | 2011-02-24 | 1 | -28/+5 |
| * | | | | Merge from trunk | Stefan Monnier | 2011-02-21 | 1 | -9/+11 |
| |\ \ \ \ |
|
| * | | | | | Various compiler bug-fixes. MPC seems to run correctly now. | Stefan Monnier | 2011-02-17 | 1 | -1/+1 |
| * | | | | | Merge from trunk | Stefan Monnier | 2011-02-11 | 1 | -8/+7 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge from trunk | Stefan Monnier | 2011-02-01 | 1 | -261/+81 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Obey lexical-binding in interactive evaluation commands. | Stefan Monnier | 2010-12-15 | 1 | -1/+1 |
| * | | | | | | | Try and be more careful about propagation of lexical environment. | Stefan Monnier | 2010-12-13 | 1 | -0/+1 |
| * | | | | | | | Make the effect of (defvar foo) local. | Stefan Monnier | 2010-12-12 | 1 | -1/+0 |
| * | | | | | | | Merge from trunk | Stefan Monnier | 2010-12-10 | 1 | -16/+51 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge from trunk | Stefan Monnier | 2010-10-15 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge from trunk | Stefan Monnier | 2010-09-30 | 1 | -51/+54 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Merge from trunk | Stefan Monnier | 2010-09-13 | 1 | -1/+5 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | Merge from trunk | Stefan Monnier | 2010-08-11 | 1 | -22/+103 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge from trunk | Stefan Monnier | 2010-07-23 | 1 | -460/+483 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | New branch for lexbind, losing all history. | Stefan Monnier | 2010-06-13 | 1 | -7/+37 |
* | | | | | | | | | | | | | | Replace two copies of readlink code with single gnulib version. | Paul Eggert | 2011-03-31 | 1 | -0/+2 |
| |_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge from mainline. | Paul Eggert | 2011-03-29 | 1 | -3/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | src/*.c: Remove some additional unused parameters. | Juanma Barranquero | 2011-03-29 | 1 | -1/+1 |
| * | | | | | | | | | | | | | Don't reset post-command-hook to nil upon error. | Stefan Monnier | 2011-03-28 | 1 | -2/+5 |
* | | | | | | | | | | | | | | Merge from mainline. | Paul Eggert | 2011-03-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / |
|
| * | | | | | | | | | | | | | Remove (RET)SIGTYPE; it is identical to void on all supported systems. | Glenn Morris | 2011-03-26 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Variadic C functions now count arguments with size_t, not int. | Paul Eggert | 2011-03-26 | 1 | -5/+5 |
|/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow | Paul Eggert | 2011-03-22 | 1 | -2/+2 |
* | | | | | | | | | | | | | * lisp.h (child_setup): Now NO_RETURN unless DOS_NT. | Paul Eggert | 2011-03-17 | 1 | -1/+5 |
| |_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | |
|
* | | | | | | | | | | | | Merge from mainline. | Paul Eggert | 2011-03-17 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | src/w32*.c: Clean up extern declarations. | Juanma Barranquero | 2011-03-14 | 1 | -0/+2 |
* | | | | | | | | | | | | | * lisp.h (debug_output_compilation_hack): Add decl here, to avoid | Paul Eggert | 2011-03-16 | 1 | -0/+1 |
* | | | | | | | | | | | | | * alloc.c (mark_backtrace): Move decl from here ... | Paul Eggert | 2011-03-16 | 1 | -0/+1 |
* | | | | | | | | | | | | | Move editfns decls to lisp.h to check interfaces. | Paul Eggert | 2011-03-15 | 1 | -0/+3 |
* | | | | | | | | | | | | | * lisp.h (eassert): Check that the argument compiles, even if | Paul Eggert | 2011-03-15 | 1 | -1/+1 |
* | | | | | | | | | | | | | * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST. | Paul Eggert | 2011-03-15 | 1 | -2/+3 |
* | | | | | | | | | | | | | * dired.c (compile_pattern): Move decl from here ... | Paul Eggert | 2011-03-15 | 1 | -0/+4 |
* | | | | | | | | | | | | | * lisp.h: New macros GCPRO2_VAR, GCPRO3_VAR, etc. | Paul Eggert | 2011-03-15 | 1 | -107/+121 |
* | | | | | | | | | | | | | Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254). | Paul Eggert | 2011-03-15 | 1 | -44/+3 |
* | | | | | | | | | | | | | * lisp.h (verify_bytepos, count_markers): New decls, | Paul Eggert | 2011-03-14 | 1 | -0/+2 |
* | | | | | | | | | | | | | * fns.c (get_random, seed_random): Move extern decls from here ... | Paul Eggert | 2011-03-14 | 1 | -0/+2 |
* | | | | | | | | | | | | | * lisp.h (force_auto_save_soon): New decl. | Paul Eggert | 2011-03-13 | 1 | -0/+1 |
* | | | | | | | | | | | | | * lisp.h (fatal_error_signal): Add decl, since it's exported. | Paul Eggert | 2011-03-13 | 1 | -0/+1 |
|/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | * alloc.c (mark_fringe_data): Move decl from here ... | Paul Eggert | 2011-03-09 | 1 | -0/+3 |
* | | | | | | | | | | | | * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros, | Paul Eggert | 2011-03-09 | 1 | -6/+9 |