summaryrefslogtreecommitdiff
path: root/lib-src
AgeCommit message (Expand)Author
2012-10-20Fix last changes in make-docfile.c.Eli Zaretskii
2012-10-20Fix a typo in lib-src/ChangeLog.Eli Zaretskii
2012-10-20* make-docfile.c (scan_lisp_file): Add bounds checking.Andreas Schwab
2012-10-20Merge from trunk.Eli Zaretskii
2012-10-20Fix bug #12395 with doc strings silently omitted from DOC on MS-Windows.Eli Zaretskii
2012-10-17Merge from trunk.Eli Zaretskii
2012-10-17Avoid compiler warnings in lib-src/ntlib.cEli Zaretskii
2012-10-08Merge from trunk after cygw32 commit, and resolve conflicts.Eli Zaretskii
2012-10-08Update w32 dependencies in the wake of cygw32 changes.Eli Zaretskii
2012-10-07Changelog entries for cygw32Daniel Colascione
2012-10-07Merge from trunkDaniel Colascione
2012-10-07Final version that supports only one watch at a time.Eli Zaretskii
2012-10-06Initial version of the w32notify code.Eli Zaretskii
2012-10-01Make make-docfile.c consistent with src/keyboard.c.Fabrice Popineau
2012-09-30Support x64 build on MS-Windows with MSVC.Fabrice Popineau
2012-09-27Fix ChangeLog typos.Juanma Barranquero
2012-09-27Fix some profiler stuff on Windows (follow-up to 1995-03-15T21:55:37Z!kwzh@gn...Juanma Barranquero
2012-09-17Merge from trunkDaniel Colascione
2012-09-17Detect window-system from display nameDaniel Colascione
2012-09-17Add alt_display to emacsclient for w32, nsDaniel Colascione
2012-09-17Fix emacsclient to work with cygw32Daniel Colascione
2012-09-16Reduce the number of versioned files storing the short copyright stringGlenn Morris
2012-09-11Prefer assignment to memcpy when either will do.Paul Eggert
2012-08-31Fixes: debbugs:12306Andreas Schwab
2012-08-19Clarify recent ChangeLog entry.Paul Eggert
2012-08-19Rely on <unistd.h> to declare 'environ',Paul Eggert
2012-08-17* lib-src/makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.Juanma Barranquero
2012-08-15* etags.c (Pascal_functions): Fix parenthesization typo.Paul Eggert
2012-08-14Use bool for Emacs Lisp booleans.Paul Eggert
2012-08-10Move IF_LINT from lisp.h to conf_post.hGlenn Morris
2012-08-10CommentsGlenn Morris
2012-08-09Remove some make-docfile.c undes that are no longer neededGlenn Morris
2012-08-09Move DIRECTORY_SEP from lisp.h to config.hGlenn Morris
2012-08-09CommentsGlenn Morris
2012-08-09* lib-src/ebrowse.c (PATH_LIST_SEPARATOR): RemoveGlenn Morris
2012-08-08Refill commentGlenn Morris
2012-08-08CommentsGlenn Morris
2012-08-03* nt/config.nt: Sync with autogen/config.in.Juanma Barranquero
2012-08-03Support symlinks on latest versions of MS-Windows.Eli Zaretskii
2012-08-02Use C99-style 'extern inline' if available.Paul Eggert
2012-08-01Move NT-specific include file to the NT include directoryGlenn Morris
2012-08-01Port to Solaris 8.Paul Eggert
2012-08-01Update lib-src config.h dependenciesGlenn Morris
2012-08-01Adapt Windows port to recent changes in autogen/config.in.Juanma Barranquero
2012-07-30Update .PHONY listings in makefiles.Paul Eggert
2012-07-29Fix parallel builds on Windows in lib-src.Eli Zaretskii
2012-07-29Don't use the abbreviation "win" to refer to Windows (Bug#10421).Paul Eggert
2012-07-12* movemail.c: Add missing 'defined'.Paul Eggert
2012-07-11Port 'movemail' again to Solaris and similar hosts.Paul Eggert
2012-07-10Assume strerror.Paul Eggert