summaryrefslogtreecommitdiff
path: root/nt/config.nt
Commit message (Expand)AuthorAgeFilesLines
* nt/config.nt (_Noreturn): Don't reference __SUNPRO_C.Eli Zaretskii2012-06-241-2/+1
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-7/+12
* Move SYSTEM_TYPE from src/s to configureGlenn Morris2012-06-111-0/+3
* Remove HAVE_SYSINFO from nt/config.nt, followup to 2012-05-28T00:46:33Z!egger...Eli Zaretskii2012-05-281-1/+0
* Remove src/m/*.Paul Eggert2012-05-221-34/+1
* Remove unused HAVE_* symbols for functions.Paul Eggert2012-05-191-4/+0
* Remove no-longer-used macro HAVE_FTIME.Paul Eggert2012-05-191-1/+0
* Remove HAVE_LIBNCURSES; it is required to be trueGlenn Morris2012-04-301-2/+1
* Bump trunk version to 24.1.50.Glenn Morris2012-04-071-1/+1
* Bump version to 24.0.95.emacs-pretest-24.0.95emacs-pretest-24.0.05Chong Yidong2012-04-021-1/+1
* Discourage in comments from defining HAVE_GETCWD on MS-Windows.Eli Zaretskii2012-03-291-0/+3
* Bump version to 24.0.94emacs-pretest-24.0.94Chong Yidong2012-02-271-1/+1
* Bump version to 24.0.93.emacs-pretest-24.0.93Chong Yidong2012-01-291-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Bump version to 24.0.92.Chong Yidong2011-12-011-1/+1
* Fix MS-Windows build with MSVC compiler.Eli Zaretskii2011-11-271-2/+6
* 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-051-0/+7
* Fix compilation with MSVC in lib/.Eli Zaretskii2011-11-051-0/+4
* Bump version to 24.0.91.emacs-pretest-24.0.91Chong Yidong2011-10-311-1/+1
* Fix bugs #641 and #9794 with %Z and current-time-zone on w32.Eli Zaretskii2011-10-221-1/+8
* Bump version to 24.0.90.emacs-pretest-24.0.90Chong Yidong2011-09-251-1/+1
* Whitespace changes.Juanma Barranquero2011-09-091-1/+1
* Add a stub for snprintf, for ancient hosts lacking it.Paul Eggert2011-08-311-0/+1
* Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-061-8/+0
* [ChangeLog]Paul Eggert2011-05-281-8/+0
* Define a replacement for va_copy for MSVC.Eli Zaretskii2011-05-091-0/+11
* Temporarily disable wider-than-pointer EMACS_INT.Paul Eggert2011-05-051-0/+8
* Merge from mainline.Paul Eggert2011-04-301-4/+11
|\
| * Define HAVE_LONG_LONG_INT, HAVE_UNSIGNED_LONG_LONG_INT for Windows.Eli Zaretskii2011-04-301-0/+10
* | * config.nt: Simplify test to 1400 <= _MSC_VER.Paul Eggert2011-04-301-2/+1
* | * config.nt: Configure 64-bit integers.Paul Eggert2011-04-291-1/+11
|/
* Support inttypes.h and strtoumax in non-MinGW builds on Windows.Eli Zaretskii2011-04-281-0/+14
* Fix the Windows build due to introduction of ATTRIBUTE_FORMAT_PRINTF.Eli Zaretskii2011-04-061-0/+20
* Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-261-9/+0
* Define nlink_t for w32.Eli Zaretskii2011-02-261-0/+3
* Adapt to addition of ignore-value.h in 2011-02-03T19:29:35Z!eggert@cs.ucla.edu.Eli Zaretskii2011-02-041-0/+1
* Fix the MS-Windows build broken by 2011-01-30T23:34:18Z!eggert@cs.ucla.edu an...Eli Zaretskii2011-01-311-5/+9
* Fix the MS-Windows build broken by 2011-01-17T19:01:01Z!eggert@cs.ucla.edu an...Eli Zaretskii2011-01-291-6/+61
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Use __builtin_unwind_init in MinGW builds of w32 port.Eli Zaretskii2011-01-071-0/+4
* | Fix compilation on Windows following 2010-11-23T18:47:23Z!dann@ics.uci.edu.Eli Zaretskii2010-11-231-0/+6
* | nt/config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).Juanma Barranquero2010-08-031-1/+0
* | Clean up unexec.c, remove references to unused code.Dan Nicolaescu2010-07-281-6/+0
* | * nt/config.nt (volatile): Remove definition.Dan Nicolaescu2010-07-121-7/+0
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-2/+4
* | * config.nt (__P): Remove.Juanma Barranquero2010-07-021-8/+0