summaryrefslogtreecommitdiff
path: root/src/w32proc.c
Commit message (Expand)AuthorAge
* Fix crashes in itimers on Windows 9X.Eli Zaretskii2014-02-13
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Minor fixes for MinGW64 build.Fabrice Popineau2013-12-31
* Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris2013-12-17
* Merge from trunk.Eli Zaretskii2013-12-07
|\
| * Fix bug #15933 with crashes in file-notify-tests on MS-Windows.Eli Zaretskii2013-11-28
* | Tested subprogram invocation, fixed decode_env_path.Eli Zaretskii2013-12-07
* | Converted spawnve, but not tested the result yet.Eli Zaretskii2013-12-06
* | Converted sys_unlink and sys_rmdir, got rid of pending deletion in w32proc.c.Eli Zaretskii2013-11-16
* | Adapted dostounix_filename. w32-short/long-filename work with wide APIs.Eli Zaretskii2013-11-02
|/
* Attempt to fix time_t related problems with MinGW 4.0 runtime.Eli Zaretskii2013-10-14
* * src/emacs.c (usage_message): Possessive apostrophe tweak.Glenn Morris2013-09-11
* A possible fix for bug #14333 with hanging at exit on MS-Windows.Eli Zaretskii2013-08-29
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-27
* Implement CLASH_DETECTION for MS-Windows.Eli Zaretskii2013-02-25
* Merge from emacs-24; up to 2012-12-20T16:09:05Z!dmantipov@yandex.ruGlenn Morris2013-02-18
|\
| * Avoid leaking handles on MS-Windows.Eli Zaretskii2013-02-18
| * Fix bug #13735 with network streams on MS-Windows.Eli Zaretskii2013-02-17
* | Remove unneeded bits of commit 2013-02-15T09:41:31Z!eliz@gnu.org merged from ...Eli Zaretskii2013-02-15
* | Merge from emacs-24; up to 2012-12-19T19:51:40Z!monnier@iro.umontreal.caGlenn Morris2013-02-15
|\|
| * Fix commit 2013-02-15T09:41:31Z!eliz@gnu.org for bug #13546.Eli Zaretskii2013-02-15
| * Allow deleted processes to be reaped by SIGCHLD handler on MS-Windows.Eli Zaretskii2013-02-15
* | Merge from emacs-24; up to 2012-12-19T13:01:16Z!michael.albinus@gmx.dePaul Eggert2013-02-14
|\|
| * More robust creation of a subprocess, attempt to solve bug #13546.Eli Zaretskii2013-02-13
* | Avoid encoding file names run through dostounix_filename on MS-Windows.Eli Zaretskii2013-02-02
* | Merge from emacs-24; up to 2012-12-13T09:45:54Z!lekktu@gmail.comGlenn Morris2013-02-01
|\|
| * w32proc.c (sys_spawnve): Initialize escape_char.Eli Zaretskii2013-02-01
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\|
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | More cleanup in handling subprocess exiting on MS-Windows.Eli Zaretskii2012-12-29
* | Improve handling of subprocess shutdown on MS-Windows.Eli Zaretskii2012-12-23
* | Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.orgGlenn Morris2012-12-21
|\|
| * Possibly fix bug #13086 with losing track of subprocesses on MS-Windows.Eli Zaretskii2012-12-21
| * Revert recent change for Bug#8855.Paul Eggert2012-11-24
| * Fix a race condition with glib (Bug#8855).Paul Eggert2012-11-23
* | Fix bug #13079 on MS-Windows with temp files not being deleted.Eli Zaretskii2012-12-15
* | w32proc.c (reap_subprocess): Fix commentary.Eli Zaretskii2012-12-15
* | Improve and correct commentary to w32proc-related data and functions.Eli Zaretskii2012-12-15
* | Merge from trunk + rename the event. Not tested yet.Eli Zaretskii2012-12-10
|\ \
| * | Assume POSIX 1003.1-1988 or later for signal.h.Paul Eggert2012-12-07
| * | Avoid busy-waiting for child processes on Windows. (Bug#13086)Eli Zaretskii2012-12-06
| * | Don't let call-process be a zombie factory.Paul Eggert2012-12-03
| * | src/w32proc.c (waitpid): Remove unused label get_result.Juanma Barranquero2012-11-18
* | | Merge from trunk.Eli Zaretskii2012-11-17
|\| |
| * | Fix bug #12829 with aborts on MS-Windows when several child processes die.Eli Zaretskii2012-11-17
| * | Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ruGlenn Morris2012-11-16
| |\|
| | * Clean up w32 timer thread code in the hope of solving bug #12832.Eli Zaretskii2012-11-14
* | | Merge from trunk.Eli Zaretskii2012-11-13
|\| |
| * | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid.Paul Eggert2012-11-04
| |/
* | Merge from trunk after 24.3 was moved to emacs-24 branch.Eli Zaretskii2012-11-02
|\|