Age | Commit message (Expand) | Author |
2013-10-14 | win32.h: declare fstati64 to suppress warnings | nobu |
2013-10-10 | win32.h: define or declare finite always | nobu |
2013-09-06 | win32.c: clock_getres | nobu |
2013-08-19 | * include/ruby/win32.h (CLOCK_MONOTONIC): typo. | usa |
2013-08-15 | * include/ruby/win32.h, win32/Makefile.sub, win32/win32.c | usa |
2013-07-08 | win32.c: for strict ANSI | nobu |
2013-06-30 | win32.c: UTF-8 spawn | nobu |
2013-06-30 | win32.c: UTF-8 aspawn | nobu |
2013-05-14 | iphlpapi is unavailable with older VC | nobu |
2013-05-14 | win32.h: fix for VC9 | nobu |
2013-05-13 | * win32/win32.c, include/ruby/win32.h (getipaddrs): [experimental] | usa |
2013-05-12 | * configure.in: removes AC_CHECK_FUNC(fseeko, fseeko64, ftello, | kosaki |
2013-05-03 | win32.h: INTPTR_MAX, INTPTR_MIN, UINTPTR_MAX | nobu |
2013-04-05 | defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END} | nobu |
2013-01-30 | win32.h: revert r37337 | nobu |
2012-10-27 | win32.h: fstat on mingw32 | nobu |
2012-10-12 | win32.h: set floating point precision for pow() | shirosaki |
2012-07-29 | win32.c: rb_w32_inet_ntop should be const | nobu |
2012-07-24 | Fix broken pow() on x64-mingw32 | shirosaki |
2012-07-10 | * include/ruby/win32.h (NT, NtInitialize): removed unused old macros. | usa |
2012-07-09 | * include/ruby/win32.h: sorry, mistaken. | usa |
2012-07-09 | * win32/configure.bat, win32/setup.mak, win32/Makefile.sub: omit Win9x | usa |
2012-06-13 | include/ruby/win32.h: fix comment style | nobu |
2012-06-06 | * win32/win32.c, include/ruby/win32.h (rb_w32_wrap_io_handle): new API. | usa |
2012-05-08 | * include/ruby/win32.h (FD_SET): change function to macro. | shirosaki |
2012-04-16 | * win32/win32.c (gmtime_r, localtime_r): POSIX compliant reentrant | nobu |
2012-04-07 | * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration of | shirosaki |
2012-03-22 | * include/ruby/win32.h (fstati64): fix macro conflicts. | nobu |
2012-03-22 | * win32/win32.c (rb_w32_fstat, rb_w32_fstati64): convert FILETIME | nobu |
2012-03-15 | * win32/win32.c, include/ruby/win32.h (rb_w32_ugetenv): new API to | usa |
2011-12-14 | * win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function. | usa |
2011-12-08 | Silence stat redefinition warnings under win32 | luislavena |
2011-12-05 | * include/ruby/{subst.h,win32.h}, ext/socket/rubysocket.h: revert | usa |
2011-11-29 | * win32/win32.c (rb_w32_inet_ntop): constified. | nobu |
2011-11-28 | * include/ruby/win32.h (GetCurrentThreadHandle): remove unused API. | nagachika |
2011-11-28 | * include/ruby/subst.h: moved Windows specific substitions from | nobu |
2011-10-31 | * win32/win32.c (setfl): extract from fcntl(). | usa |
2011-08-05 | * include/ruby/win32.h (frexp, modf): original macros. | nobu |
2011-08-03 | Mark a code is GPL or not. | naruse |
2011-07-15 | * win32/win32.c, include/ruby/win32.h (rb_w32_io_cancelable_p): renamed | usa |
2011-07-09 | * win32/win32.c (rb_w32_{read,write}): should be signed. | nobu |
2011-05-15 | * remove trailing spaces. | nobu |
2011-04-29 | * include/ruby/win32.h: remove redundunt declaration of | kosaki |
2011-04-29 | * thread_win32.c, include/ruby/win32.h: add prototypes. | nobu |
2011-04-29 | * thread_win32.c (native_cond_timedwait): New. r31373 caused | kosaki |
2011-04-26 | * include/ruby/win32.h (frexp, modf): fix suppressing warnings on | nobu |
2011-04-26 | * include/ruby/win32.h (ftruncate, truncate, ftello, fseeko): non-64 | nobu |
2011-04-14 | * include/ruby/win32.h (frexp, modf): wrongly declared as pure in | nobu |
2011-04-14 | * include/ruby/win32.h (ftruncate, truncate): mingw64 misses | nobu |
2011-04-12 | * include/ruby/win32.h: VC doesn't have ftruncate() and others, but | usa |