summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Expand)AuthorAgeFilesLines
* * movemail.c: Add missing 'defined'.Paul Eggert2012-07-122-1/+7
* Port 'movemail' again to Solaris and similar hosts.Paul Eggert2012-07-112-19/+30
* Assume strerror.Paul Eggert2012-07-104-59/+6
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-102-8/+8
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-105-116/+79
* Add GCC-style 'const' attribute to functions that can use it.Paul Eggert2012-07-092-1/+6
* lib-src/emacsclient.c (w32_execvp): Declare execvp to silence the compiler.Juanma Barranquero2012-07-092-0/+5
* lib-src/emacsclient.c: Adapt comments to GNU coding standards.Juanma Barranquero2012-07-091-35/+23
* lib-src/makefile.w32-in: Rework dependencies.Juanma Barranquero2012-07-092-51/+93
* lib-src/makefile.w32-in (ALL): Add profile.exe.Juanma Barranquero2012-07-092-10/+16
* Update Windows port to gnulib changes in 2012-07-06T21:07:46Z!eggert@cs.ucla....Juanma Barranquero2012-07-072-0/+7
* Use c_strcasecmp for ASCII case-insensitive comparison.Paul Eggert2012-07-062-58/+10
* * make-docfile.c (write_globals): Warn about duplicate functionAndreas Schwab2012-07-062-1/+12
* * make-docfile.c (scan_c_file): Suppress GCC warning.Paul Eggert2012-07-032-1/+5
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-032-14/+88
* lib-src/makefile.w32-in (CTAGS_CFLAGS): Remove EMACS_NAME.Juanma Barranquero2012-07-012-1/+6
* Adapt the MS-DOS build to the latest changes.Eli Zaretskii2012-06-301-1/+1
* Remove paths.elGlenn Morris2012-06-272-1/+4
* Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert2012-06-256-27/+14
* * configure.in (AC_CHECK_FUNCS): Detect library functionsDmitry Antipov2012-06-252-0/+17
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-248-28/+31
* * emacsclient.c (set_local_socket): Fix a compiler warning.Samuel Bronson2012-06-242-1/+5
* Fix misspelling in latest ChangeLog entry.Paul Eggert2012-06-231-1/+1
* Support higher-resolution time stamps.Paul Eggert2012-06-223-21/+26
* * make-docfile.c (search_lisp_doc_at_eol): Unget last readAndreas Schwab2012-06-082-1/+8
* Remove script stamping in lib-src/Glenn Morris2012-06-052-17/+5
* Remove lib-src/vcdiffGlenn Morris2012-06-053-120/+8
* Remove some cruft from lib-src/makefile.w32-inGlenn Morris2012-06-052-20/+6
* Remove lib-src/rcs-checkinGlenn Morris2012-06-033-122/+9
* Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.deChong Yidong2012-05-312-1/+7
|\
| * Fix bug #11405 with MSVC build of emacsclientw.Eli Zaretskii2012-05-292-1/+7
* | * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.Stefan Monnier2012-05-292-121/+80
* | * lib-src/Makefile.in (INSTALL_DATA): Remove; unused.Glenn Morris2012-05-262-1/+4
* | Remove src/m/*.Paul Eggert2012-05-222-9/+6
* | * lib-src/Makefile.in (install): Remove unneeded chmods.Glenn Morris2012-05-212-2/+4
* | Assume C89 or later.Paul Eggert2012-05-212-22/+12
* | Command substitution already runs in a subshellGlenn Morris2012-05-202-4/+9
* | * lib-src/Makefile.in (install): Ensure $bindir exists.Glenn Morris2012-05-172-0/+5
* | Install a self-contained NS build's libexec directly into the right placeGlenn Morris2012-05-162-0/+8
* | Don't use build-aux/install-sh -d directlyGlenn Morris2012-05-112-2/+8
* | etags: pacify gcc -Wstack-protector on Ubuntu 12.04 x86Paul Eggert2012-05-092-20/+27
* | Merge from emacs-24; up to 2012-04-20T05:47:55Z!eliz@gnu.orgChong Yidong2012-05-052-1/+12
|\ \ | |/
| * Backport 2012-05-02T11:33:49Z!lekktu@gmail.com from trunkChong Yidong2012-05-022-0/+7
| * Backport Bug#11374 fix from trunkChong Yidong2012-05-022-19/+26
| * Add NUL-termination to some uses of strncpy.Jim Meyering2012-05-022-1/+12
* | Fix ChangeLog typos.Juanma Barranquero2012-05-021-1/+1
* | lib-src/emacsclient.c (min): Undef before redefining it.Juanma Barranquero2012-05-022-0/+7
* | * lib-src/emacsclient.c (send_to_emacs): Avoid invalid strcpyJim Meyering2012-05-022-18/+27
* | Fixes: debbugs:11380Andreas Schwab2012-04-292-1/+6
* | Fix emacsclient/server behavior under --without-x.Chong Yidong2012-04-202-4/+5