aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
Commit message (Expand)AuthorAgeFilesLines
* Reduce the number of versioned files storing the short copyright stringGlenn Morris2012-09-163-4/+7
* Prefer assignment to memcpy when either will do.Paul Eggert2012-09-112-1/+6
* Fixes: debbugs:12306Andreas Schwab2012-08-312-0/+6
* Clarify recent ChangeLog entry.Paul Eggert2012-08-191-1/+1
* Rely on <unistd.h> to declare 'environ',Paul Eggert2012-08-192-5/+5
* * lib-src/makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.Juanma Barranquero2012-08-172-0/+5
* * etags.c (Pascal_functions): Fix parenthesization typo.Paul Eggert2012-08-152-1/+5
* Use bool for Emacs Lisp booleans.Paul Eggert2012-08-142-12/+15
* Move IF_LINT from lisp.h to conf_post.hGlenn Morris2012-08-103-14/+3
* CommentsGlenn Morris2012-08-101-8/+7
* Remove some make-docfile.c undes that are no longer neededGlenn Morris2012-08-092-15/+14
* Move DIRECTORY_SEP from lisp.h to config.hGlenn Morris2012-08-094-35/+15
* CommentsGlenn Morris2012-08-091-6/+7
* * lib-src/ebrowse.c (PATH_LIST_SEPARATOR): RemoveGlenn Morris2012-08-092-7/+7
* Refill commentGlenn Morris2012-08-081-6/+5
* CommentsGlenn Morris2012-08-081-4/+4
* * nt/config.nt: Sync with autogen/config.in.Juanma Barranquero2012-08-032-2/+6
* Support symlinks on latest versions of MS-Windows.Eli Zaretskii2012-08-032-0/+10
* Use C99-style 'extern inline' if available.Paul Eggert2012-08-022-0/+7
* Move NT-specific include file to the NT include directoryGlenn Morris2012-08-012-1/+5
* Port to Solaris 8.Paul Eggert2012-08-011-2/+2
* Update lib-src config.h dependenciesGlenn Morris2012-08-012-11/+19
* Adapt Windows port to recent changes in autogen/config.in.Juanma Barranquero2012-08-012-1/+8
* Update .PHONY listings in makefiles.Paul Eggert2012-07-302-0/+12
* 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:[email protected]....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