| Commit message (Expand) | Author | Age | Files | Lines |
* | * win32/win32.c (rb_w32_read): fix an issue that $stdin.read doesn't | shirosaki | 2012-01-28 | 1 | -1/+6 |
* | * test/ruby/test_thread.rb | shirosaki | 2012-01-28 | 1 | -2/+8 |
* | * win32/win32.c (rb_chsize): no need to get the current file size. | nobu | 2012-01-16 | 1 | -6/+3 |
* | * win32/win32.c (check_valid_dir): strict checking of root. | usa | 2012-01-05 | 1 | -1/+1 |
* | * win32/win32.c (check_valid_dir): special case for a root directory. | usa | 2012-01-04 | 1 | -1/+14 |
* | * common.mk,Makefile.in,win32/Makefile.sub (ECHO1): move platform | usa | 2011-12-14 | 1 | -1/+2 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function. | usa | 2011-12-14 | 1 | -0/+8 |
* | Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor... | luislavena | 2011-12-04 | 1 | -11/+3 |
* | * win32/win32.c (rb_w32_inet_ntop): constified. | nobu | 2011-11-29 | 1 | -7/+8 |
* | * include/ruby/win32.h, win32/win32.c (GetCurrentThreadHandle): remove | usa | 2011-11-28 | 1 | -17/+0 |
* | * win32/mkexports.rb (Exports#initialize): remove old symbol name. | usa | 2011-11-28 | 1 | -1/+0 |
* | * win32/mkexports.rb (Exports#read_substitution): need to read | nobu | 2011-11-28 | 1 | -6/+11 |
* | * win32/{Makeilfe.sub,win32.c} (FILE_COUNT, FILE_READPTR): move the | usa | 2011-11-28 | 2 | -2/+4 |
* | * win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898] | usa | 2011-11-28 | 1 | -1/+1 |
* | * win32/win32.c (_pioinfo): need to declare _pioinfo() before using | usa | 2011-11-22 | 1 | -0/+1 |
* | * win32/win32.c (_pioinfo): make an inline function. | nobu | 2011-11-22 | 1 | -1/+8 |
* | * win32/win32.c (dupfd): argument of _osfhnd and so on should not | nobu | 2011-11-22 | 1 | -2/+3 |
* | * io.c (rb_cloexec_open): set O_NOINHERIT instead of O_CLOEXEC if it is | usa | 2011-11-18 | 1 | -1/+2 |
* | * win32/win32.c (unixtime_to_filetime): should check the return value | usa | 2011-11-09 | 1 | -0/+3 |
* | * win32/configure.bat: disable delayed expansion of enironment variable. | usa | 2011-11-03 | 1 | -0/+2 |
* | * thread.c (rb_fd_rcopy): suppress warnings on mingw32. | nobu | 2011-11-03 | 1 | -4/+4 |
* | * win32/win32.c (setfl): extract from fcntl(). | usa | 2011-10-31 | 1 | -17/+78 |
* | * win32/Makefile.sub (CONFIG_H): have stdint.h if VC2010. [Bug #5243] | arton | 2011-10-29 | 1 | -19/+23 |
* | * win32/win32.c (socklist_insert, socklist_lookup, socklist_delete): | usa | 2011-10-20 | 1 | -32/+68 |
* | * win32/Makefile.sub (INSNS): change command line option -Ks to -Ku | tarui | 2011-09-06 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_fd_copy): cast explicitly to suppress warnings. | nobu | 2011-09-02 | 1 | -2/+2 |
* | * win32/win32.c (rb_w32_select_with_thread): and my typo. we all must | usa | 2011-08-30 | 1 | -1/+1 |
* | * win32/win32.c, include/ruby/intern.h (rb_w32_fd_copy): implement | usa | 2011-08-30 | 1 | -0/+16 |
* | * win32/mkexports.rb (Exports::Mswin#each_export): exclude Init_ | nobu | 2011-08-16 | 1 | -1/+2 |
* | more clarified the license. | usa | 2011-08-05 | 1 | -219/+229 |
* | Mark a code is GPL or not. | naruse | 2011-08-03 | 1 | -1/+219 |
* | Forwardports r32772 and r32773 from branches/ruby_1_9_3 to trunk. | yugui | 2011-07-31 | 1 | -0/+1 |
* | * win32/win32.c (is_socket, is_console): add prototypes to fix compile | usa | 2011-07-15 | 1 | -0/+3 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_io_cancelable_p): renamed | usa | 2011-07-15 | 1 | -6/+6 |
* | * win32/setup.mak: support x86-amd64 cross compile environment. | usa | 2011-07-12 | 1 | -0/+10 |
* | * win32/win32.c (rb_w32_{read,write}): should be signed. | nobu | 2011-07-09 | 1 | -2/+2 |
* | * common.mk (RUN_OPT): disable gems. | nobu | 2011-07-08 | 1 | -1/+1 |
* | * win32/win32.c (wunlink): reverted a part of r32426. it was mistakenly | usa | 2011-07-08 | 1 | -6/+1 |
* | * win32/Makefile.sub (config.h): define GC_MARK_STACKFRAME_WORD. | usa | 2011-07-08 | 1 | -0/+1 |
* | * win32/win32.c (kill): check the process exited or not before | usa | 2011-07-06 | 1 | -4/+29 |
* | * thread.c (do_select): Windows: no need to poll if select(2) is | usa | 2011-06-15 | 1 | -3/+18 |
* | * configure.in, win32/Makefile.sub (RUBY_SO_NAME): add CPU as prefix | usa | 2011-05-16 | 1 | -0/+3 |
* | * include/ruby/intern.h: remove rb_fd_copy() to rb_fd_dup() and | kosaki | 2011-05-15 | 1 | -1/+1 |
* | fix mswin32 build error. | kosaki | 2011-05-14 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_select): check invalid handle before doing | usa | 2011-05-13 | 1 | -21/+43 |
* | * win32/win32.c (rb_w32_fdcopy): suppress a warning. | nobu | 2011-05-02 | 1 | -1/+1 |
* | * win32/win32.c: remove trailing spaces and no-cuddle "else". | nobu | 2011-05-02 | 1 | -26/+27 |
* | * win32/win32.c (rb_w32_fdcopy): New. This can copy even though | kosaki | 2011-04-30 | 1 | -0/+12 |
* | * thread_win32.c (native_cond_timedwait): New. r31373 caused | kosaki | 2011-04-29 | 1 | -3/+7 |
* | * win32/{win32.c,dir.h} (rb_w32_uopendir): new API to pass UTF-8 path. | usa | 2011-04-28 | 2 | -27/+38 |