| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from trunk. | Paul Eggert | 2011-07-09 | 1 | -1/+1 |
|\ |
|
| * | Clarify the `call-interactively' doc string, and add an example. | Lars Magne Ingebrigtsen | 2011-07-07 | 1 | -1/+1 |
* | | * keyboard.h (num_input_events): Now uintmax_t. | Paul Eggert | 2011-07-07 | 1 | -1/+1 |
|/ |
|
* | * callint.c (Finteractive): Clarify the meaning of "@". | Lars Magne Ingebrigtsen | 2011-07-04 | 1 | -3/+4 |
* | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -35/+14 |
* | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert | 2011-06-14 | 1 | -4/+8 |
* | * callint.c (Fcall_interactively): Don't use index var as event count. | Paul Eggert | 2011-06-13 | 1 | -2/+2 |
* | Merge from mainline. | Paul Eggert | 2011-04-25 | 1 | -2/+5 |
|\ |
|
| * | Fix doprnt so it could be used safely in `verror'. (Bug#8435) | Eli Zaretskii | 2011-04-23 | 1 | -2/+5 |
* | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 2011-04-25 | 1 | -1/+1 |
* | | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -1/+1 |
|/ |
|
* | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -1/+1 |
* | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -4/+5 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -1/+1 |
* | * callint.c (Fcall_interactively): <, not <=, for optimization. | Paul Eggert | 2011-04-09 | 1 | -18/+17 |
* | Miscellanous cleanups in preparation for the merge.old-branches/lexbind-new | Stefan Monnier | 2011-04-01 | 1 | -2/+2 |
* | Merge from trunk | Stefan Monnier | 2011-03-31 | 1 | -4/+4 |
|\ |
|
| * | Variadic C functions now count arguments with size_t, not int. | Paul Eggert | 2011-03-26 | 1 | -2/+3 |
| * | Use Frun_hooks rather than calling Vrun_hooks manually | Julien Danjou | 2011-03-23 | 1 | -2/+1 |
* | | Merge from trunk | Stefan Monnier | 2011-03-21 | 1 | -14/+14 |
|\ \
| |/ |
|
| * | * callint.c: Use const pointer when appropriate. | Paul Eggert | 2011-03-16 | 1 | -1/+1 |
| * | * callint.c (Fcall_interactively): Rename locals to avoid shadowing. | Paul Eggert | 2011-03-16 | 1 | -11/+11 |
| * | * callint.c (quotify_arg, quotify_args): Now static. | Paul Eggert | 2011-03-16 | 1 | -2/+2 |
* | | * doc/lispref/variables.texi (Scope): Mention the availability of lexbind. | Stefan Monnier | 2011-03-01 | 1 | -3/+10 |
* | | Merge from trunk | Stefan Monnier | 2011-02-21 | 1 | -11/+11 |
|\ \
| |/ |
|
| * | Hide implementation of `struct kboard' | Tom Tromey | 2011-02-16 | 1 | -3/+3 |
| * | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -8/+8 |
| * | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -8/+8 |
* | | Merge from trunk | Stefan Monnier | 2011-02-11 | 1 | -9/+9 |
|\ \
| |/ |
|
| * | * callint.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -9/+9 |
* | | Merge from trunk | Stefan Monnier | 2011-02-01 | 1 | -20/+10 |
|\ \
| |/ |
|
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| * | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -2/+1 |
| * | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -14/+8 |
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| |\ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | | 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 | -1/+1 |
|/ / |
|
* | | Use const for some arrays and functions. | Dan Nicolaescu | 2010-08-06 | 1 | -1/+1 |
* | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -9/+0 |
* | | Use strchr, strrchr instead of index, rindex | Andreas Schwab | 2010-07-11 | 1 | -8/+4 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -6/+3 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -2/+1 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -9/+5 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -1/+1 |
|/ |
|
* | * callint.c (Finteractive): Doc fix. | Glenn Morris | 2010-02-17 | 1 | -1/+1 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -19/+18 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |