| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from trunk | Stefan Monnier | 2011-03-21 | 1 | -15/+21 |
|\ |
|
| * | * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to | Paul Eggert | 2011-03-15 | 1 | -15/+21 |
* | | * src/eval.c (Ffunction): Use simpler format for closures. | Stefan Monnier | 2011-03-13 | 1 | -5/+3 |
* | | Get rid of funvec. | Stefan Monnier | 2011-02-24 | 1 | -5/+0 |
* | | Merge from trunk | Stefan Monnier | 2011-02-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Hide implementation of `struct kboard' | Tom Tromey | 2011-02-16 | 1 | -1/+1 |
* | | Merge from trunk | Stefan Monnier | 2011-02-11 | 1 | -11/+14 |
|\ \
| |/ |
|
| * | * doc.c: conform to C89 pointer rules | Paul Eggert | 2011-02-05 | 1 | -11/+14 |
* | | Merge from trunk | Stefan Monnier | 2011-02-01 | 1 | -22/+10 |
|\ \
| |/ |
|
| * | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -5/+5 |
| * | 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 | -3/+2 |
| * | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -7/+2 |
| * | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -2/+0 |
| |\ |
|
| | * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
| * | | Merge from mainline. | Paul Eggert | 2011-01-14 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | 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 |
| * | | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -3/+0 |
| |/ / |
|
* | | | Obey lexical-binding in interactive evaluation commands. | Stefan Monnier | 2010-12-15 | 1 | -1/+1 |
* | | | Merge from trunk | Stefan Monnier | 2010-10-15 | 1 | -7/+0 |
|\ \ \
| |/ / |
|
| * | | Remove O_RDONLY, O_WRONLY definitions, not needed. | Dan Nicolaescu | 2010-10-04 | 1 | -4/+0 |
| * | | Include <fcntl.h> unconditionally. | Dan Nicolaescu | 2010-10-03 | 1 | -3/+0 |
* | | | Merge from trunk | Stefan Monnier | 2010-09-30 | 1 | -20/+20 |
|\ \ \
| |/ / |
|
| * | | Clean up EMACS_INT/int usage in doc.c and doprnt.c. | Lars Magne Ingebrigtsen | 2010-09-23 | 1 | -19/+19 |
| * | | * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as | Ari Roponen | 2010-09-21 | 1 | -1/+1 |
* | | | Merge from trunk | Stefan Monnier | 2010-09-13 | 1 | -14/+17 |
|\ \ \
| |/ / |
|
| * | | Make obsolete --unibyte argument do nothing (Bug#6886). | Chong Yidong | 2010-08-22 | 1 | -2/+1 |
| * | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-08-22 | 1 | -12/+16 |
| |\ \
| | |/ |
|
| | * | * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S. | Jan D | 2010-08-14 | 1 | -13/+16 |
| | * | * doc.c (Fsnarf_documentation): Initialize skip_file before build-files test. | Jan D | 2010-08-13 | 1 | -0/+1 |
* | | | Merge from trunk | Stefan Monnier | 2010-08-11 | 1 | -4/+1 |
|\ \ \
| |/ / |
|
| * | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -4/+0 |
* | | | Merge from trunk | Stefan Monnier | 2010-07-23 | 1 | -35/+20 |
|\ \ \
| |/ / |
|
| * | | Use strchr, strrchr instead of index, rindex | Andreas Schwab | 2010-07-11 | 1 | -7/+3 |
| * | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -8/+4 |
| * | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -5/+5 |
| * | | Fix comments and whitespace. | Juanma Barranquero | 2010-07-04 | 1 | -3/+1 |
| * | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -13/+8 |
| * | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -2/+2 |
* | | | New branch for lexbind, losing all history. | Stefan Monnier | 2010-06-13 | 1 | -1/+10 |
|/ / |
|
* | | Fix wrong-docstring problem introduced with hash-consing. | Stefan Monnier | 2010-04-29 | 1 | -1/+1 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab | 2009-11-21 | 1 | -4/+2 |
* | * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string. | Dan Nicolaescu | 2009-11-11 | 1 | -0/+1 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -1/+1 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | * keymap.c (where_is_internal_data): Make noindirect a boolean. | Stefan Monnier | 2009-09-10 | 1 | -4/+1 |
* | * Makefile.in (buildobj.h): New target. | Ken Raeburn | 2009-08-26 | 1 | -27/+4 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |