summaryrefslogtreecommitdiff
path: root/nt
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 24.0.94emacs-pretest-24.0.94Chong Yidong2012-02-274-10/+10
|
* Fix bug #10674 with infinite re-spawning of cmdproxy.exe.Eli Zaretskii2012-02-242-13/+77
| | | | | | | | nt/cmdproxy.c (main): Bypass conversion of the file name in argv[0] and our own module name to short 8+3 aliases, if the original file names compare equal. If GetShortPathName fails, compare the base names of the two file names, and only re-spawn the command line if the base-name comparison also fails.
* * nt/makefile.w32-in (maybe-copy-distfiles-SH): Fix typo.Dani Moncayo2012-02-232-17/+20
|
* * nt/README.W32: Removed specific version information for libXpmChristoph Scholtes2012-02-052-3/+6
| | | | included in the binary distribution for maintenance purposes.
* Added missing bug numbers to Changelog entries.Christoph Scholtes2012-02-051-2/+2
|
* * make-dist (README.W32): Include file in source tarball.Christoph Scholtes2012-02-052-4/+11
| | | | * nt/README.W32: Clarification for inclusion in source tarball.
* * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platformChristoph Scholtes2012-02-053-0/+9
| | | | | | | | specific makefiles to support getopt_.h generation with MSVC. * nt/gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC. * nt/nmake.defs (PRAGMA_SYSTEM_HEADER): Add, but ignore with MSVC.
* * nt/makefile.w32-in (maybe-copy-distfiles)Christoph Scholtes2012-02-052-3/+23
| | | | | | (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH) (create-tmp-dist-dir): Added to make --distfiles optional. (dist): Use create-tmp-dist-dir and maybe-copy-distfiles.
* * nt/INSTALL: Mention --lib, --enable-checking.Glenn Morris2012-02-041-0/+11
| | | | | * etc/NEWS: Markup for things in nt/INSTALL (no need for these things to be in the manuals proper).
* Avoid MS-Windows compilation errors when struct stat is redefined.Eli Zaretskii2012-02-042-0/+8
| | | | | nt/inc/sys/stat.h (_STAT_DEFINED): Define, to prevent redefinitions by other headers.
* Fix typos in ChangeLogs.Juanma Barranquero2012-01-311-2/+2
|
* nt/INSTALL: Update instructions for parallel builds.Eli Zaretskii2012-01-301-5/+11
|
* Bump version to 24.0.93.emacs-pretest-24.0.93Chong Yidong2012-01-294-10/+10
| | | | Regenerate AUTHORS and ldefs-boot.el.
* nt/README.W32, nt/INSTALL: Update the URL for GnuTLS binaries.Eli Zaretskii2012-01-262-2/+2
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-0529-33/+31
|
* Spelling fixes.Paul Eggert2011-12-041-2/+1
|
* Bump version to 24.0.92.Chong Yidong2011-12-014-10/+10
| | | | Regenerate AUTHORS and ldefs-boot.el.
* Fix MS-Windows build with MSVC compiler.Eli Zaretskii2011-11-274-5/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | Parts of the changes by Fabrice Popineau <fabrice.popineau@supelec.fr>. lib-src/makefile.w32-in (LOCAL_FLAGS): Add $(EMACS_EXTRA_C_FLAGS). lib-src/emacsclient.c (main) <environ>: Remove declaration, already pulled in by unistd.h on Posix hosts and stdlib.h on MS-Windows. nt/inc/stdint.h (uint32_t, uint64_t) [_WIN64]: New typedefs. (UINT64_MAX) [_WIN64]: Fix definition. (uintmax_t, intmax_t): Fix definitions. nt/inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]: Provide correct definitions. nt/config.nt (HAVE_DECL_STRTOLL): Define. (va_copy) [_WIN64]: Provide a better definition. src/s/ms-w32.h (utimbuf) [_MSC_VER]: Don't define. (snprintf) [_MSC_VER]: Redirect to _snprintf. (strtoll) [_MSC_VER]: Redirect to _strtoi64. (malloc, free, realloc, calloc): Redirect to e_* only when compiling Emacs. src/lisp.h (GCTYPEBITS): Move before first use. (ALIGN_GCTYPEBITS) [_MSC_VER]: Define. (DECL_ALIGN) [_MSC_VER]: Use it, as MSVC doesn't like bit ops in this macro definition. (tzname): Redirect to _tzname for all values of _MSC_VER. Fixes: debbugs:9960
* Spelling fixes.Paul Eggert2011-11-261-1/+1
|
* Fix typos.Juanma Barranquero2011-11-253-3/+7
|
* nt/INSTALL: Elaborate on debugging fatal errors.Eli Zaretskii2011-11-252-0/+28
|
* Spelling fixes.Paul Eggert2011-11-191-1/+1
|
* Spelling fixes.Paul Eggert2011-11-191-1/+1
|
* Spelling fixes.Paul Eggert2011-11-181-2/+2
|
* Spelling fixes.Paul Eggert2011-11-171-2/+1
|
* Fix typos.Juanma Barranquero2011-11-161-2/+2
|
* Update information about PNG libraries for MS-Windows.Eli Zaretskii2011-11-152-1/+5
| | | | | admin/nt/README-ftp-server: Update the information about PNG libraries. nt/README.W32: Update the GTK Windows download URL for libpng.
* Fix typos.Juanma Barranquero2011-11-151-2/+1
|
* * inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values.Christoph Scholtes2011-11-132-2/+6
|
* Fix typos.Juanma Barranquero2011-11-121-1/+1
|
* * inc/stdint.h (UINT64_MAX, UINT64_MIN, INT64_MIN, UINTMAX_MAX)Christoph Scholtes2011-11-052-6/+25
| | | | | | (UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN, UINT32_MIN, UINT32_MAX) (INT32_MIN, UINTMAX_MAX, UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN) (intmax_t, INT64_MAX): Add for MSVC.
* Fix definition of `mode_t'.Christoph Scholtes2011-11-051-5/+3
|
* * nt/config.nt: (mode_t) [!__GNUC__]: Define mode_t for MSVC.Christoph Scholtes2011-11-052-0/+11
|
* Fix compilation with MSVC in lib/.Eli Zaretskii2011-11-052-0/+6
| | | | nt/config.nt (inline) [!__GNUC__]: Define to __inline for MSVC.
* Support MSVC build with newer versions of Visual Studio.Eli Zaretskii2011-11-055-34/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small portions of the changes by Fabrice Popineau <fabrice.popineau@supelec.fr>. src/makefile.w32-in (TAGS-gmake): Don't use $(patsubst ...), as Nmake barfs on that. Use $(OBJ*_c) variables instead, defined on nt/gmake.defs. src/lisp.h (ENUM_BF): New macro, for enumerated types in bitfields, which are not supported by MSVC. (Lisp_Symbol, Lisp_Misc_Any, Lisp_Marker, Lisp_Misc_Overlay) (Lisp_Save_Value, Lisp_Free): Use ENUM_BF for enumerated types in bitfields. (Lisp_Object) [USE_LISP_UNION_TYPE]: Use ENUM_BF for enumerated types in bitfields. (DEFUN) [_MSC_VER]: Define in a different way for MSVC. src/w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version. src/w32.c: Don't include w32api.h for MSVC. (init_environment) [_MSC_VER]: Call sys_access, not _access. src/s/ms-w32.h <sigset_t, ssize_t> [_MSC_VER]: Typedefs for MSVC. [_MSC_VER]: Include sys/timeb.h, sys/stat.h, and signal.h. (fstat, stat, utime) [_MSC_VER]: Redirect to their sys_* cousins. (malloc, free, realloc, calloc) [_MSC_VER]: Always redirect to the e_* cousins. (alloca) [_MSC_VER]: Define to _alloca. src/lisp.h (DECL_ALIGN) [_MSC_VER]: Define for MSVC. src/regex.c <re_char> [_MSC_VER]: A separate definition for MSVC. nt/makefile.w32-in (clean-other-dirs-nmake) (distclean-other-dirs-nmake, maintainer-clean-other-dirs-nmake): Update for current structure of doc/ subdirectories. nt/gmake.defs (OBJ0_c, OBJ1_c, OBJ2_c): New variables. nt/INSTALL: Update for newer versions of MSVC. lib/makefile.w32-in (FRC): New dummy target. (TAGS): Depend on FRC. Fixes: debbugs:9960
* Last part of fix for bug #8562 with Emacs on Windows 9X.Eli Zaretskii2011-11-042-0/+52
| | | | | | | nt/runemacs.c (ensure_unicows_dll): New function, tries to load UNICOWS.DLL on Windows 9X. (WinMain): If ensure_unicows_dll fails to find UNICOWS.DLL, display a dialog to the effect that Emacs cannot be started.
* Bump version to 24.0.91.emacs-pretest-24.0.91Chong Yidong2011-10-314-10/+10
| | | | Regenerate AUTHORS and ldefs-boot.el.
* Document that UNICOWS.DLL is required to run Emacs on Windows 9X.Eli Zaretskii2011-10-282-2/+24
| | | | | | | | | nt/README.W32: Mention UNICOWS.DLL as prerequisite for running Emacs on Windows 9X. admin/nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for running Emacs on Windows 9X. Fixes: debbugs:8562
* Don't put INSTALL into w32 binary distributions. (Bug#9861)Eli Zaretskii2011-10-252-1/+5
| | | | | nt/makefile.w32-in (dist): Don't put the top-level INSTALL into the distribution.
* * INSTALL: Update URL for GTK download page.Christoph Scholtes2011-10-242-1/+5
|
* Fix bugs #641 and #9794 with %Z and current-time-zone on w32.Eli Zaretskii2011-10-222-1/+13
| | | | nt/config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define.
* Bump version to 24.0.90.emacs-pretest-24.0.90Chong Yidong2011-09-254-10/+10
| | | | Regenerate AUTHORS and ldefs-boot.el.
* Whitespace changes.Juanma Barranquero2011-09-091-1/+1
|
* sprintf-related integer and memory overflow issuesPaul Eggert2011-09-042-0/+5
|\ | | | | | | Fixes: debbugs:9397 debbugs:9412
| * Add a stub for snprintf, for ancient hosts lacking it.Paul Eggert2011-08-312-0/+5
|/ | | | | | * configure.in (snprintf): New check. * nt/config.nt (HAVE_SNPRINTF): New macro. * src/sysdep.c (snprintf) [! HAVE_SNPRINTF]: New function.
* Merge: Integer signedness and overflow and related fixes.Paul Eggert2011-07-272-8/+7
|\ | | | | | | Fixes: debbugs:9079
| * Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-062-8/+7
|/
* nt/ChangeLog: Fix a typo in last entry.Eli Zaretskii2011-06-071-1/+1
|
* Update nt/inc/stdint.h for PTRDIFF_MAX.Eli Zaretskii2011-06-072-0/+11
| | | | | nt/inc/stdint.h (INT32_MAX, INT64_MAX, INTPTR_MAX, PTRDIFF_MAX) [!__GNUC__]: New macros.
* [ChangeLog]Paul Eggert2011-05-282-8/+5
| | | | | | | | | | | | | | | | | | | | Use 'inline', not 'INLINE'. * configure.in, autogen/config.in (INLINE): Remove. [lib-src/ChangeLog] Use 'inline', not 'INLINE'. * etags.c (hash): Now inline unconditionally. * make-docfile.c (put_char): inline, not INLINE. [nt/ChangeLog] Use 'inline', not 'INLINE'. * config.nt (INLINE): Remove. [src/ChangeLog] Use 'inline', not 'INLINE'. * alloc.c, fontset.c (INLINE): Remove. * alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c: * intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c: * xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline. * gmalloc.c (register_heapinfo): Use inline unconditionally. * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__.