| Commit message (Expand) | Author | Age | Files | Lines |
* | * win32/win32.c (errmap): add some pipe errors. | usa | 2008-06-18 | 1 | -2/+14 |
* | * win32/win32.c (poll_child_status): set EINVAL to errno when | usa | 2008-06-18 | 1 | -5/+9 |
* | * win32/win32.c (CreateChild): no need to inherit handles here because | usa | 2008-06-17 | 1 | -1/+1 |
* | * suppress warnings on cygwin, mingw and mswin. | nobu | 2008-06-01 | 1 | -23/+5 |
* | * process.c, include/ruby/intern.h (rb_run_exec_options): externed. | usa | 2008-05-12 | 1 | -3/+2 |
* | * win32/win32.c (rb_w32_map_errno): exported. | nobu | 2008-02-20 | 1 | -2/+4 |
* | * include/ruby/win32.h win32/win32.c (rb_w32_pipe_exec): use dual fd | usa | 2007-11-20 | 1 | -47/+44 |
* | * win32/win32.c (init_env): refactoring. remove unused code. | usa | 2007-10-02 | 1 | -13/+10 |
* | * main.c (main): use platform-independent per-process initialization. | nobu | 2007-09-29 | 1 | -1/+1 |
* | * bcc32/{Makefile.sub,configure.bat,setup.mak: configure_args | nobu | 2007-07-21 | 1 | -1/+1 |
* | * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222] | nobu | 2007-07-15 | 1 | -0/+1 |
* | * win32/win32.c (CreateChild): enclose command line except for | nobu | 2007-07-13 | 1 | -10/+19 |
* | * win32/win32.c: remove unused functions. | usa | 2007-06-27 | 1 | -54/+0 |
* | * include/ruby/win32.h, win32/Makefile.sub, win32/configure.bat, | usa | 2007-06-27 | 1 | -19/+23 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -3/+3 |
* | * win32/win32.c (rb_w32_opendir): removed duplicated code. | nobu | 2007-05-29 | 1 | -23/+11 |
* | * win32/win32.c (rb_w32_opendir, rb_w32_readdir): eliminate magic | nobu | 2007-05-29 | 1 | -11/+15 |
* | * win32/win32.c (init_stdhandle): stderr should be without buffering, | usa | 2007-05-15 | 1 | -0/+1 |
* | * win32/win32.c (NtInitialize, exit_handler): add initializing and | usa | 2007-04-25 | 1 | -48/+36 |
* | * win32/win32.[ch] (rb_w32_enter_critical, rb_w32_leave_critical): no | usa | 2007-04-11 | 1 | -50/+0 |
* | * win32/win32.c (rb_w32_fclose, rb_w32_close): need to save errno | usa | 2007-04-10 | 1 | -0/+4 |
* | * thread.c (do_select): use ubf_select() as UBF on windows. | usa | 2007-04-09 | 1 | -7/+0 |
* | * win32/win32.c (rb_w32_cmdvector): fixed buffer size. reported by | usa | 2007-03-30 | 1 | -10/+5 |
* | * win32/win32.c (init_env, insert, cmdglob, rb_w32_cmdvector, | usa | 2007-03-23 | 1 | -47/+44 |
* | * win32/dir.h, win32/win32.c (rb_w32_opendir, rb_w32_readdir, | usa | 2007-03-17 | 1 | -8/+14 |
* | * parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixed | nobu | 2007-03-04 | 1 | -6/+6 |
* | * file.c (rb_thread_flock, rb_file_flock): use UBF feature. | nobu | 2007-02-24 | 1 | -1/+1 |
* | * process.c (rb_waitpid_blocking, rb_waitpid): use UBF feature. | nobu | 2007-02-24 | 1 | -2/+2 |
* | * win32/win32.c (StartSocket): remove unnecessary code. | usa | 2007-02-24 | 1 | -9/+0 |
* | * thread.c (rb_thread_polling): check interrupts here. | usa | 2007-02-23 | 1 | -118/+6 |
* | * win32/win32.c (set_pioinfo_extra): simplified. | usa | 2007-02-23 | 1 | -39/+17 |
* | * configure.in (pid_t, uid_t, gid_t): check if defined. | nobu | 2007-02-18 | 1 | -3/+3 |
* | * win32/win32.c (get_pioinfo_extra): new function for VC++8 SP1 | usa | 2007-02-15 | 1 | -1/+51 |
* | * intern.h: prepare rb_last_status_get() and rb_last_status_set(). | ko1 | 2007-02-05 | 1 | -3/+1 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -15/+9 |
* | * win32/win32.c (init_stdhandle): redirect unopened IOs to NUL. | nobu | 2006-12-06 | 1 | -3/+12 |
* | * dir.c (glob_helper): get rid of possible memory leak. | nobu | 2006-10-30 | 1 | -15/+38 |
* | * win32/win32.c (rb_w32_utime): allow NULL to set the current time. | nobu | 2006-10-18 | 1 | -4/+10 |
* | * configure.in, bcc32/Makefile.sub, win32/Makefile.sub, win32/dir.h, | nobu | 2006-08-12 | 1 | -11/+190 |
* | * win32/win32.c (exit_handler): new function; release winsock and | usa | 2006-07-31 | 1 | -19/+30 |
* | * win32/win32.c (open_ifs_socket): should not use plain malloc. | usa | 2006-07-18 | 1 | -1/+5 |
* | * win32/win32.[ch] (rb_w32_read, rb_w32_write): new functions. | usa | 2006-06-08 | 1 | -0/+24 |
* | * win32/win32.c (errmap): add some winsock errors. | usa | 2006-06-07 | 1 | -1/+7 |
* | * win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotes | nobu | 2006-06-01 | 1 | -2/+2 |
* | * win32/win32.c (rb_w32_getcwd): runtime's getcwd() will not success | usa | 2006-06-01 | 1 | -19/+30 |
* | * win32/win32.c (rb_w32_getcwd): set errno if not set. | usa | 2006-06-01 | 1 | -0/+7 |
* | * win32/win32.c (filetime_to_unixtime): should set tm_isdst to -1. | ocean | 2006-03-02 | 1 | -0/+1 |
* | * win32/win32.c (NtInitialize): need to set a handler for VC++8. | usa | 2006-02-24 | 1 | -0/+11 |
* | * win32/win32.c (rb_w32_utime): drop read-only attribute before | usa | 2006-02-14 | 1 | -0/+5 |
* | * win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error. | usa | 2006-02-04 | 1 | -1/+14 |