aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* 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:[email protected].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
* | Cast SPECPDL_INDEX to int, and do further EMACS_INT/int cleanups.Lars Magne Ingebrigtsen2010-09-231-1/+1
* | Clean up EMACS_INT/int in cmds.c, as well as USE_SAFE_ALLOCA.Lars Magne Ingebrigtsen2010-09-231-2/+2
* | Clean up EMACS_INT/int usage in doc.c and doprnt.c.Lars Magne Ingebrigtsen2010-09-231-1/+1
* | Fix last changes in editfns.c and intervals.c.Eli Zaretskii2010-09-231-1/+1
* | Fix EMACS_INT/int conversion errors in marker.c.Lars Magne Ingebrigtsen2010-09-231-7/+7
* | Fix use of int instead of EMACS_INT in search.c and region-cache.c.Eli Zaretskii2010-09-231-6/+7
* | Fix use of int instead of EMACS_INT in editfns.c.Eli Zaretskii2010-09-231-1/+1
* | Fix more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-231-1/+1
* | Fix some more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-231-7/+8
* | Fix some more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-221-5/+6
* | Fix some uses of int instead of EMACS_INT.Eli Zaretskii2010-09-221-5/+6
* | * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key.Stefan Monnier2010-09-121-1/+0