aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32proc.c
Commit message (Expand)AuthorAgeFilesLines
* use guile-snarf for subr definitionBT Templeton2015-04-181-23/+2
* src/*.c: Silence a few warnings about unused vars and functions.Juanma Barranquero2014-03-261-6/+5
* Fix crashes in itimers on Windows 9X.Eli Zaretskii2014-02-131-2/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Minor fixes for MinGW64 build.Fabrice Popineau2013-12-311-13/+14
* Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris2013-12-171-2/+3
* Merge from trunk.Eli Zaretskii2013-12-071-4/+30
|\
| * Fix bug #15933 with crashes in file-notify-tests on MS-Windows.Eli Zaretskii2013-11-281-4/+30
* | Tested subprogram invocation, fixed decode_env_path.Eli Zaretskii2013-12-071-1/+1
* | Converted spawnve, but not tested the result yet.Eli Zaretskii2013-12-061-15/+52
* | Converted sys_unlink and sys_rmdir, got rid of pending deletion in w32proc.c.Eli Zaretskii2013-11-161-56/+0
* | Adapted dostounix_filename. w32-short/long-filename work with wide APIs.Eli Zaretskii2013-11-021-6/+8
|/
* Attempt to fix time_t related problems with MinGW 4.0 runtime.Eli Zaretskii2013-10-141-0/+1
* * src/emacs.c (usage_message): Possessive apostrophe tweak.Glenn Morris2013-09-111-1/+1
* A possible fix for bug #14333 with hanging at exit on MS-Windows.Eli Zaretskii2013-08-291-0/+12
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-1/+1
* 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
|\| |