summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * alloc.c (mark_ttys): Move decl from here ...Paul Eggert2011-03-081-0/+1
* * xdisp.c (display_line): Mark variables that gcc -Wuninitialized cannotPaul Eggert2011-03-061-0/+7
* current_column: Now returns EMACS_INT, fixing some iftc.Paul Eggert2011-03-061-2/+2
* Don't GC-scan stack data redundantly.Stefan Monnier2011-02-171-0/+7
* Hide implementation of `struct kboard'Tom Tromey2011-02-161-1/+1
* * lisp.h (DEFVAR_BUFFER_DEFAULTS): Use BVAR.Tom Tromey2011-02-161-1/+1
* Change B_ to BVARTom Tromey2011-02-161-2/+2
* Import getloadavg module from gnulib.Paul Eggert2011-02-151-5/+0
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-3/+3
* * data.c etc: conform to C89 pointer rulesPaul Eggert2011-02-061-1/+1
* * insdel.c: conform to C89 pointer rulesPaul Eggert2011-02-061-7/+6
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from emacs-23.Glenn Morris2011-01-241-17/+14
|\
| * * lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases (Bug#6811).Chong Yidong2011-01-231-24/+14
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-1/+4
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-77/+28
* | Change buffer_defaults to new new macro; preparation for thread patchTom Tromey2011-01-181-0/+6
* | Improve performance on non-GCC hosts with __aligned__.Paul Eggert2011-01-171-3/+5
* | Merge from mainline.Paul Eggert2011-01-171-6/+7
|\ \
| * | * lisp.h: Redo flags and XSET slightly to avoid overflow diagnostics.Paul Eggert2011-01-161-6/+7
* | | Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350.Paul Eggert2011-01-091-0/+1
|/ /
* | Add --no-site-lisp option, make -Q use it. (Bug#5707)Glenn Morris2011-01-061-3/+4
* | Remove unused declarationsAndreas Schwab2010-12-271-156/+14
* | Remove EXPLICIT_SIGN_EXTEND.Andreas Schwab2010-12-031-14/+6
* | Revert to 2010-12-03T11:48:24Z!jan.h.d@swipnet.se.Chong Yidong2010-12-031-6/+14
* | Remove EXPLICIT_SIGN_EXTEND.Andreas Schwab2010-12-031-14/+6
* | Move extern declarations from term.c to lisp.h.Dan Nicolaescu2010-11-231-0/+4
* | Mark debugger related variables and functions as EXTERNALLY_VISIBLEDan Nicolaescu2010-11-231-1/+2
* | * src/alloc.c (refill_memory_reserve): Move declaration ...Dan Nicolaescu2010-11-181-0/+1
* | Move declarations from .c files to .h files.Dan Nicolaescu2010-11-181-0/+3
* | Apply XAtom revork patches from Julien Danjou.Jan Djärv2010-11-121-1/+0
* | Start redesigning portable mouse highlight. Not compiled.Eli Zaretskii2010-10-311-0/+35
* | Rename `image-library-alist' to `dynamic-library-alist'.Juanma Barranquero2010-10-131-0/+1
* | Fix int/EMACS_INT use in xdisp.c and print.c.Eli Zaretskii2010-09-291-6/+6
* | * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)Michael Albinus2010-09-271-2/+0
* | Fix int/EMACS_INT use in keyboard.c.Eli Zaretskii2010-09-251-1/+1
* | Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.Eli Zaretskii2010-09-241-2/+2
* | Fix all EMACS_INT/int conversion errors in print.c (and related files).Lars Magne Ingebrigtsen2010-09-241-1/+1
* | Fix int/EMACS_INT use in buffer.c.Eli Zaretskii2010-09-241-2/+2
* | Fix int/EMACS_INT usage in fns.c.Eli Zaretskii2010-09-241-1/+2