aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32proc.c
Commit message (Expand)AuthorAgeFilesLines
* Implement CLASH_DETECTION for MS-Windows.Eli Zaretskii2013-02-251-1/+31
* Merge from emacs-24; up to 2012-12-20T16:09:[email protected]Glenn Morris2013-02-181-0/+6
|\
| * Avoid leaking handles on MS-Windows.Eli Zaretskii2013-02-181-0/+6
| * Fix bug #13735 with network streams on MS-Windows.Eli Zaretskii2013-02-171-65/+5
* | Remove unneeded bits of commit 2013-02-15T09:41:[email protected] merged from ...Eli Zaretskii2013-02-151-17/+1
* | Merge from emacs-24; up to 2012-12-19T19:51:[email protected]Glenn Morris2013-02-151-6/+38
|\|
| * Fix commit 2013-02-15T09:41:[email protected] for bug #13546.Eli Zaretskii2013-02-151-5/+7
| * Allow deleted processes to be reaped by SIGCHLD handler on MS-Windows.Eli Zaretskii2013-02-151-6/+36
* | Merge from emacs-24; up to 2012-12-19T13:01:[email protected]Paul Eggert2013-02-141-0/+27
|\|
| * More robust creation of a subprocess, attempt to solve bug #13546.Eli Zaretskii2013-02-131-0/+27
* | Avoid encoding file names run through dostounix_filename on MS-Windows.Eli Zaretskii2013-02-021-2/+3
* | Merge from emacs-24; up to 2012-12-13T09:45:[email protected]Glenn Morris2013-02-011-1/+2
|\|
| * w32proc.c (sys_spawnve): Initialize escape_char.Eli Zaretskii2013-02-011-1/+2
* | Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-1/+1
|\|
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | More cleanup in handling subprocess exiting on MS-Windows.Eli Zaretskii2012-12-291-0/+12
* | Improve handling of subprocess shutdown on MS-Windows.Eli Zaretskii2012-12-231-6/+8
* | Merge from emacs-24; up to 2012-12-01T13:25:[email protected]Glenn Morris2012-12-211-4/+6
|\|
| * Possibly fix bug #13086 with losing track of subprocesses on MS-Windows.Eli Zaretskii2012-12-211-4/+6
| * Revert recent change for Bug#8855.Paul Eggert2012-11-241-90/+37
| * Fix a race condition with glib (Bug#8855).Paul Eggert2012-11-231-37/+90
* | Fix bug #13079 on MS-Windows with temp files not being deleted.Eli Zaretskii2012-12-151-5/+61
* | w32proc.c (reap_subprocess): Fix commentary.Eli Zaretskii2012-12-151-4/+1
* | Improve and correct commentary to w32proc-related data and functions.Eli Zaretskii2012-12-151-2/+2
* | Merge from trunk + rename the event. Not tested yet.Eli Zaretskii2012-12-101-29/+15
|\ \
| * | Assume POSIX 1003.1-1988 or later for signal.h.Paul Eggert2012-12-071-0/+4
| * | Avoid busy-waiting for child processes on Windows. (Bug#13086)Eli Zaretskii2012-12-061-1/+10
| * | Don't let call-process be a zombie factory.Paul Eggert2012-12-031-27/+1
| * | src/w32proc.c (waitpid): Remove unused label get_result.Juanma Barranquero2012-11-181-1/+0
* | | Merge from trunk.Eli Zaretskii2012-11-171-49/+116
|\| |
| * | Fix bug #12829 with aborts on MS-Windows when several child processes die.Eli Zaretskii2012-11-171-37/+90
| * | Merge from emacs-24; up to 2012-11-13T18:57:[email protected]Glenn Morris2012-11-161-12/+26
| |\|
| | * Clean up w32 timer thread code in the hope of solving bug #12832.Eli Zaretskii2012-11-141-12/+26
* | | Merge from trunk.Eli Zaretskii2012-11-131-4/+10
|\| |
| * | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid.Paul Eggert2012-11-041-4/+10
| |/
* | Merge from trunk after 24.3 was moved to emacs-24 branch.Eli Zaretskii2012-11-021-65/+160
|\|
| * Fix MS-Windows build broken by fixing bug #12776 on Posix platforms.Eli Zaretskii2012-11-011-0/+12
| * Spelling fixes.Paul Eggert2012-10-311-1/+1
| * Don't use CLOCKS_PER_SEC in w32 timers.Eli Zaretskii2012-10-281-17/+22
| * Fix compiler warnings in w32proc.c.Eli Zaretskii2012-10-271-2/+1
| * Use 'volatile' types for communications between timer thread and main thread.Eli Zaretskii2012-10-271-3/+3
| * Fix a typo in a comment.Eli Zaretskii2012-10-271-1/+1
| * Fix w32 implementation of itimers: overflow and ITIMER_PROF.Eli Zaretskii2012-10-271-49/+128
* | Merge from trunk.Eli Zaretskii2012-10-171-2/+1
|\|
| * Fix warnings when compiling on MS-Windows with -std=gnu99.Eli Zaretskii2012-10-171-2/+1
* | The TTY case is resolved: notifications now work even if EmacsEli Zaretskii2012-10-121-1/+18
|/
* Code cleanup for cygw32Daniel Colascione2012-10-081-0/+1
* Merge from trunkDaniel Colascione2012-10-071-15/+575
|\
| * Fix a typo in a w32proc.c declaration.Eli Zaretskii2012-10-051-2/+2
| * Fix compilation warnings in the MS-Windows build.Eli Zaretskii2012-10-021-1/+1