| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix errno at seeking socket/pipe on Windows | Nobuyoshi Nakada | 2019-07-25 | 1 | -1/+2 |
* | undef previous definition of `SIZEOF_STRUCT_STAT_ST_INO` | usa | 2017-12-11 | 1 | -0/+1 |
* | support 128bit ino on Windows (if available) | usa | 2017-12-10 | 1 | -12/+15 |
* | support nanosec file timestamp on newer Windows | usa | 2017-12-04 | 1 | -20/+41 |
* | Suppress a warning in ruby/win32.h [Fix GH-1591] | nobu | 2017-04-21 | 1 | -1/+1 |
* | broken mingw | nobu | 2017-03-03 | 1 | -9/+9 |
* | declare `rb_w32_sysinit` in header. | usa | 2016-12-13 | 1 | -0/+1 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_utruncate): implements new | usa | 2016-05-02 | 1 | -2/+3 |
* | win32.h: fix O_SHARE_DELETE | nobu | 2016-03-13 | 1 | -1/+1 |
* | win32.c: more fcntl | nobu | 2015-09-12 | 1 | -3/+2 |
* | win32.h: fix macro name | nobu | 2015-09-04 | 1 | -1/+1 |
* | win32.c: symlink | nobu | 2015-08-24 | 1 | -0/+2 |
* | ruby/win32.h: include windows.h | nobu | 2015-07-21 | 1 | -0/+3 |
* | * file.c (File::SHARE_DELETE): new flag to be able to delete opened file | usa | 2015-06-12 | 1 | -0/+2 |
* | * win32/win32.c (rb_w32_{getc,putc}): removed. they are needed for old | usa | 2015-04-24 | 1 | -18/+0 |
* | * win32/win32.c: remove bcc related code. | naruse | 2015-04-23 | 1 | -43/+2 |
* | win32.c: readlink | nobu | 2015-03-23 | 1 | -0/+3 |
* | win32.c: w32_lstati64 | nobu | 2015-03-23 | 1 | -0/+3 |
* | win32.c: S_IFLNK | nobu | 2015-03-19 | 1 | -0/+2 |
* | * win32/win32.c, include/win32/win32.h (rb_w32_set_nonblock): new | usa | 2014-11-10 | 1 | -0/+1 |
* | revert File::Statfs [Feature #9772] | naruse | 2014-05-22 | 1 | -15/+0 |
* | * win32/win32.c, include/ruby/win32.h (ustatfs): implementation of | usa | 2014-04-22 | 1 | -0/+15 |
* | * include/ruby/win32.h (rb_w32_cmdvector): removed. | usa | 2014-04-15 | 1 | -1/+0 |
* | win32.c: wchar conversion | nobu | 2014-04-05 | 1 | -0/+2 |
* | win32/win32.c: add rb_w32_inet_pton | nobu | 2014-02-23 | 1 | -0/+4 |
* | * include/ruby/intern.h, | akr | 2014-02-14 | 1 | -1/+1 |
* | win32.h: define strtoll and strtoull for earlier VC | nobu | 2014-02-07 | 1 | -0/+5 |
* | win32.c: rb_w32_dup2 | nobu | 2013-11-28 | 1 | -0/+4 |
* | win32.h: suppress INFINITY warnings | nobu | 2013-10-23 | 1 | -0/+14 |
* | win32.h: declare fstati64 to suppress warnings | nobu | 2013-10-14 | 1 | -0/+2 |
* | win32.h: define or declare finite always | nobu | 2013-10-10 | 1 | -0/+2 |
* | win32.c: clock_getres | nobu | 2013-09-06 | 1 | -0/+1 |
* | * include/ruby/win32.h (CLOCK_MONOTONIC): typo. | usa | 2013-08-19 | 1 | -1/+1 |
* | * include/ruby/win32.h, win32/Makefile.sub, win32/win32.c | usa | 2013-08-15 | 1 | -0/+5 |
* | win32.c: for strict ANSI | nobu | 2013-07-08 | 1 | -15/+1 |
* | win32.c: UTF-8 spawn | nobu | 2013-06-30 | 1 | -0/+1 |
* | win32.c: UTF-8 aspawn | nobu | 2013-06-30 | 1 | -0/+2 |
* | iphlpapi is unavailable with older VC | nobu | 2013-05-14 | 1 | -0/+2 |
* | win32.h: fix for VC9 | nobu | 2013-05-14 | 1 | -4/+14 |
* | * win32/win32.c, include/ruby/win32.h (getipaddrs): [experimental] | usa | 2013-05-13 | 1 | -4/+24 |
* | * configure.in: removes AC_CHECK_FUNC(fseeko, fseeko64, ftello, | kosaki | 2013-05-12 | 1 | -18/+0 |
* | win32.h: INTPTR_MAX, INTPTR_MIN, UINTPTR_MAX | nobu | 2013-05-03 | 1 | -0/+5 |
* | defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END} | nobu | 2013-04-05 | 1 | -6/+2 |
* | win32.h: revert r37337 | nobu | 2013-01-30 | 1 | -1/+1 |
* | win32.h: fstat on mingw32 | nobu | 2012-10-27 | 1 | -1/+1 |
* | win32.h: set floating point precision for pow() | shirosaki | 2012-10-12 | 1 | -1/+19 |
* | win32.c: rb_w32_inet_ntop should be const | nobu | 2012-07-29 | 1 | -1/+1 |
* | Fix broken pow() on x64-mingw32 | shirosaki | 2012-07-24 | 1 | -0/+14 |
* | * include/ruby/win32.h (NT, NtInitialize): removed unused old macros. | usa | 2012-07-10 | 1 | -3/+0 |
* | * include/ruby/win32.h: sorry, mistaken. | usa | 2012-07-09 | 1 | -3/+3 |