summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2012-05-17Imports Ruby's port to NativeClient (a.k.a NaCl).yugui
2012-05-08* include/ruby/win32.h (FD_SET): change function to macro.shirosaki
2012-05-03distclean verconf.hnobu
2012-04-24* win32/win32.c (waitpid): need to check the return value ofusa
2012-04-23* win32/win32.c (szInternalCmds, internal_match, internal_cmd_match):usa
2012-04-18* win32/file.c (INVALID_FILE_ATTRIBUTES): commit miss of r35384.usa
2012-04-16* win32/win32.c (gmtime_r, localtime_r): POSIX compliant reentrantnobu
2012-04-16* configure.in (RUBY_MSVCRT_VERSION): define on mingw too.nobu
2012-04-15* reduce UNREACHABLE.nobu
2012-04-14* configure.in (UNREACHABLE): gcc 4.4 eliminates unreachable codenobu
2012-04-14* variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain
2012-04-09* win32/win32.c (isUNCRoot, winnt_stat): support long UNC.nobu
2012-04-07* include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration ofshirosaki
2012-04-07* test/ruby/test_thread.rbshirosaki
2012-03-27* configure.in (verconf.h): separate load path specific stuff fromnobu
2012-03-27* win32/Makefile.sub: fix config.h path to include.nobu
2012-03-27* win32/win32.c (check_if_dir): fix memory leak.kazu
2012-03-26* win32/Makefile.sub (newline.c, miniprelude.c): search from sourcenobu
2012-03-26* win32/win32.c (check_if_dir, check_if_wdir): fix for Visual C++nobu
2012-03-26* win32/win32.c (rb_w32_open, rb_w32_wopen): check if the file is anobu
2012-03-22* win32/win32.c (rb_w32_fstat, rb_w32_fstati64): convert FILETIMEnobu
2012-03-18* win32/Makefile.sub: put an empty line between stub and script.nobu
2012-03-15* win32/win32.c, include/ruby/win32.h (rb_w32_ugetenv): new API tousa
2012-03-01* win32/makedirs.bat: new command to make intermediatenobu
2012-02-29* win32/Makefile.sub (MAKEDIRS): use mkdir of cmd.exe instead of ruby.usa
2012-02-29fix indentnobu
2012-02-29clean-platformnobu
2012-02-28* Makefile.in (PLATFORM_DIR): add a variable for `win32` directory.shirosaki
2012-01-28* win32/win32.c (rb_w32_read): fix an issue that $stdin.read doesn'tshirosaki
2012-01-28* test/ruby/test_thread.rbshirosaki
2012-01-16* win32/win32.c (rb_chsize): no need to get the current file size.nobu
2012-01-05* win32/win32.c (check_valid_dir): strict checking of root.usa
2012-01-04* win32/win32.c (check_valid_dir): special case for a root directory.usa
2011-12-14* common.mk,Makefile.in,win32/Makefile.sub (ECHO1): move platformusa
2011-12-14* win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function.usa
2011-12-04Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena
2011-11-29* win32/win32.c (rb_w32_inet_ntop): constified.nobu
2011-11-28* include/ruby/win32.h, win32/win32.c (GetCurrentThreadHandle): removeusa
2011-11-28* win32/mkexports.rb (Exports#initialize): remove old symbol name.usa
2011-11-28* win32/mkexports.rb (Exports#read_substitution): need to readnobu
2011-11-28* win32/{Makeilfe.sub,win32.c} (FILE_COUNT, FILE_READPTR): move theusa
2011-11-28* win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898]usa
2011-11-22* win32/win32.c (_pioinfo): need to declare _pioinfo() before usingusa
2011-11-22* win32/win32.c (_pioinfo): make an inline function.nobu
2011-11-22* win32/win32.c (dupfd): argument of _osfhnd and so on should notnobu
2011-11-18* io.c (rb_cloexec_open): set O_NOINHERIT instead of O_CLOEXEC if it isusa
2011-11-09* win32/win32.c (unixtime_to_filetime): should check the return valueusa
2011-11-03* win32/configure.bat: disable delayed expansion of enironment variable.usa
2011-11-03* thread.c (rb_fd_rcopy): suppress warnings on mingw32.nobu
2011-10-31* win32/win32.c (setfl): extract from fcntl().usa