summaryrefslogtreecommitdiff
path: root/src/w32.c
Commit message (Expand)AuthorAgeFilesLines
* Port to stricter C99 platforms.Paul Eggert2013-11-031-1/+1
* Make some functions static in non-Microsoft builds.Paul Eggert2013-10-161-2/+3
* Implement network-interface-* functions for MS-Windows (bug #15610).Eli Zaretskii2013-10-161-0/+292
* Attempt to fix time_t related problems with MinGW 4.0 runtime.Eli Zaretskii2013-10-141-0/+2
* A possible fix for bug #14333 with hanging at exit on MS-Windows.Eli Zaretskii2013-08-291-1/+7
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-2/+2
* Fix bug #15176 with setting directory times on MS-Windows.Eli Zaretskii2013-08-241-6/+23
* Use xstrdup and build_unibyte_string where applicable.Dmitry Antipov2013-08-091-2/+2
* Define a few variables of obscure types to aid debugging exceptions on Windows.Eli Zaretskii2013-08-091-0/+15
* Minor fix of the last commit.Eli Zaretskii2013-08-041-1/+0
* Implement mkostemp for MS-Windows.Eli Zaretskii2013-08-041-38/+43
* Be simpler and more consistent about reporting I/O errors.Paul Eggert2013-07-161-1/+2
* MS-Windows followup for 2013-07-07T18:00:14Z!eggert@cs.ucla.edu.Eli Zaretskii2013-07-071-0/+2
* Make file descriptors close-on-exec when possible.Paul Eggert2013-07-071-3/+10
* Use C99-style flexible array members if available.Paul Eggert2013-06-211-6/+0
* Attempt to resolve gettimeofday compilation errors with MinGW64.Eli Zaretskii2013-06-031-1/+1
* Fixed problems with default paths and with shell-file-name.Eli Zaretskii2013-04-151-5/+62
* Fixed misc compilation warnings and errors. Dumping errors out.Eli Zaretskii2013-04-011-2/+2
* Fixed compilation problems in lib/.Eli Zaretskii2013-03-301-2/+2
* Use 'restrict' in gettimeofday arguments, and make ms-w32.h compatible.Eli Zaretskii2013-03-281-1/+1
* Fix the gettimeofday_timezone test.Eli Zaretskii2013-03-281-1/+2
* Fix MinGW64 compilation warnings in w32.c and w32proc.c.Eli Zaretskii2013-03-271-0/+3
* Fix MinGW64 compilation of w32.c.Eli Zaretskii2013-03-261-5/+5
* More MinGW64 fixes.Eli Zaretskii2013-03-261-1/+1
* Fix more MinGW64 incompatibilities.Eli Zaretskii2013-03-261-1/+4
* Fix more incompatibilities between MinGW.org and MinGW64 headersEli Zaretskii2013-03-261-1/+1
* * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-071-4/+2
* FILE's lock is now always .#FILE and may be a regular file.Paul Eggert2013-03-051-3/+15
* Merge from emacs-24; up to 2012-12-23T02:41:17Z!rgm@gnu.orgGlenn Morris2013-02-271-2/+0
|\
| * w32.c (sys_open): Don't reset the flags for FD in fd_info[].Eli Zaretskii2013-02-271-2/+0
* | Implement CLASH_DETECTION for MS-Windows.Eli Zaretskii2013-02-251-4/+7
* | Don't call 'select' from emacs_gnutls_pull.Claudio Bley2013-02-221-31/+10
* | Remove functions and macros unused on MS-Windows.Eli Zaretskii2013-02-161-8/+0
* | Don't set h_errno on MS-Windows except in gethostbyname.Eli Zaretskii2013-02-161-59/+69
* | Merge from emacs-24; up to 2012-12-19T19:51:40Z!monnier@iro.umontreal.caGlenn Morris2013-02-151-30/+44
|\ \ | |/
| * Improve error reporting as part of solving bug #13546 on MS-Windows.Eli Zaretskii2013-02-151-30/+44
* | Merge from emacs-24; up to 2012-12-19T13:01:16Z!michael.albinus@gmx.dePaul Eggert2013-02-141-4/+17
|\ \ | |/
| * Cleanup related to bug #13546 with subprocesses on MS-Windows.Eli Zaretskii2013-02-131-4/+17
* | Avoid encoding file names run through dostounix_filename on MS-Windows.Eli Zaretskii2013-02-021-7/+14
* | Spelling fixes.Paul Eggert2013-02-011-1/+1
* | Use fdopendir, fstatat and readlinkat, for efficiency.Paul Eggert2013-01-311-14/+46
* | Merge from emacs-24; up to 2012-12-12T22:29:54Z!yamaoka@jpl.orgGlenn Morris2013-01-301-43/+190
|\ \ | |/
| * Tentative fix for bug #13546 with failure to save files on Windows.Eli Zaretskii2013-01-271-6/+9
| * Fix bug #13553 with usage of IS_DIRECTORY_SEP on MS-Windows under DBCS.Eli Zaretskii2013-01-261-22/+151
| * Use file-name-coding-system when decoding symlinks on MS-Windows.Eli Zaretskii2013-01-251-6/+5
| * Support MS-Windows file names encoded in multibyte encodings.Eli Zaretskii2013-01-251-12/+28
* | Make opendir on MS-Windows accept a 'const char *'.Eli Zaretskii2013-01-281-1/+1
* | Revert 2013-01-25T10:27:16Z!eliz@gnu.org.Eli Zaretskii2013-01-251-20/+4
* | w32.c (readlink): Support DBCS codepages.Eli Zaretskii2013-01-251-4/+20
* | Merge from emacs-24; up to 2012-12-11T18:52:31Z!monnier@iro.umontreal.caGlenn Morris2013-01-241-11/+95
|\ \ | |/