| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace digest-doc and sorted-doc C programs with Lisp commands. | Glenn Morris | 2010-10-22 | 5 | -405/+12 |
* | Fix format of old lib-src/ChangeLog entry. | Glenn Morris | 2010-10-19 | 1 | -4/+4 |
* | Pass CFLAGS to the linker. | Dan Nicolaescu | 2010-10-10 | 2 | -2/+5 |
* | Remove lib-src/b2m.c and b2m.pl. | Glenn Morris | 2010-10-08 | 5 | -488/+9 |
* | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-08 | 2 | -1/+17 |
|\ |
|
| * | Close bug#3992. | Glenn Morris | 2010-09-30 | 2 | -1/+17 |
* | | Fix compilation warnings. | Dan Nicolaescu | 2010-10-03 | 6 | -18/+25 |
* | | * lib-src/Makefile.in: Remove ^L, old makes choke on it. | Dan Nicolaescu | 2010-10-03 | 2 | -1/+4 |
* | | * emacsclient.c (main): Return EXIT_FAILURE if Emacs sends us an error string | Wolfgang Schnerring | 2010-10-02 | 2 | -3/+15 |
* | | Rework tags targets in Windows makefiles to protect against old/stupid makes. | Juanma Barranquero | 2010-10-02 | 2 | -1/+4 |
* | | Support TAGS targets in the w32 build. | Eli Zaretskii | 2010-10-01 | 2 | -0/+10 |
* | | lisp/server.el: Use just one way to pass the Emacs PID to emacsclient. | Juanma Barranquero | 2010-09-30 | 2 | -10/+8 |
* | | lib-src/makefile.w32-in (../src/config.h): Remove target, it is stale. | Juanma Barranquero | 2010-09-29 | 2 | -0/+3 |
* | | * emacsclient.c (main): Remove unused variables. | Juanma Barranquero | 2010-09-29 | 2 | -3/+6 |
* | | Fix typos in ChangeLogs. | Juanma Barranquero | 2010-09-27 | 1 | -5/+5 |
* | | Add more xz compression support. | Ulrich Mueller | 2010-09-25 | 2 | -1/+6 |
* | | Fix -Wwrite-strings warnings in fakemail.c. | Jan D | 2010-08-11 | 2 | -15/+14 |
* | | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). | Jan D | 2010-08-11 | 12 | -205/+243 |
* | | Remove duplicate declarations. | Juanma Barranquero | 2010-08-07 | 2 | -3/+5 |
* | | emacsclient.c cleanups. | Dan Nicolaescu | 2010-08-05 | 2 | -25/+19 |
* | | 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 | 2 | -1/+11 |
* | | * emacsclient.c (getcwd): Fix previous change. | Juanma Barranquero | 2010-07-25 | 2 | -1/+10 |
* | | Make building under stricter warning flags somewhat cleaner. | Juanma Barranquero | 2010-07-25 | 3 | -12/+17 |
* | | Add NO_RETURN specifiers to functions in lib-src. | Dan Nicolaescu | 2010-07-24 | 9 | -8/+26 |
* | | 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 | 2 | -1/+5 |
* | | Convert some more functions to standard C. | Juanma Barranquero | 2010-07-20 | 3 | -31/+32 |
* | | 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 | 2 | -5/+16 |
* | | MS-Windows follow-up for 2010-07-12T05:25:46Z!handa@etlken. | Eli Zaretskii | 2010-07-12 | 2 | -1/+6 |
* | | Use strchr, strrchr instead of index, rindex | Andreas Schwab | 2010-07-11 | 4 | -12/+15 |
* | | Fix bug #6603. | Eli Zaretskii | 2010-07-11 | 2 | -4/+9 |
* | | Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces to TABs. | Eli Zaretskii | 2010-07-10 | 2 | -1/+5 |
* | | * make-docfile.c (write_c_args): Restructure scanning loop. | Andreas Schwab | 2010-07-09 | 2 | -62/+45 |
* | | Make make-docfile understand DEFUN arguments written in standard C. | Dan Nicolaescu | 2010-07-08 | 2 | -1/+21 |
* | | Remove leftover P_ macros. | Dan Nicolaescu | 2010-07-07 | 3 | -19/+6 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 3 | -10/+14 |
* | | Clean up movemail source | Andreas Schwab | 2010-07-06 | 2 | -23/+40 |
* | | * movemail.c: Add MAIL_USE_POP around prototypes. | Andreas Schwab | 2010-07-06 | 2 | -0/+6 |
* | | * lib-src/fakemail.c (action): Convert function definitions to standard C. | Dan Nicolaescu | 2010-07-03 | 3 | -9/+11 |
* | | ebrowse.c (check_namespace): Fix indentation. | Eli Zaretskii | 2010-07-03 | 1 | -2/+2 |
* | | Fix invalid cast | Andreas Schwab | 2010-07-03 | 2 | -4/+10 |
* | | lib-src/ebrowse.c (match_qualified_namespace_alias): Check for null pointer. | Juanma Barranquero | 2010-07-03 | 2 | -1/+5 |
* | | Fix prototypes. | Juanma Barranquero | 2010-07-03 | 4 | -5/+18 |
* | | Convert function definitions to standard C. | Dan Nicolaescu | 2010-07-02 | 14 | -734/+347 |
* | | Convert some prototypes to standard C. | Dan Nicolaescu | 2010-07-02 | 3 | -7/+14 |
* | | Remove __P. | Jan D | 2010-07-02 | 2 | -13/+0 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 6 | -199/+207 |
* | | lib-src/movemail.c (error): Avoid warning when there are no args. | Juanma Barranquero | 2010-06-24 | 2 | -1/+5 |