| Commit message (Expand) | Author | Age | Files | Lines |
* | * win32/win32.c (getppid): typo. [ruby-dev:36202] | usa | 2008-09-08 | 1 | -15/+15 |
* | * win32/win32.c (filetime_to_unixtime): remove unused variable. | usa | 2008-09-08 | 1 | -1/+0 |
* | * win32/win32.c (filetime_to_timeval): new function, split from | usa | 2008-09-03 | 1 | -28/+23 |
* | * win32/win32.c: fix ruby/signal.h depending codes. | ko1 | 2008-09-03 | 1 | -9/+3 |
* | * win32/win32.c (gettimeofday): easier calculation. use the definition | usa | 2008-09-02 | 1 | -1/+1 |
* | * win32/win32.c (gettimeofday): calc tv_sec and tv_usec from system | usa | 2008-09-02 | 1 | -6/+18 |
* | * win32/win32.c (gettimeofday): shouldn't use mktime(2) because it's | usa | 2008-09-01 | 1 | -11/+2 |
* | * win32/win32.c (rb_w32_open, rb_w32_read, rb_w32_write): fallback to | usa | 2008-08-30 | 1 | -0/+17 |
* | * win32/win32.c (rb_w32_read): EOF is not error. | usa | 2008-08-30 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_read, rb_w32_write): more accurate handling | usa | 2008-08-28 | 1 | -2/+6 |
* | * win32/win32.c (set_pioinfo_extra): use MSVCRT's open() and close(). | usa | 2008-08-28 | 1 | -2/+2 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_open): overlapped file | usa | 2008-08-28 | 1 | -9/+448 |
* | * win32.c (init_stdhandle): set binmode. | usa | 2008-08-25 | 1 | -0/+9 |
* | * win32/win32.c (rb_w32_seekdir): no need to rewind to seek forward. | nobu | 2008-08-01 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_select): recalc the rest of timeout for each | nobu | 2008-07-30 | 1 | -8/+30 |
* | * win32/win32.c (overlapped_socket_io, fcntl, rb_w32_close): must not | nobu | 2008-07-28 | 1 | -4/+11 |
* | * win32/win32.c (CreateChild, overlapped_socket_io): suppress | nobu | 2008-07-28 | 1 | -3/+3 |
* | * win32/win32.c (MAXPATHLEN): define before use. | usa | 2008-07-28 | 1 | -6/+6 |
* | * dln.h (dln_find_exe, dln_find_file): deprecated, use reentrant | nobu | 2008-07-27 | 1 | -1/+2 |
* | * win32/win32.c (exit_handler): use st_free_table() to free socklist. | usa | 2008-07-24 | 1 | -16/+42 |
* | * win32/win32.c (overlapped_socket_io): avoid warnings. | usa | 2008-07-24 | 1 | -11/+16 |
* | * win32/win32.c (init_func): new function to get API's address which | usa | 2008-07-22 | 1 | -18/+15 |
* | * win32/win32.c (socklist): table for registering socket options | usa | 2008-07-18 | 1 | -97/+160 |
* | * thread_win32.c (ubf_handle): cancel blocking IO if it can (only | usa | 2008-07-15 | 1 | -0/+1 |
* | * win32/win32.c (rb_w32_select): shoudn't pass non-socket handle to | usa | 2008-07-11 | 1 | -0/+4 |
* | * win32/win32.c (rb_w32_accept, rb_w32_socket, rb_w32_socketpair): | usa | 2008-07-11 | 1 | -4/+4 |
* | * win32/win32.c (CreateChild): the measures for Vista is no longer | usa | 2008-07-11 | 1 | -1/+1 |
* | * win32/win32.c (insert): follow recent changes of globbing. | usa | 2008-07-10 | 1 | -1/+1 |
* | * include/ruby/win32.h, win32/win32.c (rb_w32_getppid): now support | usa | 2008-06-24 | 1 | -0/+34 |
* | * win32/win32.c (rb_w32_osid, rb_w32_osver, CreateChild): XP is | usa | 2008-06-21 | 1 | -3/+15 |
* | * win32/win32.c (rb_w32_spawn): no longer support P_WAIT. | usa | 2008-06-21 | 1 | -4/+0 |
* | * 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 |