summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Expand)AuthorAgeFilesLines
* Update w32 dependencies in the wake of cygw32 changes.Eli Zaretskii2012-10-082-1/+5
* Changelog entries for cygw32Daniel Colascione2012-10-071-0/+13
* Merge from trunkDaniel Colascione2012-10-074-3/+51
|\
| * Make make-docfile.c consistent with src/keyboard.c.Fabrice Popineau2012-10-012-1/+10
| * Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-302-0/+35
| * Fix ChangeLog typos.Juanma Barranquero2012-09-271-1/+1
| * Fix some profiler stuff on Windows (follow-up to 1995-03-15T21:55:37Z!kwzh@gn...Juanma Barranquero2012-09-272-1/+5
* | Merge from trunkDaniel Colascione2012-09-174-5/+13
|\ \ | |/
| * 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
* | Detect window-system from display nameDaniel Colascione2012-09-171-2/+2
* | Add alt_display to emacsclient for w32, nsDaniel Colascione2012-09-171-49/+78
* | Fix emacsclient to work with cygw32Daniel Colascione2012-09-171-34/+37
|/
* 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: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