summaryrefslogtreecommitdiff
path: root/lib-src/ChangeLog
AgeCommit message (Expand)Author
2012-10-08Update w32 dependencies in the wake of cygw32 changes.Eli Zaretskii
2012-10-07Changelog entries for cygw32Daniel Colascione
2012-10-07Final version that supports only one watch at a time.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-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-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-09* lib-src/ebrowse.c (PATH_LIST_SEPARATOR): RemoveGlenn 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-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-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
2012-07-10EMACS_TIME simplification (Bug#11875).Paul Eggert
2012-07-10Simplify by avoiding confusing use of strncpy etc.Paul Eggert
2012-07-09Add GCC-style 'const' attribute to functions that can use it.Paul Eggert
2012-07-09lib-src/emacsclient.c (w32_execvp): Declare execvp to silence the compiler.Juanma Barranquero
2012-07-09lib-src/makefile.w32-in: Rework dependencies.Juanma Barranquero
2012-07-09lib-src/makefile.w32-in (ALL): Add profile.exe.Juanma Barranquero
2012-07-07Update Windows port to gnulib changes in 2012-07-06T21:07:46Z!eggert@cs.ucla....Juanma Barranquero
2012-07-06Use c_strcasecmp for ASCII case-insensitive comparison.Paul Eggert
2012-07-06* make-docfile.c (write_globals): Warn about duplicate functionAndreas Schwab
2012-07-03* make-docfile.c (scan_c_file): Suppress GCC warning.Paul Eggert
2012-07-03Auto-generate EXFUN using make-docfileTom Tromey
2012-07-01lib-src/makefile.w32-in (CTAGS_CFLAGS): Remove EMACS_NAME.Juanma Barranquero
2012-06-27Remove paths.elGlenn Morris
2012-06-25Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert
2012-06-25* configure.in (AC_CHECK_FUNCS): Detect library functionsDmitry Antipov
2012-06-24Switch from NO_RETURN to C11's _Noreturn.Paul Eggert
2012-06-24* emacsclient.c (set_local_socket): Fix a compiler warning.Samuel Bronson
2012-06-23Fix misspelling in latest ChangeLog entry.Paul Eggert
2012-06-22Support higher-resolution time stamps.Paul Eggert
2012-06-08* make-docfile.c (search_lisp_doc_at_eol): Unget last readAndreas Schwab