| Commit message (Expand) | Author | Age | Files | Lines |
* | * win32/win32.[hc] (rb_w32_argv_size, ...): reverted my latest change | ocean | 2005-09-12 | 1 | -6/+7 |
* | * win32/win32.[hc] (rb_w32_utime): constified. | ocean | 2005-09-07 | 1 | -13/+9 |
* | * win32/win32.c (socketpair_internal): need to call open_ifs_socket() | usa | 2005-08-18 | 1 | -2/+2 |
* | * configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF, | usa | 2005-08-03 | 1 | -0/+20 |
* | * win32/win32.[ch]: (rb_w32_vsnprintf, rb_w32_snprintf): removed. | usa | 2005-07-25 | 1 | -18/+0 |
* | * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, | nobu | 2005-07-23 | 1 | -3/+1 |
* | * win32/win32.[hc]: constified socket functions. [ruby-dev:26553] | ocean | 2005-07-16 | 1 | -21/+19 |
* | reordered just for diffing. | ocean | 2005-07-14 | 1 | -16/+16 |
* | * win32/win32.c (rb_w32_strerror): should return correct message | ocean | 2005-07-14 | 1 | -6/+19 |
* | * win32/win32.c (rb_w32_mkdir): should set EEXIST (not EACCES) | ocean | 2005-07-13 | 1 | -23/+23 |
* | * win32/win32.c (StartSockets): iSockOpt is no longer used. | nobu | 2005-07-08 | 1 | -5/+1 |
* | * win32/win32.c (open_ifs_socket): new function. | usa | 2005-07-06 | 1 | -16/+44 |
* | * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed? | usa | 2005-06-20 | 1 | -0/+20 |
* | * win32/win32.c (NtInitialize): fix typo. | usa | 2005-05-18 | 1 | -1/+1 |
* | * dir.c (glob_helper): get rid of using String. [ruby-dev:26180] | nobu | 2005-05-18 | 1 | -0/+10 |
* | * win32/win32.c (unixtime_to_filetime): use localtime() instaed of | usa | 2005-05-17 | 1 | -1/+1 |
* | * win32/win32.{h,c}: define rb_{p,g,u}id_t. | ocean | 2005-05-15 | 1 | -6/+6 |
* | * win32/win32.c (unixtime_to_filetime): deal with DST. | nobu | 2005-05-15 | 1 | -1/+3 |
* | * configure.in: Check for the availability of pid_t, gid_t and uid_t and | nobu | 2005-05-14 | 1 | -10/+10 |
* | * dir.c (rb_glob): fixed mismatch of argument. | ocean | 2005-03-05 | 1 | -4/+0 |
* | * file.c (eaccess): workaround for VC++8 runtime. | usa | 2005-03-04 | 1 | -0/+4 |
* | * win32/win32.c (rb_w32_fdopen): suppress warning. | nobu | 2005-02-10 | 1 | -1/+1 |
* | * configure.in, win32/Makefile.sub (LIBS, COMMON_HEADERS): use | usa | 2005-02-10 | 1 | -9/+5 |
* | * bcc32/Makefile.sub (COMMON_LIBS): add libraries included in | nobu | 2005-02-10 | 1 | -0/+17 |
* | * win32/win32.c (init_stdhandle): assign standard file handles. | nobu | 2005-02-10 | 1 | -0/+22 |
* | * win32/win32.c (flock_winnt, flock_win95): unlock file even if | usa | 2005-01-26 | 1 | -0/+2 |
* | * win32/win32.c (rb_w32_close): didn't close socket handle. | ocean | 2005-01-06 | 1 | -1/+15 |
* | * parse.y (BITSTACK_POP): workaround for bcc32 compiler's bug. | ocean | 2005-01-05 | 1 | -0/+2 |
* | * win32/win32.c (rb_w32_fdisset): check whether the handle is valid. | usa | 2004-12-15 | 1 | -1/+6 |
* | * win32/win32.c (rb_w32_close): need to reset osfhnd(). | usa | 2004-12-14 | 1 | -0/+1 |
* | * win32/win32.c (rb_w32_pipe_exec): need to close original socket | usa | 2004-12-08 | 1 | -3/+1 |
* | * win32/win32.c (rb_w32_pipe_exec): must close original handle | usa | 2004-12-08 | 1 | -8/+6 |
* | * win32/win32.c (rb_w32_fclose, rb_w32_close): shutdown socket | usa | 2004-12-08 | 1 | -0/+4 |
* | * win32/win32.c (is_socket): reorder of function definitions. | usa | 2004-12-07 | 1 | -6/+6 |
* | * io.c (pipe_open): win32 bidirectional pipe support. | usa | 2004-12-07 | 1 | -67/+165 |
* | * io.c (dir_s_mkdir): win32 special processing doesn't need any longer. | usa | 2004-12-07 | 1 | -0/+39 |
* | * io.c (is_socket): new function. | usa | 2004-12-06 | 1 | -25/+17 |
* | * win32/win32.c (CreateChild): push back the last space before next | usa | 2004-11-29 | 1 | -1/+1 |
* | * win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT's | usa | 2004-11-18 | 1 | -0/+14 |
* | * eval.c (ruby_options): now we cannot call rb_glob() before | usa | 2004-11-12 | 1 | -13/+2 |
* | * win32/win32.c (isUNCRoot): should check NUL after '.'. | eban | 2004-10-25 | 1 | -2/+2 |
* | * win32/win32.c (rb_w32_call_handler): workaround for Ctrl-C. | usa | 2004-09-22 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_getpid): don't need to use _getpid() on | usa | 2004-09-13 | 1 | -5/+1 |
* | * bcc32/Makefile.sub: bccwin32 port starts to use RTL dll. | ocean | 2004-09-10 | 1 | -0/+6 |
* | * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl. | usa | 2004-09-07 | 1 | -2/+47 |
* | * process.c (rb_proc_exec): strip trailing spaces. [ruby-dev:24143] | nobu | 2004-08-27 | 1 | -8/+27 |
* | * win32/win32.c (init_env): initialize HOME and USER environment | nobu | 2004-08-18 | 1 | -14/+61 |
* | * rubyio.h (rb_eof_error): should mark as NORETURN. | usa | 2004-08-12 | 1 | -29/+20 |
* | * win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32's | ocean | 2004-07-25 | 1 | -0/+52 |
* | * win32/win32.c (rb_w32_opendir): should set errno if error occurs | usa | 2004-06-21 | 1 | -0/+1 |