summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Expand)AuthorAgeFilesLines
* Fix parallel builds on Windows in lib-src....Eli Zaretskii2012-07-292-1/+5
* Don't use the abbreviation "win" to refer to Windows (Bug#10421)....Paul Eggert2012-07-291-1/+1
* * 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 function...Andreas 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-docfile...Tom 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.el...Glenn 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 functions...Dmitry 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 read...Andreas Schwab2012-06-082-1/+8
* Remove script stamping in lib-src/...Glenn Morris2012-06-052-17/+5
* Remove lib-src/vcdiff...Glenn Morris2012-06-053-120/+8
* Remove some cruft from lib-src/makefile.w32-in...Glenn Morris2012-06-052-20/+6
* Remove lib-src/rcs-checkin...Glenn 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 subshell...Glenn 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 place...Glenn Morris2012-05-162-0/+8
* | Don't use build-aux/install-sh -d directly...Glenn Morris2012-05-112-2/+8
* | etags: pacify gcc -Wstack-protector on Ubuntu 12.04 x86...Paul 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 strcpy...Jim Meyering2012-05-022-18/+27