summaryrefslogtreecommitdiff
path: root/src/w32proc.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-09-291-1/+1
* Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii2017-09-091-1/+1
* Avoid losing Ctrl-C keystrokes in compilation mode on MS-WindowsEli Zaretskii2017-09-051-0/+9
* Avoid spinning waiting for git-gui.exe on WindowsEli Zaretskii2017-08-291-5/+10
* Avoid aborting in 'waitpid' on MS-WindowsEli Zaretskii2017-08-291-1/+5
* Avoid crashes on MS-Windows starting 64-bit .NET executablesSaulius Menkevičius2017-07-091-29/+34
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Fix compilation warnings due to prototype of thread_selectEli Zaretskii2016-12-091-2/+2
* | Fix network streams.Eli Zaretskii2016-12-071-2/+2
* | Minimize spurious diffs from master.Eli Zaretskii2016-12-071-4/+4
* | Fix compilation problems.Eli Zaretskii2016-12-051-1/+1
* | Merge branch 'concurrency'Eli Zaretskii2016-12-041-1/+1
|\ \
| * \ merge from trunkKen Raeburn2015-11-011-163/+681
| |\ \
| * | | Fix MS-Windows build.Eli Zaretskii2013-08-261-1/+1
* | | | Support SIGTRAP in kill emulation on WindowsAlain Schneble2016-10-081-3/+49
* | | | Limit <config.h>’s includesPaul Eggert2016-09-301-4/+4
* | | | Define _GNU_SOURCE in files delaying config.hPaul Eggert2016-09-171-0/+3
* | | | Prefer now-standard int width macrosPaul Eggert2016-09-151-1/+1
* | | | Treat SIGINT correctly in GUI sessions on MS-WindowsEli Zaretskii2016-09-051-2/+2
* | | | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-8/+5
| |_|/ |/| |
* | | Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* | | ; * src/w32proc.c: Update the commentary to sys_select.Eli Zaretskii2016-03-011-3/+4
* | | Make piping to subprocesses more robust on MS-WindowsEli Zaretskii2016-01-121-0/+7
* | | Update copyright year to 2016Paul Eggert2016-01-011-1/+1
| |/ |/|
* | Fix a typo in a macro nameEli Zaretskii2015-10-301-6/+6
* | Include file cleanup for w32 files in src directoryEli Zaretskii2015-10-221-10/+8
* | * src/w32proc.c (sys_select): Fix bitwise test.Juanma Barranquero2015-10-121-1/+1
* | Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-4/+0
* | Support exec-directory with non-ASCII characters on WindowsEli Zaretskii2015-08-231-3/+11
* | Fix invocation of programs via cmdproxy.exeEli Zaretskii2015-08-221-1/+11
* | Pacify compilation -Wincompatible-pointer-types warningsAndy Moreton2015-07-281-6/+10
* | ; * 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