summaryrefslogtreecommitdiff
path: root/src/w32proc.c
AgeCommit message (Expand)Author
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-11Fix hang when deleting a pipe processEli Zaretskii
2021-10-11Adapt the recent 'num_processors' change to MS-WindowsEli Zaretskii
2021-10-10New function num-processorsPaul Eggert
2021-05-13Merge from origin/emacs-27Glenn Morris
2021-05-09Fix compilation errors with latest w32 API headersEli Zaretskii
2021-03-19Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo
2021-03-07Use MS-Windows system APIs to get number of processorsEli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-24Unbreak the MinGW build broken by recent changes in callproc.cEli Zaretskii
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab
2020-07-20Merge from origin/emacs-27Glenn Morris
2020-07-16Fix interrupt-process on MS-WindowsEli Zaretskii
2020-04-09Don't rely on copying in {EN,DE}CODE_FILEMattias Engdegård
2020-01-01Update copyright year to 2020Paul Eggert
2019-03-23Avoid compiler warning in w32proc.cEli Zaretskii
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier
2019-02-04Support (locale-info 'paper) on MS-WindowsEli Zaretskii
2019-01-18Clean up memory allocation and unexec support on MS-WindowsEli Zaretskii
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-09Remove CHECK_FIXNUM_CAR etc.Paul Eggert
2018-08-27Improve bignum support for system typesPaul Eggert
2018-08-17Pacify -Wcast-function-type warnings in GCC 8.1Andy Moreton
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-30Speed up reading sub-process output on MS-WindowsEli Zaretskii
2018-01-01Update copyright year to 2018Paul Eggert
2017-10-09; Typo fixes, mostly repeated wordsPaul Eggert
2017-09-29Prefer HTTPS to HTTP for gnu.orgPaul Eggert
2017-09-09Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii
2017-09-05Avoid losing Ctrl-C keystrokes in compilation mode on MS-WindowsEli Zaretskii
2017-08-29Avoid spinning waiting for git-gui.exe on WindowsEli Zaretskii
2017-08-29Avoid aborting in 'waitpid' on MS-WindowsEli Zaretskii
2017-07-09Avoid crashes on MS-Windows starting 64-bit .NET executablesSaulius Menkevičius
2017-01-25Replace QUIT with maybe_quitPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-09Fix compilation warnings due to prototype of thread_selectEli Zaretskii
2016-12-07Fix network streams.Eli Zaretskii
2016-12-07Minimize spurious diffs from master.Eli Zaretskii
2016-12-05Fix compilation problems.Eli Zaretskii
2016-12-04Merge branch 'concurrency'Eli Zaretskii
2016-10-08Support SIGTRAP in kill emulation on WindowsAlain Schneble
2016-09-30Limit <config.h>’s includesPaul Eggert
2016-09-17Define _GNU_SOURCE in files delaying config.hPaul Eggert
2016-09-15Prefer now-standard int width macrosPaul Eggert