aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* iphlpapi is unavailable with older VCnobu2013-05-141-0/+2
* * win32/win32.c (NET_LUID): mingw may have NET_LUID and not definedusa2013-05-141-1/+1
* * win32/win32.c (getipaddrs): use alternamtive interface name ifusa2013-05-131-4/+66
* * win32/win32.c, include/ruby/win32.h (getipaddrs): [experimental]usa2013-05-131-3/+83
* * configure.in: removes AC_CHECK_FUNC(fseeko, fseeko64, ftello,kosaki2013-05-121-32/+0
* win32.c: fix build errornobu2013-05-031-0/+4
* win32.c: optimizationnobu2013-05-031-3/+2
* * win32/win32.c (poll_child_status): constified.usa2013-05-021-1/+1
* * test/ruby/test_process.rb (TestProcess#test_no_curdir): maybe nowusa2013-05-021-0/+1
* * win32/win32.c (poll_child_status): [experimental] set the cause ofusa2013-05-021-1/+33
* win32.c: pass through unknown sequencenobu2013-04-031-1/+11
* win32.c: missing breaknobu2013-04-021-0/+1
* * win32/win32.c (wrename): use MoveFileExW instead of MoveFileW,usa2013-03-291-10/+1
* win32.c: fix typenobu2013-02-281-3/+3
* win32.c: suppress warningnobu2013-02-281-1/+1
* win32.c: suppress warningsnobu2013-02-271-2/+2
* win32.c: stylenobu2013-02-151-1/+2
* win32.c: missing initializationnobu2013-01-231-2/+2
* win32.c: acp_to_wstr results checknobu2013-01-231-8/+16
* * win32/{dir.h,win32.c} (rb_w32_readdir): removed old rb_w32_readdir()usa2012-12-211-9/+2
* * win32/win32.c (rb_w32_read): Windows 8 fixed one of a bug of consoleusa2012-11-201-1/+1
* * win32/win32.c (has_redirection): should use shell (cmd.exe) whenusa2012-10-251-0/+1
* * win32/win32.c (check_valid_dir): reject "..." as directory name.usa2012-08-141-1/+8
* Optimize winnt_statshirosaki2012-08-091-16/+38
* win32.c: rb_w32_inet_ntop should be constnobu2012-07-291-1/+1
* win32/win32.c: suppress warning redeclaredshirosaki2012-07-281-6/+4
* win32/win32.c: fix localtime_r() on x64-mingwshirosaki2012-07-281-3/+14
* * win32/win32.c (rb_w32_socket, rb_w32_socketpair): remember the familyusa2012-07-241-11/+33
* * win32/win32.c (win95_stat): remove unnecessary macro.usa2012-07-091-1/+0
* * win32/configure.bat, win32/setup.mak, win32/Makefile.sub: omit Win9xusa2012-07-091-110/+6
* * win32/win32.c, include/ruby/win32.h (rb_w32_wrap_io_handle): new API.usa2012-06-061-0/+38
* * win32/win32.c (rb_w32_close): of course, console handle is not socket.usa2012-06-061-1/+9
* no windows dialognobu2012-06-041-0/+2
* win32: VT100 escapenobu2012-06-041-6/+372
* * win32/win32.c (finish_overlapped_socket, overlapped_socket_io):usa2012-05-231-8/+21
* * include/ruby/win32.h (FD_SET): change function to macro.shirosaki2012-05-081-22/+12
* * win32/win32.c (waitpid): need to check the return value ofusa2012-04-241-1/+7
* * win32/win32.c (szInternalCmds, internal_match, internal_cmd_match):usa2012-04-231-51/+51
* * win32/win32.c (gmtime_r, localtime_r): POSIX compliant reentrantnobu2012-04-161-0/+105
* * configure.in (RUBY_MSVCRT_VERSION): define on mingw too.nobu2012-04-161-5/+5
* * reduce UNREACHABLE.nobu2012-04-151-6/+2
* * configure.in (UNREACHABLE): gcc 4.4 eliminates unreachable codenobu2012-04-141-1/+1
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-141-2/+2
* * win32/win32.c (isUNCRoot, winnt_stat): support long UNC.nobu2012-04-091-3/+8
* * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration ofshirosaki2012-04-071-7/+12
* * test/ruby/test_thread.rbshirosaki2012-04-071-1/+1
* * win32/win32.c (check_if_dir): fix memory leak.kazu2012-03-271-16/+10
* * win32/win32.c (check_if_dir, check_if_wdir): fix for Visual C++nobu2012-03-261-4/+16
* * win32/win32.c (rb_w32_open, rb_w32_wopen): check if the file is anobu2012-03-261-4/+33
* * win32/win32.c (rb_w32_fstat, rb_w32_fstati64): convert FILETIMEnobu2012-03-221-25/+24