summaryrefslogtreecommitdiff
path: root/src/w32proc.c
AgeCommit message (Expand)Author
2026-05-26ARRAYELTS → countofPaul Eggert
2026-05-22Improve w32 implementations of 'signal' and 'raise'Eli Zaretskii
2026-02-28; * src/w32proc.c (new_child): Update comment (bug#76041).Eli Zaretskii
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-06-01; Avoid compiler warnings in MinGW buildsEli Zaretskii
2025-03-15; Fix punctuation and typos in w32proc.cPo Lu
2025-03-14Increase FD_SETSIZE on Windows to support more subprocessesYue Yi
2025-01-01Update copyright year to 2025Paul Eggert
2024-06-13; * src/w32proc.c (sys_kill): Handle negative PID when sig == 0.Eli Zaretskii
2024-06-13Fix removal of file locks on MS-Windows 9XEli Zaretskii
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-03-07Update Android portPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-07-17Fix leaking of file descriptors due to pipe processes on MS-WindowsEli Zaretskii
2022-05-30Fix 'debug-timer-check' on MS-WindowsEli Zaretskii
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