summaryrefslogtreecommitdiff
path: root/nt/inc
Commit message (Expand)AuthorAgeFilesLines
* Rework C source files to avoid ^(...Paul Eggert2016-03-109-20/+18
* Ensure 8-byte aligned memory allocation on MS-Windows 9X...Jussi Lahdenniemi2016-01-161-0/+4
* Update copyright year to 2016...Paul Eggert2016-01-019-9/+9
* Support recovery from C stack overflow on MS-Windows...Eli Zaretskii2015-08-081-0/+14
* MS-Windows follow-up for recent TZ-related changes...Eli Zaretskii2015-07-271-15/+0
* Adapt 'struct timespec' to next release of MinGW runtime...Eli Zaretskii2015-06-071-1/+4
* Support non-blocking connect on MS-Windows (Bug#20207)...Eli Zaretskii2015-03-271-4/+0
* Support daemon mode on MS-Windows (bug#19688)...Mark Laws2015-02-271-0/+2
* Update copyright year to 2015...Paul Eggert2015-01-019-9/+9
* Merge branch 'emacs-24'...Ted Zlatanov2014-11-261-4/+13
|\
| * Define MINGW_W64 and use it instead of _W64...Oscar Fuentes2014-11-171-3/+13
* | * configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM....Dmitry Antipov2014-06-051-0/+1
* | Use mmap(2) emulation for buffer text on MS-Windows....Fabrice Popineau2014-05-272-8/+56
|/
* Fix redefinition warning in MinGW64 build....Eli Zaretskii2014-04-211-0/+3
* Fix MS-Windows build with MinGW runtime 4.x....Claudio Bley2014-01-111-0/+7
* Fix minor build problems related to MinGW64....Fabrice Popineau2014-01-111-0/+5
* Spelling fixes....Paul Eggert2014-01-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-019-9/+9
* Minor fixes for MinGW64 build....Fabrice Popineau2013-12-311-1/+1
* Fix bug #16299 with assertion violation in set-default-file-modes on Windows....Eli Zaretskii2013-12-301-1/+3
* Merge from trunk.Eli Zaretskii2013-12-071-4/+1
|\
| * * configure.ac (HAVE_MENUS): Remove....Stefan Monnier2013-11-281-4/+1
* | Dirent functions and directory-files are converted and work.Eli Zaretskii2013-11-092-1/+9
* | Start; wrote conversion from UTF-8 to UTF-16 and ANSI.Eli Zaretskii2013-10-191-0/+3
|/
* Attempt to fix time_t related problems with MinGW 4.0 runtime....Eli Zaretskii2013-10-142-25/+33
* Make the MinGW32 build compatible with MinGW runtime 4.x....Eli Zaretskii2013-10-122-0/+47
* Minor fix of the last commit.Eli Zaretskii2013-08-041-2/+0
* Implement mkostemp for MS-Windows....Eli Zaretskii2013-08-041-0/+2
* MS-Windows followup for 2013-07-07T18:00:14Z!eggert@cs.ucla.edu....Eli Zaretskii2013-07-071-0/+4
* Make file descriptors close-on-exec when possible....Paul Eggert2013-07-071-1/+0
* Attempt to resolve gettimeofday compilation errors with MinGW64....Eli Zaretskii2013-06-031-2/+0
* Fix compilation error on MinGW64 due to nt/inc/sys/time.h....Eli Zaretskii2013-06-011-0/+1
* Fix compile errors in nt/inc/sys/time.h when using nt/configure.bat....Eli Zaretskii2013-05-311-3/+8
* Define SIZE_MAX for MSVC, part of bug #14409....Eli Zaretskii2013-05-161-0/+1
* Fixed nt/mingw-cfg.site to pass the configure step.Eli Zaretskii2013-05-151-4/+3
* Merge from trunk, configury not fixed yet.Eli Zaretskii2013-05-151-0/+6
|\
| * Use Gnulib ACL implementation, for benefit of Solaris etc....Paul Eggert2013-05-071-0/+6
* | Fixed misc compilation warnings and errors. Dumping errors out.Eli Zaretskii2013-04-012-6/+36
* | Added nt/gnulib.mk and removed kludges from ms-w32.h and ntlib.h.Eli Zaretskii2013-03-311-14/+0
* | Finished with lib-src compilation, except emacsclientw and emacsclient.res....Eli Zaretskii2013-03-301-1/+3
* | Fixed compilation problems in lib/.Eli Zaretskii2013-03-302-7/+17
* | Fixed redefinition of EMACS_CONFIGURATION.Eli Zaretskii2013-03-301-0/+2
* | Merge from trunk.Eli Zaretskii2013-03-301-1/+0
|\|
| * Move MS-Windows definition of TERM_HEADER from ms-w32.h to config.nt....Eli Zaretskii2013-03-301-1/+0
* | Merge from trunk.Eli Zaretskii2013-03-301-0/+1
|\|
| * Enable the 'copysign' primitive on MS-Windows....Eli Zaretskii2013-03-301-0/+1
* | Finished with config.nt diffs. Problem with mmsystem.h remains.Eli Zaretskii2013-03-291-5/+15
* | Use 'restrict' in gettimeofday arguments, and make ms-w32.h compatible.Eli Zaretskii2013-03-282-3/+8
* | Fix the gettimeofday_timezone test.Eli Zaretskii2013-03-281-1/+3
* | Merge from trunk and resolve conflicts.Eli Zaretskii2013-03-2813-25/+133
|\|