index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
w32.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Fix accessing files on networked drives on MS-Windows
Eli Zaretskii
2020-05-23
1
-1
/
+11
*
|
|
Load libgccjit dynamically in Windows.
Nicolás Bértolo
2020-05-23
1
-0
/
+4
|
/
/
*
|
Don't use Gnulib's explicit_bzero on MS-Windows
Eli Zaretskii
2020-04-19
1
-0
/
+20
*
|
File-handling cleanup in w32image.c
Eli Zaretskii
2020-04-16
1
-2
/
+0
*
|
Make use of MS-Windows native image API be selectable at run time
Eli Zaretskii
2020-04-14
1
-1
/
+1
*
|
Initial version of native image API support for MS-Windows
Juan José García-Ripoll
2020-04-14
1
-0
/
+4
*
|
Fix the MinGW build as followup to recent "nofollow" changes
Eli Zaretskii
2020-03-08
1
-45
/
+76
*
|
Add ‘nofollow’ flag to set-file-times
Paul Eggert
2020-03-07
1
-0
/
+15
*
|
Adapt the MS-Windows build to 'nofollow' changes
Eli Zaretskii
2020-02-24
1
-3
/
+38
*
|
Unbreak the MS-Windows build
Eli Zaretskii
2020-01-20
1
-0
/
+21
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Support wlan in network-interface-list on pre-Vista Windows
Robert Pluim
2019-11-28
1
-2
/
+17
*
; Fix recent change in w32.c
Eli Zaretskii
2019-11-27
1
-10
/
+9
*
Fix MS-Windows build with mingw.org's MinGW
Eli Zaretskii
2019-11-26
1
-1
/
+79
*
Extend network-interface-list to return IPv6 and network info
Robert Pluim
2019-11-26
1
-2
/
+242
*
Silence compiler warning
Juanma Barranquero
2019-10-09
1
-1
/
+1
*
Fix MS-Windows error when a directory on PATH doesn't exist
Eli Zaretskii
2019-10-02
1
-0
/
+4
*
Improve error reporting in file_accessible_directory_p
Eli Zaretskii
2019-09-16
1
-3
/
+26
*
Avoid a compilation warning in w32.c
Eli Zaretskii
2019-08-23
1
-1
/
+1
*
Support invoking Emacs via a symlink on MS-Windows
Eli Zaretskii
2019-06-26
1
-4
/
+20
*
Fix MS-Windows build as followup to pdumper executable lookup
Eli Zaretskii
2019-06-24
1
-0
/
+15
*
Fix 'load-average' on MS-Windows
Eli Zaretskii
2019-05-07
1
-0
/
+7
*
Avoid compilation warnings in w32.c
Eli Zaretskii
2019-04-29
1
-2
/
+2
*
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-03-21
1
-6
/
+6
*
Simplify list creation in C code
Paul Eggert
2019-03-04
1
-2
/
+1
*
Support ~USER for some names on MS-Windows
Eli Zaretskii
2019-02-15
1
-1
/
+23
*
Add portable dumper
Daniel Colascione
2019-01-15
1
-0
/
+34
*
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
*
|
Fix the value of default-directory upon startup on MS-Windows
Eli Zaretskii
2018-12-07
1
-35
/
+36
*
|
Merge from origin/emacs-26
Glenn Morris
2018-11-12
1
-0
/
+1
|
\
|
|
*
Fix call to GlobalMemoryStatusEx in w32.c
Eli Zaretskii
2018-11-06
1
-0
/
+1
*
|
Fix last change
Eli Zaretskii
2018-11-10
1
-1
/
+3
*
|
Move timestamp-related stuff to timefns.c
Paul Eggert
2018-10-06
1
-2
/
+0
*
|
Improve bignum support for system types
Paul Eggert
2018-08-27
1
-14
/
+14
*
|
Pacify -Wcast-function-type warnings in GCC 8.1
Andy Moreton
2018-08-17
1
-111
/
+100
*
|
; Avoid compilation warnings under -Og
Eli Zaretskii
2018-08-12
1
-1
/
+1
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-9
/
+9
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-14
/
+14
*
|
Speed up reading sub-process output on MS-Windows
Eli Zaretskii
2018-06-30
1
-7
/
+8
*
|
Allow access to MS-Windows Registry from Lisp programs
Eli Zaretskii
2018-05-29
1
-0
/
+291
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to HTTP for gnu.org
Paul Eggert
2017-09-29
1
-1
/
+1
*
Avoid MinGW64 compilation warning in w32.c
Eli Zaretskii
2017-09-16
1
-0
/
+4
*
Remove more compilation warnings in MinGW64 build
Eli Zaretskii
2017-09-09
1
-0
/
+2
*
; * src/w32.c (faccessat): Fix last change. (Bug#28207)
Eli Zaretskii
2017-08-25
1
-1
/
+1
*
Fix file-name completion on network shares
Eli Zaretskii
2017-08-25
1
-1
/
+3
*
; * src/w32.c: Fix a typo in a comment.
Eli Zaretskii
2017-08-22
1
-1
/
+1
*
Support Posix semantics of 'rename' on MS-Windows
Eli Zaretskii
2017-08-17
1
-6
/
+34
*
* src/w32.c (sys_rename_replace): Support renaming a directory.
Eli Zaretskii
2017-08-17
1
-6
/
+16
[prev]
[next]