| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| * | 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 |
| * | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -4/+0 |
| * | | 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 |
| * | | 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 |
| * | * bitmaps/README: | Dan Nicolaescu | 2008-07-31 | 1 | -25/+0 |
| * | * unexnext.c: | Dan Nicolaescu | 2008-06-26 | 1 | -1/+1 |
| * | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
| * | * xselect.c (x_handle_dnd_message): | Stefan Monnier | 2008-02-07 | 1 | -1/+1 |
| * | Merge from emacs--devo--0 | Miles Bader | 2008-01-09 | 1 | -1/+2 |
| |\ |
|
| | * | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+2 |
| | |\ |
|
| | | * | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+2 |
| * | | | Merge from emacs--devo--0 | Miles Bader | 2007-10-27 | 1 | -12/+12 |
| |\ \ \
| |/ / |
|
| | * | | (Fdocumentation): Check for advice in all cases. | Juanma Barranquero | 2007-10-20 | 1 | -12/+12 |
| * | | | * doc.c (Fsnarf_documentation): | Jason Rumney | 2007-10-20 | 1 | -3/+1 |
| * | | | Merge from emacs--devo--0 | Miles Bader | 2007-10-20 | 1 | -0/+12 |
| |\ \ \
| |/ / |
|
| | * | | (Fdocumentation): Check for and handle an advised function. | Richard M. Stallman | 2007-10-19 | 1 | -0/+12 |
| * | | | Merge from emacs--devo--0 | Miles Bader | 2007-10-19 | 1 | -4/+6 |
| |\ \ \
| |/ / |
|
| | * | | (Fsnarf_documentation): Simplify. | Stefan Monnier | 2007-10-16 | 1 | -4/+6 |
| * | | | Fix up multi-tty merge | Miles Bader | 2007-10-12 | 1 | -1/+3 |
| * | | | Merge from emacs--devo--0 | Miles Bader | 2007-07-27 | 1 | -1/+1 |
| |\ \ \
| |/ / |
|
| | * | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -1/+1 |
| | |\ \
| | |/ |
|
| | | * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| * | | | Merge from emacs--devo--0 | Miles Bader | 2007-07-09 | 1 | -1/+1 |
| |\ \ \
| |/ / |
|
| | * | | * keymaps.texi (Active Keymaps): Document new POSITION argument of | David Kastrup | 2007-06-25 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge from emacs--devo--0 | Miles Bader | 2007-02-26 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | (Fsubstitute_command_keys): Fix typo in docstring. | Juanma Barranquero | 2007-02-17 | 1 | -1/+1 |
| * | | Merge from emacs--devo--0 | Miles Bader | 2007-01-26 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| * | | Merge from emacs--devo--0 | Miles Bader | 2006-07-19 | 1 | -2/+2 |
| |\ \
| |/ |
|
| | * | (Fdocumentation): Use xsignal1. | Kim F. Storm | 2006-07-18 | 1 | -2/+2 |