| Commit message (Expand) | Author | Files | Lines |
| 2010-09-29 | lib-src/makefile.w32-in (../src/config.h): Remove target, it is stale. | Juanma Barranquero | 2 | -0/+3 |
| 2010-09-29 | * emacsclient.c (main): Remove unused variables. | Juanma Barranquero | 2 | -3/+6 |
| 2010-09-27 | Fix typos in ChangeLogs. | Juanma Barranquero | 1 | -5/+5 |
| 2010-09-25 | Add more xz compression support. | Ulrich Mueller | 2 | -1/+6 |
| 2010-08-11 | Fix -Wwrite-strings warnings in fakemail.c. | Jan D | 2 | -15/+14 |
| 2010-08-11 | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). | Jan D | 12 | -205/+243 |
| 2010-08-07 | Remove duplicate declarations. | Juanma Barranquero | 2 | -3/+5 |
| 2010-08-05 | emacsclient.c cleanups. | Dan Nicolaescu | 2 | -25/+19 |
| 2010-07-29 | Fix typos in ChangeLogs. | Juanma Barranquero | 1 | -1/+1 |
| 2010-07-29 | * make-docfile.c (write_c_args): Warn for old-style empty arglist (). | Juanma Barranquero | 2 | -1/+11 |
| 2010-07-25 | * emacsclient.c (getcwd): Fix previous change. | Juanma Barranquero | 2 | -1/+10 |
| 2010-07-25 | Make building under stricter warning flags somewhat cleaner. | Juanma Barranquero | 3 | -12/+17 |
| 2010-07-24 | Add NO_RETURN specifiers to functions in lib-src. | Dan Nicolaescu | 9 | -8/+26 |
| 2010-07-24 | Fix typos in ChangeLogs. | Juanma Barranquero | 1 | -4/+4 |
| 2010-07-23 | * make-docfile.c (write_c_args): Correctly handle prefixes of "defalt". | Juanma Barranquero | 2 | -1/+5 |
| 2010-07-20 | Convert some more functions to standard C. | Juanma Barranquero | 3 | -31/+32 |
| 2010-07-20 | Fix typos in ChangeLogs. | Juanma Barranquero | 1 | -3/+2 |
| 2010-07-12 | Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS | Andreas Schwab | 2 | -5/+16 |
| 2010-07-12 | MS-Windows follow-up for 2010-07-12T05:25:46Z!handa@etlken. | Eli Zaretskii | 2 | -1/+6 |
| 2010-07-11 | Use strchr, strrchr instead of index, rindex | Andreas Schwab | 4 | -12/+15 |
| 2010-07-11 | Fix bug #6603. | Eli Zaretskii | 2 | -4/+9 |
| 2010-07-10 | Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces to TABs. | Eli Zaretskii | 2 | -1/+5 |
| 2010-07-09 | * make-docfile.c (write_c_args): Restructure scanning loop. | Andreas Schwab | 2 | -62/+45 |
| 2010-07-08 | Make make-docfile understand DEFUN arguments written in standard C. | Dan Nicolaescu | 2 | -1/+21 |
| 2010-07-07 | Remove leftover P_ macros. | Dan Nicolaescu | 3 | -19/+6 |
| 2010-07-08 | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 3 | -10/+14 |
| 2010-07-06 | Clean up movemail source | Andreas Schwab | 2 | -23/+40 |
| 2010-07-06 | * movemail.c: Add MAIL_USE_POP around prototypes. | Andreas Schwab | 2 | -0/+6 |
| 2010-07-03 | * lib-src/fakemail.c (action): Convert function definitions to standard C. | Dan Nicolaescu | 3 | -9/+11 |
| 2010-07-03 | ebrowse.c (check_namespace): Fix indentation. | Eli Zaretskii | 1 | -2/+2 |
| 2010-07-03 | Fix invalid cast | Andreas Schwab | 2 | -4/+10 |
| 2010-07-03 | lib-src/ebrowse.c (match_qualified_namespace_alias): Check for null pointer. | Juanma Barranquero | 2 | -1/+5 |
| 2010-07-03 | Fix prototypes. | Juanma Barranquero | 4 | -5/+18 |
| 2010-07-02 | Convert function definitions to standard C. | Dan Nicolaescu | 14 | -734/+347 |
| 2010-07-02 | Convert some prototypes to standard C. | Dan Nicolaescu | 3 | -7/+14 |
| 2010-07-02 | Remove __P. | Jan D | 2 | -13/+0 |
| 2010-07-02 | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 6 | -199/+207 |
| 2010-06-24 | lib-src/movemail.c (error): Avoid warning when there are no args. | Juanma Barranquero | 2 | -1/+5 |
| 2010-06-11 | Fix Windows makefiles to adapt to lisp/vc reorganization. | Juanma Barranquero | 2 | -2/+7 |
| 2010-06-10 | Remove duplicate ChangeLog entries. | Juanma Barranquero | 1 | -15/+0 |
| 2010-06-06 | Remove BSTRING related code, all platforms define it. | Dan Nicolaescu | 2 | -6/+4 |
| 2010-05-29 | Add --parent-id argument to emacsclient. | Chong Yidong | 2 | -1/+24 |
| 2010-05-26 | Do not preprocess src/Makefile.in. | Glenn Morris | 2 | -1/+5 |
| 2010-05-22 | Remove cirsular dependency when using separate build dir (Bug #6246). | Jan Djärv | 2 | -6/+20 |
| 2010-05-14 | * lib-src/Makefile.in: Break some long lines. | Glenn Morris | 1 | -14/+25 |
| 2010-05-11 | Remove unused output variable LIB_SRC_EXTRA_INSTALLABLES. | Glenn Morris | 2 | -1/+5 |
| 2010-05-10 | Minor lib-src/Makefile.in edits. | Glenn Morris | 2 | -10/+13 |
| 2010-05-10 | Do not preprocess lib-src/Makefile.in | Glenn Morris | 2 | -35/+35 |
| 2010-05-10 | On msdos, set LIBS_SYSTEM with config.bat, not cpp. | Glenn Morris | 2 | -5/+5 |
| 2010-05-09 | Move LIBS_SYSTEM from cpp to configure. | Glenn Morris | 2 | -6/+13 |