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
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
2021-02-24
Revert "Enclose crtitical sections in `thread_exclusive` block"
Nobuyoshi Nakada
2021-02-23
Use the system getenv in setup_debug_log
Nobuyoshi Nakada
2021-02-23
Fixed commit miss at 41eb4fbf86e7ae9c9ff993e07a19fa44eb74be9b
Nobuyoshi Nakada
2021-02-23
Make uenvarea thread exclusive
Nobuyoshi Nakada
2021-02-23
Fixed commit miss at 19cc24b34b0490b7c2779eec521fe0089e05f183
Nobuyoshi Nakada
2021-02-23
Constified possible data
Nobuyoshi Nakada
2021-02-23
Enclose crtitical sections in `thread_exclusive` block
Nobuyoshi Nakada
2021-02-23
added mutexes for socket and connection lists on win32
Andrew Aladjev
2021-02-22
Expand final path name buffer for namespace prefix
Nobuyoshi Nakada
2021-02-20
Fixed fallback ENABLE_VIRTUAL_TERMINAL_PROCESSING value [Bug #17639]
YO4 (Yoshinao Muramatsu)
2021-02-14
Fixed codepage for utime [Bug #17626]
xtkoba (Tee KOBAYASHI)
2021-01-27
win32/win32.c:getcwd_value: delete OBJ_TAINT
卜部昌平
2020-12-27
win32: Removed never used/worked functions
Nobuyoshi Nakada
2020-12-27
win32: Declared wait and fixed the return type
Nobuyoshi Nakada
2020-12-21
Enable escape sequence on Windows10 console
U.Nakamura
2020-12-20
win32: Deprecate file CP version functions
Nobuyoshi Nakada
2020-12-20
win32: Added rb_w32_ureaddir only for UTF-8 [Feature #12654]
Nobuyoshi Nakada
2020-12-20
win32: Use UTF-8 as filesystem encoding [Feature #12654]
Nobuyoshi Nakada
2020-12-20
Revived the getenv macro for dln_find.c
Nobuyoshi Nakada
2020-12-08
Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)
Lars Kanis
2020-11-28
Revived the getenv macro for dln_find.c
Nobuyoshi Nakada
2020-11-28
Windows: Improve readablity of getenv() encoding
Lars Kanis
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-03-04
[win32] suppress false warning by mingw gcc
Nobuyoshi Nakada
2019-12-26
decouple internal.h headers
卜部昌平
2019-10-11
win32.c: Remove unused calls to StartSockets (#2312)
Gabriel Nagy
2019-09-27
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-08-29
drop-in type check for rb_define_method
卜部昌平
2019-08-27
Added license comment [Bug #12230] [ci skip]
Nobuyoshi Nakada
2019-08-19
* expand tabs. [ci skip]
git
2019-08-19
Set flag to allow unprivileged users to create symlinks (#2381)
Nobuyoshi Nakada
2019-07-25
Fix errno at seeking socket/pipe on Windows
Nobuyoshi Nakada
2019-04-30
Forgotten to remove
NAKAMURA Usaku
2019-04-30
Revert previous commit; it was meaningless
NAKAMURA Usaku
2019-04-30
* expand tabs.
git
2019-04-30
Use CreateToolhelp32Snapshot instead of NtQueryInformationProcess to get ppid...
NAKAMURA Usaku
2018-11-22
io + socket: make pipes and sockets nonblocking by default
normal
2018-10-13
win32/win32.c: fix typo in comment [ci skip]
k0kubun
2018-10-13
win32/win32.c: I meant FindFreeChildSlot [ci skip]
k0kubun
2018-10-13
win32/win32.c: don't call FindChildSlot in MJIT
k0kubun
2018-10-12
* expand tabs.
svn
[next]