| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support building on MS-Windows with libxml2. | Eli Zaretskii | 2012-04-07 | 1 | -0/+4 |
| * | Build test-distrib on MS-Windows and run it during the build. | Eli Zaretskii | 2012-04-07 | 1 | -0/+1 |
| * | Fix parallel build and bootstrap on MS-Windows. | Eli Zaretskii | 2012-04-07 | 1 | -0/+12 |
| * | Define -print-nonl client command | Andreas Schwab | 2012-03-11 | 1 | -0/+2 |
| * | * emacsclient.c (main): Handle multiple messages in a single | Andreas Schwab | 2012-03-11 | 1 | -0/+3 |
| * | Don't access freed memory in emacsclient | Andreas Schwab | 2012-03-11 | 1 | -0/+13 |
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| * | Update short copyright year to 2012. | Glenn Morris | 2012-01-04 | 1 | -0/+6 |
| * | * etags.c (C_entries): Properly skip over string and character | Andreas Schwab | 2011-12-25 | 1 | -0/+5 |
| * | Spelling fixes. | Paul Eggert | 2011-12-11 | 1 | -1/+1 |
| * | Fix emacsclient bug where "-n -c" does not open a new frame on Windows. | Juanma Barranquero | 2011-12-04 | 1 | -0/+8 |
| * | * emacsclient.c (main): Condition last change on WINDOWSNT (Bug#10155). | Chong Yidong | 2011-11-30 | 1 | -0/+5 |
| * | Fix MS-Windows build with MSVC compiler. | Eli Zaretskii | 2011-11-27 | 1 | -0/+7 |
| * | Spelling fixes. | Paul Eggert | 2011-11-26 | 1 | -1/+1 |
| * | * lib-src/make-docfile.c (scan_lisp_file): Treat defcustom like defvar. | Glenn Morris | 2011-11-23 | 1 | -0/+4 |
| * | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -26/+26 |
| * | Spelling fixes. | Paul Eggert | 2011-11-17 | 1 | -1/+1 |
| * | Fix typos. | Juanma Barranquero | 2011-11-16 | 1 | -3/+3 |
| * | Fix typos. | Juanma Barranquero | 2011-11-16 | 1 | -1/+1 |
| * | * lib-src/Makefile.in (all): Make sure "all" is the first target. | Dan Nicolaescu | 2011-11-14 | 1 | -0/+4 |
| * | src/image.c, src/w32*.c, lib-src/emacsclient.c: Silence warnings under -Wall. | Juanma Barranquero | 2011-10-27 | 1 | -0/+4 |
| * | * lib-src/etags.c (Fortran_functions): Handle "elemental" functions. | Glenn Morris | 2011-09-07 | 1 | -0/+4 |
| * | * lib-src/etags.c (Fortran_functions): Handle "pure" functions. (tiny change) | Dieter Schuster | 2011-09-07 | 1 | -0/+4 |
| * | Merge from trunk. | Paul Eggert | 2011-09-06 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge from trunk. | Paul Eggert | 2011-09-04 | 1 | -1/+36 |
| |\ \
| |/ |
|
| | * | sprintf-related integer and memory overflow issues | Paul Eggert | 2011-09-04 | 1 | -0/+35 |
| | |\ |
|
| | | * | Add Bug#. | Paul Eggert | 2011-08-28 | 1 | -1/+1 |
| | | * | * update-game-score.c: Include <limits.h> | Paul Eggert | 2011-08-28 | 1 | -0/+3 |
| | | * | * movemail.c (main): Do not use sprintf when its result might not fit | Paul Eggert | 2011-08-28 | 1 | -0/+4 |
| | | * | * etags.c (xmalloc, xrealloc): Accept size_t, not unsigned int, | Paul Eggert | 2011-08-28 | 1 | -0/+7 |
| | | * | Integer and memory overflow issues. | Paul Eggert | 2011-08-28 | 1 | -0/+21 |
| | |/ |
|
| * | | Merge from trunk. | Paul Eggert | 2011-07-28 | 1 | -1/+14 |
| |\ \
| |/ |
|
| | * | Merge: Integer signedness and overflow and related fixes. | Paul Eggert | 2011-07-27 | 1 | -0/+13 |
| | |\ |
|
| | | * | Merge from trunk. | Paul Eggert | 2011-07-10 | 1 | -1/+5 |
| | | |\
| | |/
| |/| |
|
| | | * | Assume freestanding C89 headers, string.h, stdlib.h. | Paul Eggert | 2011-07-06 | 1 | -0/+8 |
| | | * | Merge from trunk. | Paul Eggert | 2011-07-06 | 1 | -1/+1 |
| | | |\ |
|
| | | * | | [ChangeLog] | Paul Eggert | 2011-07-04 | 1 | -0/+5 |
| | | |/ |
|
| * | | | Add Bug#. | Paul Eggert | 2011-07-25 | 1 | -1/+1 |
| * | | | Merge from trunk. | Paul Eggert | 2011-07-25 | 1 | -1/+1 |
| |\ \ \
| |/ / |
|
| * | | | Merge from gnulib, using build-aux to remove clutter. | Paul Eggert | 2011-07-24 | 1 | -0/+5 |
| |/ / |
|
| * | | * lib-src/update-game-score.c (usage): Update usage line. | Andreas Schwab | 2011-07-09 | 1 | -0/+4 |
| |/ |
|
| * | * lib-src/emacsclient.c (decode_options) [WINDOWSNT]: Avoid tty mode on | Jason Rumney | 2011-07-02 | 1 | -0/+5 |
| * | Minor additions for previous emacsclient change. | Glenn Morris | 2011-06-25 | 1 | -0/+5 |
| * | Allow emacsclient to set parameters of new graphical frames (bug#5864) | Andreas Rottmann | 2011-06-25 | 1 | -0/+4 |
| * | * movemail.c: Fix race condition and related bugs (Bug#8836). | Paul Eggert | 2011-06-10 | 1 | -0/+10 |
| * | * lib-src/emacsclient.c (socket_status): Use constant pointer. | Dan Nicolaescu | 2011-06-01 | 1 | -0/+4 |
| * | [ChangeLog] | Paul Eggert | 2011-05-28 | 1 | -0/+6 |
| * | * lib-src/Makefile.in (all, clean): Use $EXE_FILES. | Glenn Morris | 2011-05-25 | 1 | -0/+1 |
| * | Small further clean-up in lib-src/Makefile.in | Glenn Morris | 2011-05-24 | 1 | -0/+6 |
| * | * lib-src/Makefile.in (movemail${EXEEXT}): Build in one step, not via .o file. | Glenn Morris | 2011-05-24 | 1 | -0/+2 |