aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32proc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-09Don't rely on copying in {EN,DE}CODE_FILEMattias Engdegård1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-03-23Avoid compiler warning in w32proc.cEli Zaretskii1-7/+12
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier1-5/+5
2019-02-04Support (locale-info 'paper) on MS-WindowsEli Zaretskii1-2/+36
2019-01-18Clean up memory allocation and unexec support on MS-WindowsEli Zaretskii1-3/+34
2019-01-15Add portable dumperDaniel Colascione1-0/+117
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-12-09Remove CHECK_FIXNUM_CAR etc.Paul Eggert1-2/+2
2018-08-27Improve bignum support for system typesPaul Eggert1-1/+1
2018-08-17Pacify -Wcast-function-type warnings in GCC 8.1Andy Moreton1-8/+7
2018-08-07More macro renamings for bignumTom Tromey1-18/+18
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-26/+26
2018-06-30Speed up reading sub-process output on MS-WindowsEli Zaretskii1-6/+9
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-10-09; Typo fixes, mostly repeated wordsPaul Eggert1-1/+1
2017-09-29Prefer HTTPS to HTTP for gnu.orgPaul Eggert1-1/+1
2017-09-09Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii1-1/+1
2017-09-05Avoid losing Ctrl-C keystrokes in compilation mode on MS-WindowsEli Zaretskii1-0/+9
2017-08-29Avoid spinning waiting for git-gui.exe on WindowsEli Zaretskii1-5/+10
2017-08-29Avoid aborting in 'waitpid' on MS-WindowsEli Zaretskii1-1/+5
2017-07-09Avoid crashes on MS-Windows starting 64-bit .NET executablesSaulius Menkevičius1-29/+34
2017-01-25Replace QUIT with maybe_quitPaul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-12-09Fix compilation warnings due to prototype of thread_selectEli Zaretskii1-2/+2
2016-12-07Fix network streams.Eli Zaretskii1-2/+2
2016-12-07Minimize spurious diffs from master.Eli Zaretskii1-4/+4
2016-12-05Fix compilation problems.Eli Zaretskii1-1/+1
2016-10-08Support SIGTRAP in kill emulation on WindowsAlain Schneble1-3/+49
2016-09-30Limit <config.h>’s includesPaul Eggert1-4/+4
2016-09-17Define _GNU_SOURCE in files delaying config.hPaul Eggert1-0/+3
2016-09-15Prefer now-standard int width macrosPaul Eggert1-1/+1
2016-09-05Treat SIGINT correctly in GUI sessions on MS-WindowsEli Zaretskii1-2/+2
2016-05-21Fix compiler warnings in the MinGW buildEli Zaretskii1-8/+5
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-03-01; * src/w32proc.c: Update the commentary to sys_select.Eli Zaretskii1-3/+4
2016-01-12Make piping to subprocesses more robust on MS-WindowsEli Zaretskii1-0/+7
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-10-30Fix a typo in a macro nameEli Zaretskii1-6/+6
2015-10-22Include file cleanup for w32 files in src directoryEli Zaretskii1-10/+8
2015-10-12* src/w32proc.c (sys_select): Fix bitwise test.Juanma Barranquero1-1/+1
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert1-4/+0
2015-08-23Support exec-directory with non-ASCII characters on WindowsEli Zaretskii1-3/+11
2015-08-22Fix invocation of programs via cmdproxy.exeEli Zaretskii1-1/+11
2015-07-28Pacify compilation -Wincompatible-pointer-types warningsAndy Moreton1-6/+10
2015-06-28; * src/w32proc.c (w32_executable_type): Fix a typo in a comment.Eli Zaretskii1-1/+1
2015-06-27Add a new function w32-application-typeEli Zaretskii1-15/+89
2015-04-06src/w32proc.c: Fix typos in description of subprocess support.Eli Zaretskii1-7/+7
2015-04-06Avoid segfaults on MS-Windows when invoking subprocesses (Bug#20264)Koichi Arakawa1-10/+11
2015-03-28src/w32proc.c: Describe in a comment w32 subprocess implementation.Eli Zaretskii1-0/+132