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