index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
win32
/
win32.c
Age
Commit message (
Expand
)
Author
2024-09-24
Windows: Remove compatibility to ancient MSVCRT API
Lars Kanis
2024-09-12
Add error checking to readdir, telldir, and closedir calls in dir.c
Jeremy Evans
2024-08-11
fix i386-ucrt build
Raed Rizqie
2024-07-31
[Feature #20563] Drop support for Windows older than 8/Sever 2012
Nobuyoshi Nakada
2024-07-31
[Feature #20563] Drop support for Windows older than Vista/2008
Nobuyoshi Nakada
2024-05-29
Fix `calloc` arguments order for -Wcalloc-transposed-args
Nobuyoshi Nakada
2023-11-23
windows-arm64 support (#8995)
Pierrick Bouvier
2023-10-27
[Feature #19244] Windows: Prefer USERPROFILE over HOMEPATH on startup as well
Lars Kanis
2023-09-25
Add `rb_w32_uspawn_process`
Nobuyoshi Nakada
2023-06-30
Don't check for null pointer in calls to free
Peter Zhu
2023-06-01
Hide the usage of `rb_io_t` where possible. (#7880)
Samuel Williams
2023-06-01
Revert "Hide most of the implementation of `struct rb_io`. (#6511)"
NARUSE, Yui
2023-05-30
Hide most of the implementation of `struct rb_io`. (#6511)
Samuel Williams
2023-05-24
Fix "runs a C function with the global lock unlocked and unlocks IO with the ...
Samuel Williams
2023-05-24
Add support for pread/pwrite on windows. (#7827)
Samuel Williams
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-02-26
Adjust `else` style to be consistent in each files [ci skip]
Nobuyoshi Nakada
2022-12-24
Windows: Prefer USERPROFILE over HOMEPATH
Lars Kanis
2022-12-15
Add more comments why CRuby uses __pioinfo
NARUSE, Yui
2022-11-25
Use `rb_sprintf` instead of deprecated `sprintf`
Nobuyoshi Nakada
2022-11-20
Avoid warnings on MINGW:
Lars Kanis
2022-11-17
Add support for `sockaddr_un` on Windows. (#6513)
Samuel Williams
2022-11-17
Windows: Readlink improvements (#6745)
Lars Kanis
2022-09-09
eliminate magic number
YO4
2022-09-09
win32.c additional fix: is_readable_console
YO4
2022-09-09
win32.c fix: is_readable_console
YO4
2022-09-08
[Bug #5317] Use `rb_off_t` instead of `off_t`
Nobuyoshi Nakada
2022-08-06
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-19
Rename ENCINDEX_ASCII to ENCINDEX_ASCII_8BIT
Jean Boussier
2022-04-21
[Win32] allow pipe in flock
Nobuyoshi Nakada
2022-04-15
[Win32] Fix mode of character/pipe device stat [Bug #18732]
Nobuyoshi Nakada
2022-04-07
Get rid of type-punning pointer casts
Nobuyoshi Nakada
2022-03-16
Avoid console input behavior in windows 10 [Bug #18588]
YO4
2022-01-18
include/ruby/win32.h: define HAVE_X for the missing prototypes (#5456)
Yuta Saito
2021-12-30
win32/win32.c Fix PROT_EXEC bit flag check for FlushInstrucitonCache()
nagachika
2021-12-27
Fix some bornheads
U.Nakamura
2021-12-27
Tiny mmap emulation for Windows
U.Nakamura
2021-10-04
Clang never evaluates expr in `__builtin_assume`
xtkoba
2021-09-24
Reminders of the Windows versions each API is available [ci skip]
Nobuyoshi Nakada
2021-09-20
MINGW: _WIN64 is not defined on i386-mingw32 + ucrt.
xtkoba (Tee KOBAYASHI)
2021-09-20
MINGW: Fix build error on Windows UCRT
xtkoba (Tee KOBAYASHI)
2021-06-23
Add parentheses to avoid pointless condition
Jeremy Evans
2021-05-04
`_MSC_VER` may not be defined
xtkoba
2021-03-08
Increment global variables atomically
Nobuyoshi Nakada
2021-03-08
Make vm_exit_handler installation MT-safe
Nobuyoshi Nakada
2021-03-08
Make uenvarea thread exclusive
Nobuyoshi Nakada
2021-03-08
Make the flag in thread_exclusive unique
Nobuyoshi Nakada
2021-03-08
Enclose crtitical sections in `thread_exclusive` block
Nobuyoshi Nakada
[next]