summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert2011-04-061-2/+5
* * xdisp.c, lisp.h (message_nolog): Remove; unused.Paul Eggert2011-04-061-1/+0
* doprnt, error, and verror are not printf-compatible.Paul Eggert2011-04-051-5/+3
* * lisp.h (message, message_nolog, doprint, error, verror, fatal):Paul Eggert2011-04-051-7/+10
* Merge from mainline.Paul Eggert2011-04-011-2/+10
|\
| * Miscellanous cleanups in preparation for the merge.old-branches/lexbind-newStefan Monnier2011-04-011-2/+1
| * Merge from trunkStefan Monnier2011-03-311-12/+19
| |\
| * \ Merge from trunkStefan Monnier2011-03-211-152/+157
| |\ \
| * | | Remove bytecomp- prefix, plus misc changes.Stefan Monnier2011-03-161-0/+1
| * | | Merge from trunkStefan Monnier2011-03-061-2/+2
| |\ \ \
| * | | | Get rid of funvec.Stefan Monnier2011-02-241-28/+5
| * | | | Merge from trunkStefan Monnier2011-02-211-9/+11
| |\ \ \ \
| * | | | | Various compiler bug-fixes. MPC seems to run correctly now.Stefan Monnier2011-02-171-1/+1
| * | | | | Merge from trunkStefan Monnier2011-02-111-8/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge from trunkStefan Monnier2011-02-011-261/+81
| |\ \ \ \ \ \
| * | | | | | | Obey lexical-binding in interactive evaluation commands.Stefan Monnier2010-12-151-1/+1
| * | | | | | | Try and be more careful about propagation of lexical environment.Stefan Monnier2010-12-131-0/+1
| * | | | | | | Make the effect of (defvar foo) local.Stefan Monnier2010-12-121-1/+0
| * | | | | | | Merge from trunkStefan Monnier2010-12-101-16/+51
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge from trunkStefan Monnier2010-10-151-0/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge from trunkStefan Monnier2010-09-301-51/+54
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge from trunkStefan Monnier2010-09-131-1/+5
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge from trunkStefan Monnier2010-08-111-22/+103
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge from trunkStefan Monnier2010-07-231-460/+483
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | New branch for lexbind, losing all history.Stefan Monnier2010-06-131-7/+37
* | | | | | | | | | | | | | Replace two copies of readlink code with single gnulib version.Paul Eggert2011-03-311-0/+2
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge from mainline.Paul Eggert2011-03-291-3/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | src/*.c: Remove some additional unused parameters.Juanma Barranquero2011-03-291-1/+1
| * | | | | | | | | | | | | Don't reset post-command-hook to nil upon error.Stefan Monnier2011-03-281-2/+5
* | | | | | | | | | | | | | Merge from mainline.Paul Eggert2011-03-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-261-1/+1
* | | | | | | | | | | | | | Variadic C functions now count arguments with size_t, not int.Paul Eggert2011-03-261-5/+5
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflowPaul Eggert2011-03-221-2/+2
* | | | | | | | | | | | | * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.Paul Eggert2011-03-171-1/+5
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Merge from mainline.Paul Eggert2011-03-171-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | src/w32*.c: Clean up extern declarations.Juanma Barranquero2011-03-141-0/+2
* | | | | | | | | | | | | * lisp.h (debug_output_compilation_hack): Add decl here, to avoidPaul Eggert2011-03-161-0/+1
* | | | | | | | | | | | | * alloc.c (mark_backtrace): Move decl from here ...Paul Eggert2011-03-161-0/+1
* | | | | | | | | | | | | Move editfns decls to lisp.h to check interfaces.Paul Eggert2011-03-151-0/+3
* | | | | | | | | | | | | * lisp.h (eassert): Check that the argument compiles, even ifPaul Eggert2011-03-151-1/+1
* | | | | | | | | | | | | * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.Paul Eggert2011-03-151-2/+3
* | | | | | | | | | | | | * dired.c (compile_pattern): Move decl from here ...Paul Eggert2011-03-151-0/+4
* | | | | | | | | | | | | * lisp.h: New macros GCPRO2_VAR, GCPRO3_VAR, etc.Paul Eggert2011-03-151-107/+121
* | | | | | | | | | | | | Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).Paul Eggert2011-03-151-44/+3
* | | | | | | | | | | | | * lisp.h (verify_bytepos, count_markers): New decls,Paul Eggert2011-03-141-0/+2
* | | | | | | | | | | | | * fns.c (get_random, seed_random): Move extern decls from here ...Paul Eggert2011-03-141-0/+2
* | | | | | | | | | | | | * lisp.h (force_auto_save_soon): New decl.Paul Eggert2011-03-131-0/+1
* | | | | | | | | | | | | * lisp.h (fatal_error_signal): Add decl, since it's exported.Paul Eggert2011-03-131-0/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | * alloc.c (mark_fringe_data): Move decl from here ...Paul Eggert2011-03-091-0/+3
* | | | | | | | | | | | * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,Paul Eggert2011-03-091-6/+9