index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
w32proc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Fix leaking of file descriptors due to pipe processes on MS-Windows
Eli Zaretskii
2022-07-17
1
-3
/
+14
*
Fix 'debug-timer-check' on MS-Windows
Eli Zaretskii
2022-05-30
1
-0
/
+17
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Fix hang when deleting a pipe process
Eli Zaretskii
2021-12-11
1
-6
/
+15
|
/
*
Adapt the recent 'num_processors' change to MS-Windows
Eli Zaretskii
2021-10-11
1
-11
/
+0
*
New function num-processors
Paul Eggert
2021-10-10
1
-0
/
+1
*
Merge from origin/emacs-27
Glenn Morris
2021-05-13
1
-4
/
+4
|
\
|
*
Fix compilation errors with latest w32 API headers
Eli Zaretskii
2021-05-09
1
-4
/
+4
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Do not load native code when `load' is explicitly called on a .elc file
Andrea Corallo
2021-03-19
1
-1
/
+2
*
|
Use MS-Windows system APIs to get number of processors
Eli Zaretskii
2021-03-07
1
-0
/
+10
*
|
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Unbreak the MinGW build broken by recent changes in callproc.c
Eli Zaretskii
2020-12-24
1
-2
/
+2
*
|
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-10-05
1
-5
/
+5
*
|
Merge from origin/emacs-27
Glenn Morris
2020-07-20
1
-5
/
+5
|
\
|
|
*
Fix interrupt-process on MS-Windows
Eli Zaretskii
2020-07-16
1
-5
/
+5
*
|
Don't rely on copying in {EN,DE}CODE_FILE
Mattias Engdegård
2020-04-09
1
-1
/
+1
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Avoid compiler warning in w32proc.c
Eli Zaretskii
2019-03-23
1
-7
/
+12
*
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-03-21
1
-5
/
+5
*
Support (locale-info 'paper) on MS-Windows
Eli Zaretskii
2019-02-04
1
-2
/
+36
*
Clean up memory allocation and unexec support on MS-Windows
Eli Zaretskii
2019-01-18
1
-3
/
+34
*
Add portable dumper
Daniel Colascione
2019-01-15
1
-0
/
+117
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Remove CHECK_FIXNUM_CAR etc.
Paul Eggert
2018-12-09
1
-2
/
+2
*
|
Improve bignum support for system types
Paul Eggert
2018-08-27
1
-1
/
+1
*
|
Pacify -Wcast-function-type warnings in GCC 8.1
Andy Moreton
2018-08-17
1
-8
/
+7
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-18
/
+18
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-26
/
+26
*
|
Speed up reading sub-process output on MS-Windows
Eli Zaretskii
2018-06-30
1
-6
/
+9
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
; Typo fixes, mostly repeated words
Paul Eggert
2017-10-09
1
-1
/
+1
*
Prefer HTTPS to HTTP for gnu.org
Paul Eggert
2017-09-29
1
-1
/
+1
*
Fix compilation warnings in MinGW64 build using GCC 7
Eli Zaretskii
2017-09-09
1
-1
/
+1
*
Avoid losing Ctrl-C keystrokes in compilation mode on MS-Windows
Eli Zaretskii
2017-09-05
1
-0
/
+9
*
Avoid spinning waiting for git-gui.exe on Windows
Eli Zaretskii
2017-08-29
1
-5
/
+10
*
Avoid aborting in 'waitpid' on MS-Windows
Eli Zaretskii
2017-08-29
1
-1
/
+5
*
Avoid crashes on MS-Windows starting 64-bit .NET executables
Saulius Menkevičius
2017-07-09
1
-29
/
+34
*
Replace QUIT with maybe_quit
Paul Eggert
2017-01-25
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Fix compilation warnings due to prototype of thread_select
Eli Zaretskii
2016-12-09
1
-2
/
+2
*
|
Fix network streams.
Eli Zaretskii
2016-12-07
1
-2
/
+2
*
|
Minimize spurious diffs from master.
Eli Zaretskii
2016-12-07
1
-4
/
+4
*
|
Fix compilation problems.
Eli Zaretskii
2016-12-05
1
-1
/
+1
*
|
Merge branch 'concurrency'
Eli Zaretskii
2016-12-04
1
-1
/
+1
|
\
\
|
*
\
merge from trunk
Ken Raeburn
2015-11-01
1
-163
/
+681
|
|
\
\
[next]