summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Expand)AuthorAge
...
* * ebrowse.c (putstr): Rename from PUTSTR and turn into a function.Paul Eggert2011-02-25
* * emacsclient.c (IF_LINT): New macro.Paul Eggert2011-02-25
* * emacsclient.c (xstrdup): Remove; no longer needed.Paul Eggert2011-02-25
* * emacsclient.c (main): Avoid dangling 'if'.Paul Eggert2011-02-25
* * emacsclient.c: Redo local variables to avoid shadowing problems.Paul Eggert2011-02-25
* * etags.c (ISUPPER): Move to inside the only #ifdef where it's used.Paul Eggert2011-02-25
* * make-docfile.c (scan_c_file): Refactor local variable decls to make their s...Paul Eggert2011-02-25
* * make-docfile.c (write_globals): Change char * to char const *Paul Eggert2011-02-25
* * lisp/emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.Stefan Monnier2011-02-23
* Fix 2011-02-22T17:37:06Z!eggert@cs.ucla.edu.Eli Zaretskii2011-02-22
* MS-Windows part of 2011-02-21T23:22:34Z!eggert@cs.ucla.edu, addition of min-m...Eli Zaretskii2011-02-22
* etags: Downcase drive letters, for consistency with Emacs proper.Paul Eggert2011-02-22
* Merge: Assume S_ISLNK etc. work, since gnulib supports this.Paul Eggert2011-02-21
|\
| * [ChangeLog]Paul Eggert2011-02-21
* | lib-src/makefile.w32-in (obj): Remove filemode.o.Juanma Barranquero2011-02-22
|/
* * movemail.c: Define macros only in needed contexts.Paul Eggert2011-02-21
* * Makefile.in (ebrowse${EXEEXT}, pop.o): Depend on min-max.h.Paul Eggert2011-02-21
* Merge from mainline.Paul Eggert2011-02-21
|\
| * Adapt MS-Windows build to import of filemode.c from gnulib.Eli Zaretskii2011-02-21
* | [ChangeLog]Paul Eggert2011-02-21
* | * test-distrib.c (buf): Make this local, to avoid shadowing.Paul Eggert2011-02-21
* | * movemail.c (popmail): Report fchown failure instead of ignoring it.Paul Eggert2011-02-21
* | * make-docfile.c (input_buffer): Rename variables to avoid shadowing.Paul Eggert2011-02-21
* | Merge from mainline.Paul Eggert2011-02-21
|\|
| * * make-docfile.c (scan_c_file): Adapt to the new BVAR macro.Ben Key2011-02-21
* | * movemail.c: (DIRECTORY_SEP, IS_DIRECTORY_SEP, DONE, IS_FROM_LINE):Paul Eggert2011-02-21
* | * movemail.c: Remove unused varsPaul Eggert2011-02-21
* | * movemail.c (main, pop_retr): Rename locals to avoid shadowing.Paul Eggert2011-02-21
* | Declare file-scope functions and variables static if not exported.Paul Eggert2011-02-21
|/
* lib-src/makefile.w32-in (obj): Remove md5.o.Juanma Barranquero2011-02-20
* * lib-src/emacsclient.c (main): Loop while `recv' return EINTR.Karl Chen2011-02-18
* Don't ignore files that are no longer generatedAndreas Schwab2011-02-13
* * make-docfile.c (EMACS_INTEGER): Rename from EMACS_INT.Paul Eggert2011-02-08
* Make globals.h a generated headerTom Tromey2011-02-08
* * emacsclient.c: conform to C89 pointer rulesPaul Eggert2011-02-04
* lib-src/makefile.w32-in (obj): Remove strftime.o, it's not in src/.Eli Zaretskii2011-02-02
* Make "etags --version" on Windows produce the same as on Posix platforms.Eli Zaretskii2011-02-02
* Fix the MS-Windows build broken by 2011-01-30T23:34:18Z!eggert@cs.ucla.edu an...Eli Zaretskii2011-01-31
* src/emacs.c now gets version number from configure.inPaul Eggert2011-01-31
* make-docfile: don't corrupt heap for an invalid .elc fileJim Meyering2011-01-30
* Fix the MS-Windows build broken by 2011-01-17T19:01:01Z!eggert@cs.ucla.edu an...Eli Zaretskii2011-01-29
* Refill some long/short copyright headers.Glenn Morris2011-01-26
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Merge from emacs-23.Glenn Morris2011-01-24
|\
| * * movemail.c (main): Use setregid, as setegid is missing on HP-UX (Bug#6811).Chong Yidong2011-01-23
| * Bump version to 23.2.92.emacs-pretest-23.2.92Chong Yidong2011-01-14
* | Check return values of some library calls.Paul Eggert2011-01-22
* | Update ChangeLog dates to today.Paul Eggert2011-01-17
* | Merge from mainline.Paul Eggert2011-01-17
|\ \
| * | Nuke arch-tags.Glenn Morris2011-01-15