aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32proc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | ; * src/w32proc.c (w32_executable_type): Fix a typo in a comment.Eli Zaretskii2015-06-281-1/+1
* | Add a new function w32-application-typeEli Zaretskii2015-06-271-15/+89
* | src/w32proc.c: Fix typos in description of subprocess support.Eli Zaretskii2015-04-061-7/+7
* | Avoid segfaults on MS-Windows when invoking subprocesses (Bug#20264)Koichi Arakawa2015-04-061-10/+11
* | Merge from origin/emacs-24Paul Eggert2015-03-291-0/+132
|\ \
| * | src/w32proc.c: Describe in a comment w32 subprocess implementation.Eli Zaretskii2015-03-281-0/+132
| * | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | | Support non-blocking connect on MS-Windows (Bug#20207)Eli Zaretskii2015-03-271-15/+62
* | | Fix problems with 32-bit wide-int build exposed by MinGWEli Zaretskii2015-01-131-3/+8
* | | MS-Windows followup to previous commitEli Zaretskii2015-01-051-2/+0
* | | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | | Merge from origin/emacs-24Paul Eggert2015-01-011-1/+6
|\ \ \ | |/ /
| * | src/w32proc.c (Fw32_get_codepage_charset): Doc fix. (Bug#19458)Eli Zaretskii2014-12-281-1/+6
* | | MS-Windows followup to stpcpy changes.Eli Zaretskii2014-12-261-8/+7
* | | Fix bug #18745 with invoking Windows batch files with embedded whitespace.Noam Postavsky2014-10-251-0/+10
* | | Don't modify the process's command name passed to start-process on MS-Windows.Eli Zaretskii2014-10-011-0/+9
* | | Default to stack objects on DOS_NT platforms as well.Eli Zaretskii2014-09-251-2/+2
* | | * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert2014-09-231-1/+1
* | | Use known length of a Lisp string to copy it faster.Dmitry Antipov2014-09-231-1/+1
* | | src/w32proc.c (w32_compare_strings): Support "C" and "POSIX" locales.Eli Zaretskii2014-09-011-0/+7
* | | Improve error checking and error messages in string-collation functions.Eli Zaretskii2014-08-301-0/+8
* | | Implement case-insensitive and Unicode-compliant collation on MS-Windows.Eli Zaretskii2014-08-291-6/+36
* | | Revert a change inadvertently committed in last commit.Eli Zaretskii2014-08-291-1/+1
* | | src/sysdep.c (str_collate) [WINDOWSNT]: Fix a typo in 2014-08-29T17:57:36Z!mi...Eli Zaretskii2014-08-291-1/+1
* | | Implement locale-sensitive string collation for MS-Windows. (Bug#18051)Eli Zaretskii2014-08-251-0/+154
* | | 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:05Z!dmantipov@yandex.ruGlenn 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:31Z!eliz@gnu.org merged from ...Eli Zaretskii2013-02-151-17/+1
* | Merge from emacs-24; up to 2012-12-19T19:51:40Z!monnier@iro.umontreal.caGlenn Morris2013-02-151-6/+38
|\ \ | |/
| * Fix commit 2013-02-15T09:41:31Z!eliz@gnu.org 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:16Z!michael.albinus@gmx.dePaul Eggert2013-02-141-0/+27
|\ \ | |/
| * More robust creation of a subprocess, attempt to solve bug #13546.Eli Zaretskii2013-02-131-0/+27