| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add --quiet option for emacsclient (bug#663) (tiny change) | Drake Wilson | 2011-03-02 | 1 | -0/+7 |
| * | Fix dependencies following 2011-02-26T05:54:36Z!eggert@cs.ucla.edu. | Eli Zaretskii | 2011-02-26 | 1 | -0/+2 |
| * | Fix the MS-Windows build after 2011-02-26T05:54:36Z!eggert@cs.ucla.edu. | Eli Zaretskii | 2011-02-26 | 1 | -0/+6 |
| * | * ebrowse.c (BROWSE_STRUCT): Remove unused macro. | Paul Eggert | 2011-02-25 | 1 | -0/+1 |
| * | * ebrowse.c (parse_qualified_param_ident_or_type): Make it clear | Paul Eggert | 2011-02-25 | 1 | -0/+4 |
| * | * fakemail.c: Include <ignore-value.h>. | Paul Eggert | 2011-02-25 | 1 | -0/+8 |
| * | * ebrowse.c (insert_keyword): Rename parameter to avoid shadowing diagnostic. | Paul Eggert | 2011-02-25 | 1 | -0/+1 |
| * | * ebrowse.c (putstr): Rename from PUTSTR and turn into a function. | Paul Eggert | 2011-02-25 | 1 | -0/+6 |
| * | * emacsclient.c (IF_LINT): New macro. | Paul Eggert | 2011-02-25 | 1 | -0/+3 |
| * | * emacsclient.c (xstrdup): Remove; no longer needed. | Paul Eggert | 2011-02-25 | 1 | -0/+5 |
| * | * emacsclient.c (main): Avoid dangling 'if'. | Paul Eggert | 2011-02-25 | 1 | -0/+2 |
| * | * emacsclient.c: Redo local variables to avoid shadowing problems. | Paul Eggert | 2011-02-25 | 1 | -0/+5 |
| * | * etags.c (ISUPPER): Move to inside the only #ifdef where it's used. | Paul Eggert | 2011-02-25 | 1 | -0/+3 |
| * | * make-docfile.c (scan_c_file): Refactor local variable decls to make their s... | Paul Eggert | 2011-02-25 | 1 | -0/+2 |
| * | * make-docfile.c (write_globals): Change char * to char const * | Paul Eggert | 2011-02-25 | 1 | -0/+6 |
| * | * lisp/emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete. | Stefan Monnier | 2011-02-23 | 1 | -1/+1 |
| * | Fix 2011-02-22T17:37:06Z!eggert@cs.ucla.edu. | Eli Zaretskii | 2011-02-22 | 1 | -0/+2 |
| * | MS-Windows part of 2011-02-21T23:22:34Z!eggert@cs.ucla.edu, addition of min-m... | Eli Zaretskii | 2011-02-22 | 1 | -0/+10 |
| * | etags: Downcase drive letters, for consistency with Emacs proper. | Paul Eggert | 2011-02-22 | 1 | -0/+4 |
| * | Merge: Assume S_ISLNK etc. work, since gnulib supports this. | Paul Eggert | 2011-02-21 | 1 | -0/+5 |
| |\ |
|
| | * | [ChangeLog] | Paul Eggert | 2011-02-21 | 1 | -0/+5 |
| * | | lib-src/makefile.w32-in (obj): Remove filemode.o. | Juanma Barranquero | 2011-02-22 | 1 | -2/+6 |
| |/ |
|
| * | * movemail.c: Define macros only in needed contexts. | Paul Eggert | 2011-02-21 | 1 | -2/+3 |
| * | * Makefile.in (ebrowse${EXEEXT}, pop.o): Depend on min-max.h. | Paul Eggert | 2011-02-21 | 1 | -0/+1 |
| * | Merge from mainline. | Paul Eggert | 2011-02-21 | 1 | -0/+6 |
| |\ |
|
| | * | Adapt MS-Windows build to import of filemode.c from gnulib. | Eli Zaretskii | 2011-02-21 | 1 | -0/+6 |
| * | | [ChangeLog] | Paul Eggert | 2011-02-21 | 1 | -0/+5 |
| * | | * test-distrib.c (buf): Make this local, to avoid shadowing. | Paul Eggert | 2011-02-21 | 1 | -0/+1 |
| * | | * movemail.c (popmail): Report fchown failure instead of ignoring it. | Paul Eggert | 2011-02-21 | 1 | -0/+3 |
| * | | * make-docfile.c (input_buffer): Rename variables to avoid shadowing. | Paul Eggert | 2011-02-21 | 1 | -0/+2 |
| * | | Merge from mainline. | Paul Eggert | 2011-02-21 | 1 | -0/+5 |
| |\ \
| |/ |
|
| | * | * make-docfile.c (scan_c_file): Adapt to the new BVAR macro. | Ben Key | 2011-02-21 | 1 | -0/+5 |
| * | | * movemail.c: (DIRECTORY_SEP, IS_DIRECTORY_SEP, DONE, IS_FROM_LINE): | Paul Eggert | 2011-02-21 | 1 | -0/+4 |
| * | | * movemail.c: Remove unused vars | Paul Eggert | 2011-02-21 | 1 | -0/+1 |
| * | | * movemail.c (main, pop_retr): Rename locals to avoid shadowing. | Paul Eggert | 2011-02-21 | 1 | -0/+2 |
| * | | Declare file-scope functions and variables static if not exported. | Paul Eggert | 2011-02-21 | 1 | -0/+9 |
| |/ |
|
| * | lib-src/makefile.w32-in (obj): Remove md5.o. | Juanma Barranquero | 2011-02-20 | 1 | -0/+4 |
| * | * lib-src/emacsclient.c (main): Loop while `recv' return EINTR. | Karl Chen | 2011-02-18 | 1 | -101/+105 |
| * | * make-docfile.c (EMACS_INTEGER): Rename from EMACS_INT. | Paul Eggert | 2011-02-08 | 1 | -0/+6 |
| * | Make globals.h a generated header | Tom Tromey | 2011-02-08 | 1 | -0/+14 |
| * | * emacsclient.c: conform to C89 pointer rules | Paul Eggert | 2011-02-04 | 1 | -0/+6 |
| * | lib-src/makefile.w32-in (obj): Remove strftime.o, it's not in src/. | Eli Zaretskii | 2011-02-02 | 1 | -0/+1 |
| * | Make "etags --version" on Windows produce the same as on Posix platforms. | Eli Zaretskii | 2011-02-02 | 1 | -0/+5 |
| * | Fix the MS-Windows build broken by 2011-01-30T23:34:18Z!eggert@cs.ucla.edu an... | Eli Zaretskii | 2011-01-31 | 1 | -0/+6 |
| * | src/emacs.c now gets version number from configure.in | Paul Eggert | 2011-01-31 | 1 | -0/+5 |
| * | make-docfile: don't corrupt heap for an invalid .elc file | Jim Meyering | 2011-01-30 | 1 | -0/+8 |
| * | Fix the MS-Windows build broken by 2011-01-17T19:01:01Z!eggert@cs.ucla.edu an... | Eli Zaretskii | 2011-01-29 | 1 | -0/+19 |
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -3/+1 |
| * | Merge from emacs-23. | Glenn Morris | 2011-01-24 | 1 | -0/+5 |
| |\ |
|
| | * | * movemail.c (main): Use setregid, as setegid is missing on HP-UX (Bug#6811). | Chong Yidong | 2011-01-23 | 1 | -0/+5 |