| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * alloc.c (mark_ttys): Move decl from here ... | Paul Eggert | 2011-03-08 | 1 | -0/+1 |
* | * xdisp.c (display_line): Mark variables that gcc -Wuninitialized cannot | Paul Eggert | 2011-03-06 | 1 | -0/+7 |
* | current_column: Now returns EMACS_INT, fixing some iftc. | Paul Eggert | 2011-03-06 | 1 | -2/+2 |
* | Don't GC-scan stack data redundantly. | Stefan Monnier | 2011-02-17 | 1 | -0/+7 |
* | Hide implementation of `struct kboard' | Tom Tromey | 2011-02-16 | 1 | -1/+1 |
* | * lisp.h (DEFVAR_BUFFER_DEFAULTS): Use BVAR. | Tom Tromey | 2011-02-16 | 1 | -1/+1 |
* | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -2/+2 |
* | Import getloadavg module from gnulib. | Paul Eggert | 2011-02-15 | 1 | -5/+0 |
* | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -3/+3 |
* | * data.c etc: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -1/+1 |
* | * insdel.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -7/+6 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Merge from emacs-23. | Glenn Morris | 2011-01-24 | 1 | -17/+14 |
|\ |
|
| * | * lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases (Bug#6811). | Chong Yidong | 2011-01-23 | 1 | -24/+14 |
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -1/+4 |
* | | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -77/+28 |
* | | Change buffer_defaults to new new macro; preparation for thread patch | Tom Tromey | 2011-01-18 | 1 | -0/+6 |
* | | Improve performance on non-GCC hosts with __aligned__. | Paul Eggert | 2011-01-17 | 1 | -3/+5 |
* | | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -6/+7 |
|\ \ |
|
| * | | * lisp.h: Redo flags and XSET slightly to avoid overflow diagnostics. | Paul Eggert | 2011-01-16 | 1 | -6/+7 |
* | | | Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350. | Paul Eggert | 2011-01-09 | 1 | -0/+1 |
|/ / |
|
* | | Add --no-site-lisp option, make -Q use it. (Bug#5707) | Glenn Morris | 2011-01-06 | 1 | -3/+4 |
* | | Remove unused declarations | Andreas Schwab | 2010-12-27 | 1 | -156/+14 |
* | | Remove EXPLICIT_SIGN_EXTEND. | Andreas Schwab | 2010-12-03 | 1 | -14/+6 |
* | | Revert to 2010-12-03T11:48:24Z!jan.h.d@swipnet.se. | Chong Yidong | 2010-12-03 | 1 | -6/+14 |
* | | Remove EXPLICIT_SIGN_EXTEND. | Andreas Schwab | 2010-12-03 | 1 | -14/+6 |
* | | Move extern declarations from term.c to lisp.h. | Dan Nicolaescu | 2010-11-23 | 1 | -0/+4 |
* | | Mark debugger related variables and functions as EXTERNALLY_VISIBLE | Dan Nicolaescu | 2010-11-23 | 1 | -1/+2 |
* | | * src/alloc.c (refill_memory_reserve): Move declaration ... | Dan Nicolaescu | 2010-11-18 | 1 | -0/+1 |
* | | Move declarations from .c files to .h files. | Dan Nicolaescu | 2010-11-18 | 1 | -0/+3 |
* | | Apply XAtom revork patches from Julien Danjou. | Jan Djärv | 2010-11-12 | 1 | -1/+0 |
* | | Start redesigning portable mouse highlight. Not compiled. | Eli Zaretskii | 2010-10-31 | 1 | -0/+35 |
* | | Rename `image-library-alist' to `dynamic-library-alist'. | Juanma Barranquero | 2010-10-13 | 1 | -0/+1 |
* | | Fix int/EMACS_INT use in xdisp.c and print.c. | Eli Zaretskii | 2010-09-29 | 1 | -6/+6 |
* | | * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status) | Michael Albinus | 2010-09-27 | 1 | -2/+0 |
* | | Fix int/EMACS_INT use in keyboard.c. | Eli Zaretskii | 2010-09-25 | 1 | -1/+1 |
* | | Fix int/EMACS_INT in eval.c and indent.c, correct previous changes. | Eli Zaretskii | 2010-09-24 | 1 | -2/+2 |
* | | Fix all EMACS_INT/int conversion errors in print.c (and related files). | Lars Magne Ingebrigtsen | 2010-09-24 | 1 | -1/+1 |
* | | Fix int/EMACS_INT use in buffer.c. | Eli Zaretskii | 2010-09-24 | 1 | -2/+2 |
* | | Fix int/EMACS_INT usage in fns.c. | Eli Zaretskii | 2010-09-24 | 1 | -1/+2 |