summaryrefslogtreecommitdiff
path: root/src/w32.c
Commit message (Expand)AuthorAgeFilesLines
* Add facility to collect stderr of async subprocessDaiki Ueno2015-04-111-0/+20
* Fix blocking connections on MS-Windows (Bug#20159)Eli Zaretskii2015-03-281-1/+1
* Support non-blocking connect on MS-Windows (Bug#20207)Eli Zaretskii2015-03-271-5/+100
* Merge from origin/emacs-24Paul Eggert2015-02-251-0/+1
|\
| * Improve solution of bug #19701Eli Zaretskii2015-01-291-0/+1
* | Merge from origin/emacs-24Paul Eggert2015-01-291-9/+32
|\ \ | |/
| * Improve the fix for bug #19701Eli Zaretskii2015-01-281-9/+32
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-1/+16
|\ \ | |/
| * Signal a file-error from directory-files on MS-Windows (Bug#19701)Eli Zaretskii2015-01-271-1/+16
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | MS-Windows followup to previous commitEli Zaretskii2015-01-051-2/+0
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | MS-Windows followup to stpcpy changes.Eli Zaretskii2014-12-261-7/+6
* | Replace uses of _W64 with MINGW_W64Oscar Fuentes2014-11-271-1/+1
* | Merge branch 'emacs-24'Ted Zlatanov2014-11-261-1/+1
|\ \ | |/
| * Define MINGW_W64 and use it instead of _W64Oscar Fuentes2014-11-171-3/+3
* | Support playing on MS-Windows non-ASCII sound files using Unicode APIs.Eli Zaretskii2014-09-151-2/+2
* | Merge from emacs-24; up to 2014-07-09T02:04:12Z!rgm@gnu.orgGlenn Morris2014-09-141-8/+48
|\ \ | |/
| * Fix bug #18420 with deadlocks communicating with subprocess on MS-Windows.Eli Zaretskii2014-09-141-8/+46
| * Fix expansion and encoding of sound file names on MS-Windows.Eli Zaretskii2014-09-131-0/+2
* | src/w32.c (sys_write): Use SAFE_NALLOCA for the NL -> CRLF translation buffer.Eli Zaretskii2014-09-101-24/+42
* | Implement locale-sensitive string collation for MS-Windows. (Bug#18051)Eli Zaretskii2014-08-251-0/+3
* | Use binary-io module, O_BINARY, and "b" flag.Paul Eggert2014-07-141-2/+2
* | Implement memory-info for MS-Windows.Eli Zaretskii2014-07-101-0/+29
* | Merge from emacs-24; up to 2014-06-19T14:03:45Z!monnier@iro.umontreal.caGlenn Morris2014-07-081-0/+1
|\ \ | |/
| * src/w32.c (network_interface_info): Make sure the argument is a Lisp string.Eli Zaretskii2014-07-041-0/+1
* | Minor fixes for MS-Windows MinGW64 build.Eli Zaretskii2014-05-261-3/+5
* | Merge from emacs-24; up to 2014-04-07T20:54:16Z!dancol@dancol.orgGlenn Morris2014-04-121-7/+2
|\ \ | |/
| * src/w32.c (sys_umask) <WRITE_USER>: Remove redundant constant.Eli Zaretskii2014-04-111-7/+2
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-3/+3
* | Clean up array size calculationsDaniel Colascione2014-04-031-3/+3
* | src/*.c: Silence a few warnings about unused vars and functions.Juanma Barranquero2014-03-261-3/+0
* | Speed up thread startup on MS-Windows.Eli Zaretskii2014-03-251-0/+7
|/
* src/w32.c (stat_worker): Fix commentary.Eli Zaretskii2014-03-101-3/+5
* Fix an obscure bug in fstatat on Windows 9X.Eli Zaretskii2014-03-101-1/+4
* Another fix for handling of file names on Windows 9X.Eli Zaretskii2014-02-061-20/+40
* src/w32.c: Fix typos in commentary.Eli Zaretskii2014-02-051-6/+6
* Fix file name handling on MS-Windows 9X.Eli Zaretskii2014-01-181-0/+34
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix typo in a comment in the last commit in w2.c.Eli Zaretskii2013-12-311-1/+1
* Fall back on SetNamedSecurityInfo if SetFileSecurity fails in acl_set_file.Fabrice Popineau2013-12-311-5/+102
* Fix bug #16299 with assertion violation in set-default-file-modes on Windows.Eli Zaretskii2013-12-301-0/+29
* Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris2013-12-171-2/+3
* Fix minor problems in Windows emulation of getloadavg.Eli Zaretskii2013-12-171-1/+20
* Fix copy-file on MS-Windows with file names outside of current locale.Eli Zaretskii2013-12-141-0/+111
* Spelling fixes.Paul Eggert2013-12-121-4/+4
* Fixed a bug in w32-long-file-name.Eli Zaretskii2013-12-091-1/+10
* Fixed file-truename when w32-unicode-filenames is nil, fixed its doc.Eli Zaretskii2013-12-091-4/+14
* Fixed a bug in get_long_basename which broke creation of new files.Eli Zaretskii2013-12-071-1/+1
* Fixed initialization code and default-printer-name.Eli Zaretskii2013-12-071-9/+44