summaryrefslogtreecommitdiff
path: root/src/w32.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug with time zones on MS-Windows.Eli Zaretskii2012-12-311-0/+1
* Avoid compiler warnings in w32.c:acl_to_text.Eli Zaretskii2012-12-251-1/+1
* Don't fail in acl_set_file on MS-Windows if the operation is a no-op.Eli Zaretskii2012-12-231-2/+25
* Improve handling of subprocess shutdown on MS-Windows.Eli Zaretskii2012-12-231-1/+15
* Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.orgGlenn Morris2012-12-211-29/+10
|\
| * Fix bug #12621 with crashes on MS-Windows in LookupAccountSid.Eli Zaretskii2012-12-141-29/+10
* | Follow symlinks in MS-Windows emulations of ACL functions.Eli Zaretskii2012-12-181-5/+22
* | Support Posix ACL APIs on MS-Windows.Eli Zaretskii2012-12-171-0/+415
* | Improve and correct commentary to w32proc-related data and functions.Eli Zaretskii2012-12-151-1/+2
* | Speed up most calls to 'stat' and 'lstat' on MS-Windows.Eli Zaretskii2012-12-141-14/+24
* | Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.caGlenn Morris2012-12-091-18/+18
|\ \ | |/
| * Fix incompatibilities with 64-bit Windows builds.Fabrice Popineau2012-12-081-18/+18
* | Fix putenv and unsetenv on MS-Windows.Eli Zaretskii2012-12-081-1/+1
* | Provide unsetenv for MS-Windows and make putenv Posix-compatible.Eli Zaretskii2012-12-081-0/+44
* | Merge from emacs-24; up to 2012-11-23T06:23:28Z!cyd@gnu.orgGlenn Morris2012-12-021-0/+8
|\ \ | |/
| * Fix compilation problems with 64-bit MSVC compiler.Fabrice Popineau2012-11-301-0/+8
* | Assume POSIX 1003.1-1988 or later for dirent.h.Paul Eggert2012-11-221-4/+4
* | Fix MS-Windows build following 2012-11-21T21:06:52Z!eggert@cs.ucla.edu.Eli Zaretskii2012-11-221-1/+1
* | Assume POSIX 1003.1-1988 or later for unistd.h.Paul Eggert2012-11-211-2/+12
* | Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.eduGlenn Morris2012-11-201-3/+10
|\ \ | |/
| * More fixes for bug #12878 with MS-Windows MSVC build.Eli Zaretskii2012-11-191-3/+10
* | Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert2012-11-171-1/+1
* | Fix MS-Windows emulation of 'faccessat' wrt directories.Eli Zaretskii2012-11-171-1/+2
* | MS-Windows followup for 2012-11-14T04:55:41Z!eggert@cs.ucla.edu, regarding fa...Eli Zaretskii2012-11-141-13/+17
* | Use faccessat, not access, when checking file permissions.Paul Eggert2012-11-131-6/+12
|/
* Fix warnings when compiling on MS-Windows with -std=gnu99.Eli Zaretskii2012-10-171-3/+9
* Fix typo in last change.Eli Zaretskii2012-10-121-1/+1
* Fix bug #12587 with slow startup on MS-Windows with Netlogon service.Eli Zaretskii2012-10-121-2/+1
* Code cleanup for cygw32Daniel Colascione2012-10-081-0/+1
* Merge from trunkDaniel Colascione2012-10-071-79/+50
|\
| * Improve commentary for the last commit.Eli Zaretskii2012-10-051-0/+3
| * Support setting file times of directories on MS-Windows.Eli Zaretskii2012-10-051-2/+3
| * Fix test for invalid handle in w32.c's 'utime'.Eli Zaretskii2012-10-041-1/+1
| * Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-301-5/+15
| * Support atimers and CPU profiler via profile.c on MS-Windows.Eli Zaretskii2012-09-301-47/+11
| * Move Vlibrary_cache to emacs.c and reset before dumping.Juanma Barranquero2012-09-251-7/+0
| * Fix handling of fatal signals and exceptions on MS-Windows.Eli Zaretskii2012-09-251-3/+5
| * Remove LIBRARIES arg from w32_delayed_load and friends.Chong Yidong2012-09-231-15/+13
* | Merge from trunkDaniel Colascione2012-09-171-43/+17
|\ \ | |/
| * Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl...Eli Zaretskii2012-09-151-1/+0
| * MS-Windows followup for 2012-09-07T01:27:44Z!eggert@cs.ucla.edu, signal-handl...Eli Zaretskii2012-09-071-25/+1
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-16/+15
| * * emacs.c, eval.c: Use bool for boolean.Paul Eggert2012-09-021-1/+1
* | Implement cygw32Daniel Colascione2012-09-171-18/+1
|/
* Spelling fixes.Paul Eggert2012-08-261-2/+2
* * process.h (PSET): Remove.Paul Eggert2012-08-171-1/+1
* Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.Dmitry Antipov2012-08-071-6/+6
* src/w32.c: Silence compiler warnings.Juanma Barranquero2012-08-071-2/+1
* Separate read and write access to Lisp_Object slots of Lisp_Process.Dmitry Antipov2012-08-061-7/+7
* Fix bug #11959 with startup warnings on MS-Windows about ../site-lisp.Eli Zaretskii2012-08-041-38/+13