Age | Commit message (Expand) | Author |
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 |
2011-10-29 | * win32/Makefile.sub (CONFIG_H): have stdint.h if VC2010. [Bug #5243] | arton |
2011-10-20 | * win32/win32.c (socklist_insert, socklist_lookup, socklist_delete): | usa |
2011-09-06 | * win32/Makefile.sub (INSNS): change command line option -Ks to -Ku | tarui |
2011-09-02 | * win32/win32.c (rb_w32_fd_copy): cast explicitly to suppress warnings. | nobu |
2011-08-30 | * win32/win32.c (rb_w32_select_with_thread): and my typo. we all must | usa |
2011-08-30 | * win32/win32.c, include/ruby/intern.h (rb_w32_fd_copy): implement | usa |
2011-08-16 | * win32/mkexports.rb (Exports::Mswin#each_export): exclude Init_ | nobu |
2011-08-05 | more clarified the license. | usa |
2011-08-03 | Mark a code is GPL or not. | naruse |
2011-07-31 | Forwardports r32772 and r32773 from branches/ruby_1_9_3 to trunk. | yugui |
2011-07-15 | * win32/win32.c (is_socket, is_console): add prototypes to fix compile | usa |
2011-07-15 | * win32/win32.c, include/ruby/win32.h (rb_w32_io_cancelable_p): renamed | usa |
2011-07-12 | * win32/setup.mak: support x86-amd64 cross compile environment. | usa |
2011-07-09 | * win32/win32.c (rb_w32_{read,write}): should be signed. | nobu |
2011-07-08 | * common.mk (RUN_OPT): disable gems. | nobu |
2011-07-08 | * win32/win32.c (wunlink): reverted a part of r32426. it was mistakenly | usa |
2011-07-08 | * win32/Makefile.sub (config.h): define GC_MARK_STACKFRAME_WORD. | usa |
2011-07-06 | * win32/win32.c (kill): check the process exited or not before | usa |
2011-06-15 | * thread.c (do_select): Windows: no need to poll if select(2) is | usa |
2011-05-16 | * configure.in, win32/Makefile.sub (RUBY_SO_NAME): add CPU as prefix | usa |
2011-05-15 | * include/ruby/intern.h: remove rb_fd_copy() to rb_fd_dup() and | kosaki |
2011-05-14 | fix mswin32 build error. | kosaki |
2011-05-13 | * win32/win32.c (rb_w32_select): check invalid handle before doing | usa |
2011-05-02 | * win32/win32.c (rb_w32_fdcopy): suppress a warning. | nobu |
2011-05-02 | * win32/win32.c: remove trailing spaces and no-cuddle "else". | nobu |
2011-04-30 | * win32/win32.c (rb_w32_fdcopy): New. This can copy even though | kosaki |
2011-04-29 | * thread_win32.c (native_cond_timedwait): New. r31373 caused | kosaki |
2011-04-28 | * win32/{win32.c,dir.h} (rb_w32_uopendir): new API to pass UTF-8 path. | usa |
2011-04-25 | * win32/win32.c (kill): accept 0 only sig is SIGINT #4596 | arton |
2011-04-25 | * win32/win32.c (kill): accept 0 as pid, fixes #4596 | arton |
2011-04-20 | * win32/win32.c (CreateChild): maximum length of lpCommandLine is | tarui |
2011-04-14 | * win32/win32.c (rb_w32_read): suppress warning. | nobu |
2011-04-11 | Evaluate truncate, ftruncate and ftello existence | luislavena |
2011-03-22 | * win32/win32.c: fix r31152 (dup line) | arton |
2011-03-22 | * win32/win32.c: wait process real termination after reading | arton |
2011-03-19 | * hash.c (ruby_setenv): check env process block size with OS ver. | arton |
2011-03-01 | * win32/win32.c: revert r30987 because it causes some failures in | usa |
2011-02-28 | * win32/win32.c (rb_w32_spawn): use shell if a commandline contain | kosaki |
2011-02-14 | * win32/setup.mak (USE_RUBYGEMS): fixed r30835. It didn't work on | kosaki |
2011-02-14 | * win32/win32.c (is_internal_cmd): if the first char of prog is '@', | usa |
2011-02-11 | * configure.in (rubygems): add --disable-rubygems option. | nobu |
2011-01-31 | * include/ruby/win32.h, win32/win32.c: add rb_w32_inet_ntop. | tarui |
2011-01-27 | * win32/win32.c: get rid of STRNDUPA(). It's dangerous API. | kosaki |
2011-01-27 | * win32/win32.c (rb_w32_aspawn): get rid of too huge alloca(). | kosaki |
2011-01-27 | * win32/win32.c (rb_w32_spawn): get rid of too huge alloca(). | kosaki |
2011-01-27 | * win32/win32.c (open_dir_handle): get rid of too huge alloca(). | kosaki |
2011-01-27 | * win32/win32.c (wstati64): get rid of too huge alloca(). | kosaki |