summaryrefslogtreecommitdiff
path: root/src/w32proc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul 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:13Z!cyd@gnu.orgGlenn 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:26Z!dgutov@yandex.ruGlenn 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
| * Fix high CPU usage in profiling on MS-Windows.Eli Zaretskii2012-10-011-4/+4
| * Remove forgotten debug code from w32proc.c.Eli Zaretskii2012-10-011-4/+2
| * Improve 'alarm' implementation on MS-Windows.Eli Zaretskii2012-10-011-3/+7
| * Fix termination sequence on Windows wrt interval timers.Eli Zaretskii2012-10-011-0/+15
| * Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-301-2/+2
| * Support atimers and CPU profiler via profile.c on MS-Windows.Eli Zaretskii2012-09-301-5/+527
| * Fix handling of fatal signals and exceptions on MS-Windows.Eli Zaretskii2012-09-251-10/+34
| * Clean-up left-overs after 2012-09-23T08:44:20Z!eggert@cs.ucla.edu wrt signal ...Eli Zaretskii2012-09-231-3/+0
* | Merge from trunkDaniel Colascione2012-09-171-8/+33
|\ \ | |/
| * Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl...Eli Zaretskii2012-09-151-1/+0
| * Fix silent exit upon assertion violation on MS-Windows.Eli Zaretskii2012-09-121-0/+3
| * MS-Windows followup for 2012-09-07T01:27:44Z!eggert@cs.ucla.edu, signal-handl...Eli Zaretskii2012-09-071-0/+23
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-7/+7