index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
win32
/
win32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-0
/
+4
*
win32.c: Remove unused calls to StartSockets (#2312)
Gabriel Nagy
2019-10-11
1
-75
/
+2
*
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-27
1
-1
/
+1
*
drop-in type check for rb_define_method
卜部昌平
2019-08-29
1
-1
/
+1
*
Added license comment [Bug #12230] [ci skip]
Nobuyoshi Nakada
2019-08-27
1
-0
/
+1
*
* expand tabs. [ci skip]
git
2019-08-19
1
-10
/
+10
*
Set flag to allow unprivileged users to create symlinks (#2381)
Nobuyoshi Nakada
2019-08-19
1
-2
/
+22
*
Fix errno at seeking socket/pipe on Windows
Nobuyoshi Nakada
2019-07-25
1
-0
/
+11
*
Forgotten to remove
NAKAMURA Usaku
2019-04-30
1
-1
/
+0
*
Revert previous commit; it was meaningless
NAKAMURA Usaku
2019-04-30
1
-20
/
+0
*
* expand tabs.
git
2019-04-30
1
-16
/
+16
*
Use CreateToolhelp32Snapshot instead of NtQueryInformationProcess to get ppid...
NAKAMURA Usaku
2019-04-30
1
-0
/
+21
*
io + socket: make pipes and sockets nonblocking by default
normal
2018-11-22
1
-3
/
+14
*
win32/win32.c: fix typo in comment [ci skip]
k0kubun
2018-10-13
1
-1
/
+1
*
win32/win32.c: I meant FindFreeChildSlot [ci skip]
k0kubun
2018-10-13
1
-2
/
+2
*
win32/win32.c: don't call FindChildSlot in MJIT
k0kubun
2018-10-13
1
-24
/
+26
*
* expand tabs.
svn
2018-10-12
1
-2
/
+2
*
win32/win32.c: drop always-NULL psa parameter
k0kubun
2018-10-12
1
-14
/
+10
*
mjit_worker.c: suppress child process's output properly
k0kubun
2018-10-12
1
-0
/
+42
*
Support ubasecrt.dll 10.0.17763.1 included in Windows 10 October 2018 Update
usa
2018-10-04
1
-2
/
+2
*
Suppress more -Wparentheses warnings
nobu
2018-09-21
1
-1
/
+2
*
win32.c: limit write size on console
nobu
2018-07-28
1
-3
/
+6
*
win32.c: precise time
nobu
2018-06-12
1
-19
/
+22
*
win32.c: fix CSI sequences to delete
nobu
2018-04-18
1
-8
/
+8
*
win32.c: EPIPE for ERROR_NO_DATA
nobu
2018-02-01
1
-1
/
+5
*
Fix a typo.
hsbt
2018-01-15
1
-1
/
+1
*
internal.h: remove dependecy on ruby/io.h
nobu
2018-01-09
1
-0
/
+1
*
set ino at `File.lstat` on Windows
usa
2017-12-12
1
-103
/
+24
*
remove unused variable
usa
2017-12-12
1
-1
/
+0
*
fixed typo
usa
2017-12-11
1
-2
/
+2
*
support 128bit ino on Windows (if available)
usa
2017-12-10
1
-99
/
+92
*
win32.c: check error code
nobu
2017-12-08
1
-1
/
+6
*
win32/win32.c: removed a stale comment
nobu
2017-12-07
1
-1
/
+0
*
win32.c: fallback to old API
nobu
2017-12-07
1
-23
/
+27
*
win32.c: fix error on mingw
nobu
2017-12-04
1
-1
/
+1
*
support nanosec file timestamp on newer Windows
usa
2017-12-04
1
-82
/
+170
*
try to pass compiling with VC12
usa
2017-12-04
1
-3
/
+5
*
support `File.identical?` on ReFS
usa
2017-12-04
1
-0
/
+128
*
win32.c: vm_exit_handler
nobu
2017-11-20
1
-13
/
+32
*
win32.c: unknown reparse tags
nobu
2017-10-25
1
-1
/
+4
*
Use GetSystemTimePreciseAsFileTime on recent Windows
usa
2017-10-21
1
-2
/
+17
*
win32.c: fix function pointer
nobu
2017-08-28
1
-1
/
+1
*
win32.c: fix return value
nobu
2017-08-26
1
-2
/
+1
*
thread_win32.c: set thread name
nobu
2017-08-26
1
-0
/
+42
*
win32.c: restrict cursor move
nobu
2017-07-03
1
-10
/
+16
*
win32.c: clear relative to screen
nobu
2017-07-03
1
-12
/
+36
*
win32.c: cursor relative to screen
nobu
2017-07-03
1
-2
/
+4
*
win32.c: rb_dir_getwd_ospath
nobu
2017-06-12
1
-4
/
+29
*
win32.c: no locale
nobu
2017-06-05
1
-2
/
+2
*
rb_w32_ugetcwd: UTF-8 version getcwd
nobu
2017-05-16
1
-17
/
+35
[next]