index
:
software/emacs-mirror
rekado-webkit
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nt
/
inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework C source files to avoid ^(
...
Paul Eggert
2016-03-10
9
-20
/
+18
*
Ensure 8-byte aligned memory allocation on MS-Windows 9X
...
Jussi Lahdenniemi
2016-01-16
1
-0
/
+4
*
Update copyright year to 2016
...
Paul Eggert
2016-01-01
9
-9
/
+9
*
Support recovery from C stack overflow on MS-Windows
...
Eli Zaretskii
2015-08-08
1
-0
/
+14
*
MS-Windows follow-up for recent TZ-related changes
...
Eli Zaretskii
2015-07-27
1
-15
/
+0
*
Adapt 'struct timespec' to next release of MinGW runtime
...
Eli Zaretskii
2015-06-07
1
-1
/
+4
*
Support non-blocking connect on MS-Windows (Bug#20207)
...
Eli Zaretskii
2015-03-27
1
-4
/
+0
*
Support daemon mode on MS-Windows (bug#19688)
...
Mark Laws
2015-02-27
1
-0
/
+2
*
Update copyright year to 2015
...
Paul Eggert
2015-01-01
9
-9
/
+9
*
Merge branch 'emacs-24'
...
Ted Zlatanov
2014-11-26
1
-4
/
+13
|
\
|
*
Define MINGW_W64 and use it instead of _W64
...
Oscar Fuentes
2014-11-17
1
-3
/
+13
*
|
* configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.
...
Dmitry Antipov
2014-06-05
1
-0
/
+1
*
|
Use mmap(2) emulation for buffer text on MS-Windows.
...
Fabrice Popineau
2014-05-27
2
-8
/
+56
|
/
*
Fix redefinition warning in MinGW64 build.
...
Eli Zaretskii
2014-04-21
1
-0
/
+3
*
Fix MS-Windows build with MinGW runtime 4.x.
...
Claudio Bley
2014-01-11
1
-0
/
+7
*
Fix minor build problems related to MinGW64.
...
Fabrice Popineau
2014-01-11
1
-0
/
+5
*
Spelling fixes.
...
Paul Eggert
2014-01-09
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
9
-9
/
+9
*
Minor fixes for MinGW64 build.
...
Fabrice Popineau
2013-12-31
1
-1
/
+1
*
Fix bug #16299 with assertion violation in set-default-file-modes on Windows.
...
Eli Zaretskii
2013-12-30
1
-1
/
+3
*
Merge from trunk.
Eli Zaretskii
2013-12-07
1
-4
/
+1
|
\
|
*
* configure.ac (HAVE_MENUS): Remove.
...
Stefan Monnier
2013-11-28
1
-4
/
+1
*
|
Dirent functions and directory-files are converted and work.
Eli Zaretskii
2013-11-09
2
-1
/
+9
*
|
Start; wrote conversion from UTF-8 to UTF-16 and ANSI.
Eli Zaretskii
2013-10-19
1
-0
/
+3
|
/
*
Attempt to fix time_t related problems with MinGW 4.0 runtime.
...
Eli Zaretskii
2013-10-14
2
-25
/
+33
*
Make the MinGW32 build compatible with MinGW runtime 4.x.
...
Eli Zaretskii
2013-10-12
2
-0
/
+47
*
Minor fix of the last commit.
Eli Zaretskii
2013-08-04
1
-2
/
+0
*
Implement mkostemp for MS-Windows.
...
Eli Zaretskii
2013-08-04
1
-0
/
+2
*
MS-Windows followup for 2013-07-07T18:00:14Z!eggert@cs.ucla.edu.
...
Eli Zaretskii
2013-07-07
1
-0
/
+4
*
Make file descriptors close-on-exec when possible.
...
Paul Eggert
2013-07-07
1
-1
/
+0
*
Attempt to resolve gettimeofday compilation errors with MinGW64.
...
Eli Zaretskii
2013-06-03
1
-2
/
+0
*
Fix compilation error on MinGW64 due to nt/inc/sys/time.h.
...
Eli Zaretskii
2013-06-01
1
-0
/
+1
*
Fix compile errors in nt/inc/sys/time.h when using nt/configure.bat.
...
Eli Zaretskii
2013-05-31
1
-3
/
+8
*
Define SIZE_MAX for MSVC, part of bug #14409.
...
Eli Zaretskii
2013-05-16
1
-0
/
+1
*
Fixed nt/mingw-cfg.site to pass the configure step.
Eli Zaretskii
2013-05-15
1
-4
/
+3
*
Merge from trunk, configury not fixed yet.
Eli Zaretskii
2013-05-15
1
-0
/
+6
|
\
|
*
Use Gnulib ACL implementation, for benefit of Solaris etc.
...
Paul Eggert
2013-05-07
1
-0
/
+6
*
|
Fixed misc compilation warnings and errors. Dumping errors out.
Eli Zaretskii
2013-04-01
2
-6
/
+36
*
|
Added nt/gnulib.mk and removed kludges from ms-w32.h and ntlib.h.
Eli Zaretskii
2013-03-31
1
-14
/
+0
*
|
Finished with lib-src compilation, except emacsclientw and emacsclient.res.
...
Eli Zaretskii
2013-03-30
1
-1
/
+3
*
|
Fixed compilation problems in lib/.
Eli Zaretskii
2013-03-30
2
-7
/
+17
*
|
Fixed redefinition of EMACS_CONFIGURATION.
Eli Zaretskii
2013-03-30
1
-0
/
+2
*
|
Merge from trunk.
Eli Zaretskii
2013-03-30
1
-1
/
+0
|
\
|
|
*
Move MS-Windows definition of TERM_HEADER from ms-w32.h to config.nt.
...
Eli Zaretskii
2013-03-30
1
-1
/
+0
*
|
Merge from trunk.
Eli Zaretskii
2013-03-30
1
-0
/
+1
|
\
|
|
*
Enable the 'copysign' primitive on MS-Windows.
...
Eli Zaretskii
2013-03-30
1
-0
/
+1
*
|
Finished with config.nt diffs. Problem with mmsystem.h remains.
Eli Zaretskii
2013-03-29
1
-5
/
+15
*
|
Use 'restrict' in gettimeofday arguments, and make ms-w32.h compatible.
Eli Zaretskii
2013-03-28
2
-3
/
+8
*
|
Fix the gettimeofday_timezone test.
Eli Zaretskii
2013-03-28
1
-1
/
+3
*
|
Merge from trunk and resolve conflicts.
Eli Zaretskii
2013-03-28
13
-25
/
+133
|
\
|
[next]