Age | Commit message (Expand) | Author |
2007-02-05 | * intern.h: prepare rb_last_status_get() and rb_last_status_set(). | ko1 |
2006-12-31 | * Merge YARV | ko1 |
2006-12-06 | * win32/win32.c (init_stdhandle): redirect unopened IOs to NUL. | nobu |
2006-10-30 | * dir.c (glob_helper): get rid of possible memory leak. | nobu |
2006-10-18 | * win32/win32.c (rb_w32_utime): allow NULL to set the current time. | nobu |
2006-08-12 | * configure.in, bcc32/Makefile.sub, win32/Makefile.sub, win32/dir.h, | nobu |
2006-07-31 | * win32/win32.c (exit_handler): new function; release winsock and | usa |
2006-07-18 | * win32/win32.c (open_ifs_socket): should not use plain malloc. | usa |
2006-06-08 | * win32/win32.[ch] (rb_w32_read, rb_w32_write): new functions. | usa |
2006-06-07 | * win32/win32.c (errmap): add some winsock errors. | usa |
2006-06-01 | * win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotes | nobu |
2006-06-01 | * win32/win32.c (rb_w32_getcwd): runtime's getcwd() will not success | usa |
2006-06-01 | * win32/win32.c (rb_w32_getcwd): set errno if not set. | usa |
2006-03-02 | * win32/win32.c (filetime_to_unixtime): should set tm_isdst to -1. | ocean |
2006-02-24 | * win32/win32.c (NtInitialize): need to set a handler for VC++8. | usa |
2006-02-14 | * win32/win32.c (rb_w32_utime): drop read-only attribute before | usa |
2006-02-04 | * win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error. | usa |
2006-01-01 | * win32/win32.c (rb_w32_seekdir): should not segfault even if passed | ocean |
2005-11-28 | * win32/win32.c (rb_w32_strerror): remove all CR and LF. (avoid broken | ocean |
2005-11-22 | * file.c (test_identical): test if two files are identical. | nobu |
2005-11-22 | * win32/win32.c (winnt_stat): set mapped errno instead of ENOENT. | ocean |
2005-11-22 | * win32/win32.c (rb_w32_stat): Dir.chdir('//server/shared'); | ocean |
2005-11-05 | * configure.in, cygwin/GNUmakefile.in (mingw): use def file to alias | nobu |
2005-10-14 | * win32/win32.c (ioctl): should set errno. | usa |
2005-10-01 | * win32/win32.c (do_select, rb_w32_select): brush up. | usa |
2005-09-17 | * win32/win32.c (rb_w32_select): documented problem. | ocean |
2005-09-17 | * win32/win32.c (rb_w32_select): fixed deadlock bug. | ocean |
2005-09-17 | * win32/win32.c (rb_w32_select): I hope performance problem was | ocean |
2005-09-17 | * win32/win32.c (rb_w32_select): console support is back. | ocean |
2005-09-17 | * win32/win32.c (rb_w32_select): select for socket didn't work. | ocean |
2005-09-16 | * dir.c (rb_push_glob): fix delimiter bug. fixed: [ruby-dev:27105] | nobu |
2005-09-15 | * win32/win32.c (rb_w32_pipe_exec): remove unnecessary CloseHandle(). | usa |
2005-09-14 | * win32/win32.c (collect_file_fd): rename from extract_file_fd. | usa |
2005-09-14 | * dir.c (ruby_glob): glob function not using ruby exception system. | nobu |
2005-09-12 | * win32/win32.[hc] (rb_w32_argv_size, ...): reverted my latest change | ocean |
2005-09-07 | * win32/win32.[hc] (rb_w32_utime): constified. | ocean |
2005-08-18 | * win32/win32.c (socketpair_internal): need to call open_ifs_socket() | usa |
2005-08-03 | * configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF, | usa |
2005-07-25 | * win32/win32.[ch]: (rb_w32_vsnprintf, rb_w32_snprintf): removed. | usa |
2005-07-23 | * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, | nobu |
2005-07-16 | * win32/win32.[hc]: constified socket functions. [ruby-dev:26553] | ocean |
2005-07-14 | reordered just for diffing. | ocean |
2005-07-14 | * win32/win32.c (rb_w32_strerror): should return correct message | ocean |
2005-07-13 | * win32/win32.c (rb_w32_mkdir): should set EEXIST (not EACCES) | ocean |
2005-07-08 | * win32/win32.c (StartSockets): iSockOpt is no longer used. | nobu |
2005-07-06 | * win32/win32.c (open_ifs_socket): new function. | usa |
2005-06-20 | * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed? | usa |
2005-05-18 | * win32/win32.c (NtInitialize): fix typo. | usa |
2005-05-18 | * dir.c (glob_helper): get rid of using String. [ruby-dev:26180] | nobu |
2005-05-17 | * win32/win32.c (unixtime_to_filetime): use localtime() instaed of | usa |