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