aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (finish_overlapped_socket, overlapped_socket_io):usa2012-05-231-8/+21
* Bug #6462: EXTSOLIBSnobu2012-05-201-0/+3
* Imports Ruby's port to NativeClient (a.k.a NaCl).yugui2012-05-171-0/+1
* * include/ruby/win32.h (FD_SET): change function to macro.shirosaki2012-05-081-22/+12
* distclean verconf.hnobu2012-05-031-1/+1
* * 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/file.c (INVALID_FILE_ATTRIBUTES): commit miss of r35384.usa2012-04-181-0/+4
* * win32/win32.c (gmtime_r, localtime_r): POSIX compliant reentrantnobu2012-04-162-0/+106
* * configure.in (RUBY_MSVCRT_VERSION): define on mingw too.nobu2012-04-162-6/+6
* * 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
* * configure.in (verconf.h): separate load path specific stuff fromnobu2012-03-271-4/+7
* * win32/Makefile.sub: fix config.h path to include.nobu2012-03-271-2/+2
* * win32/win32.c (check_if_dir): fix memory leak.kazu2012-03-271-16/+10
* * win32/Makefile.sub (newline.c, miniprelude.c): search from sourcenobu2012-03-261-0/+11
* * 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
* * win32/Makefile.sub: put an empty line between stub and script.nobu2012-03-181-5/+8
* * win32/win32.c, include/ruby/win32.h (rb_w32_ugetenv): new API tousa2012-03-151-8/+59
* * win32/makedirs.bat: new command to make intermediatenobu2012-03-013-2/+4
* * win32/Makefile.sub (MAKEDIRS): use mkdir of cmd.exe instead of ruby.usa2012-02-292-2/+6
* fix indentnobu2012-02-291-11/+11
* clean-platformnobu2012-02-291-1/+1
* * Makefile.in (PLATFORM_DIR): add a variable for `win32` directory.shirosaki2012-02-282-4/+36
* * win32/win32.c (rb_w32_read): fix an issue that $stdin.read doesn'tshirosaki2012-01-281-1/+6
* * test/ruby/test_thread.rbshirosaki2012-01-281-2/+8
* * win32/win32.c (rb_chsize): no need to get the current file size.nobu2012-01-161-6/+3
* * win32/win32.c (check_valid_dir): strict checking of root.usa2012-01-051-1/+1
* * win32/win32.c (check_valid_dir): special case for a root directory.usa2012-01-041-1/+14
* * common.mk,Makefile.in,win32/Makefile.sub (ECHO1): move platformusa2011-12-141-1/+2
* * win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function.usa2011-12-141-0/+8
* Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena2011-12-041-11/+3
* * win32/win32.c (rb_w32_inet_ntop): constified.nobu2011-11-291-7/+8
* * include/ruby/win32.h, win32/win32.c (GetCurrentThreadHandle): removeusa2011-11-281-17/+0
* * win32/mkexports.rb (Exports#initialize): remove old symbol name.usa2011-11-281-1/+0
* * win32/mkexports.rb (Exports#read_substitution): need to readnobu2011-11-281-6/+11
* * win32/{Makeilfe.sub,win32.c} (FILE_COUNT, FILE_READPTR): move theusa2011-11-282-2/+4
* * win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898]usa2011-11-281-1/+1
* * win32/win32.c (_pioinfo): need to declare _pioinfo() before usingusa2011-11-221-0/+1
* * win32/win32.c (_pioinfo): make an inline function.nobu2011-11-221-1/+8
* * win32/win32.c (dupfd): argument of _osfhnd and so on should notnobu2011-11-221-2/+3
* * io.c (rb_cloexec_open): set O_NOINHERIT instead of O_CLOEXEC if it isusa2011-11-181-1/+2
* * win32/win32.c (unixtime_to_filetime): should check the return valueusa2011-11-091-0/+3
* * win32/configure.bat: disable delayed expansion of enironment variable.usa2011-11-031-0/+2