| Commit message (Expand) | Author | Age | Files | Lines |
* | * win32/win32.h: define execv() using do_aspawn(). | eban | 2003-12-10 | 1 | -0/+2 |
* | * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub | usa | 2003-12-01 | 1 | -1/+2 |
* | win32/win32.c (rb_win32_stat): add "." to buf1 only if it has a drive letter. | eban | 2003-11-27 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_stat): remove _fullpath() for NUL: device. | eban | 2003-11-27 | 1 | -14/+12 |
* | * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub | usa | 2003-11-24 | 1 | -1/+1 |
* | * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub | usa | 2003-11-22 | 1 | -0/+2 |
* | * win32/win32.c (make_cmdvector): process backslashes even if a quote | nobu | 2003-11-06 | 1 | -2/+1 |
* | * string.c: add #include "version.h". this file still depends on it. | usa | 2003-11-05 | 1 | -1/+2 |
* | * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub: | usa | 2003-11-04 | 1 | -4/+3 |
* | * configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791] | eban | 2003-10-31 | 1 | -0/+1 |
* | * wince/Makefile.sub, win32/Makefile.sub (.y.c): allow white spaces | usa | 2003-10-30 | 1 | -1/+1 |
* | * win32/win32.c (do_spawn, do_aspawn): should return child's exit | usa | 2003-10-21 | 1 | -2/+8 |
* | * win32/win32.c (do_spawn, do_aspawn): should wait child process even | usa | 2003-10-21 | 1 | -0/+2 |
* | * MANIFEST: add test/csv/mac.csv. | eban | 2003-09-16 | 1 | -1/+1 |
* | * win32/win32.c (CreateChild): need to quote cmd if RUBYSHELL is set. | usa | 2003-09-05 | 1 | -6/+11 |
* | * win32/win32.c (isInternalCmd): stupid miss. | nobu | 2003-09-05 | 1 | -1/+1 |
* | * lib/mkmf.rb (have_library, find_library): configure by library | nobu | 2003-09-05 | 1 | -42/+70 |
* | * win32/win32.c (map_errno): support winsock error. | usa | 2003-08-26 | 2 | -48/+88 |
* | * marshal.c (w_symbol, w_object): get rid of warnings. | nobu | 2003-08-16 | 1 | -0/+8 |
* | * win32/win32.c (rb_w32_utime): never use utime() of C runtime. | usa | 2003-08-03 | 1 | -15/+16 |
* | * win32/win32.c (isInternalCmd): shouldn't return if find end of str. | usa | 2003-08-01 | 1 | -1/+1 |
* | * error.c (rb_raise): snprintf() termination moved to | nobu | 2003-07-30 | 2 | -65/+46 |
* | * ChangeLog: tabify. | usa | 2003-07-29 | 1 | -57/+55 |
* | * io.c (rb_fdopen): set errno if it's zero on win32 platforms. | usa | 2003-07-26 | 1 | -16/+0 |
* | * win32/win32.c (make_cmdvector): recognize quote within string. | usa | 2003-07-18 | 1 | -211/+173 |
* | * win32/win32.c (rb_w32_opendir): need to set errno. [ruby-talk:73761] | usa | 2003-06-17 | 1 | -1/+4 |
* | * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub | usa | 2003-06-05 | 1 | -2/+3 |
* | * win32/win32.c (_CRTIMP): redefine _CRTIMP on MinGW. | eban | 2003-05-29 | 1 | -3/+4 |
* | * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, | nobu | 2003-05-21 | 1 | -9/+12 |
* | * win32/win32.c (kill): set errno after calling raise(). | usa | 2003-05-20 | 1 | -2/+7 |
* | * win32/win32.c (kill): fix typo and add signal 0 support. | usa | 2003-05-15 | 1 | -2/+22 |
* | * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define | usa | 2003-05-13 | 2 | -0/+2 |
* | * numeric.c (flo_is_finite_p): use finite() if available. | nobu | 2003-04-21 | 2 | -24/+14 |
* | * win32/win32.c (NtInitialize): set the floating-point control word | eban | 2003-04-20 | 2 | -3/+4 |
* | * win32/win32.c (rb_w32_stat): check arguments. [ruby-dev:20007] | nobu | 2003-04-11 | 1 | -3/+7 |
* | * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define | nobu | 2003-03-04 | 2 | -9/+2 |
* | * win32/win32.c (map_errno): map OS error to errno. [new] | usa | 2003-02-28 | 1 | -49/+150 |
* | * win32/win32.c (flock): supports larger files, and maps error | nobu | 2003-02-28 | 1 | -33/+28 |
* | * win32/win32.c (rb_w32_opendir, rb_w32_utime): need parens. | nobu | 2003-02-17 | 1 | -3/+3 |
* | * win32/win32.c (link): implement with CreateHardLink(). | usa | 2003-02-17 | 2 | -1/+96 |
* | * instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub, | knu | 2003-01-25 | 1 | -7/+12 |
* | * win32/win32.c (pipe_exec): remove unnecessary SetStdHandle(). | usa | 2003-01-22 | 1 | -76/+37 |
* | Update Copyright to 2003, too. | usa | 2003-01-16 | 1 | -1/+1 |
* | * configure.in (RUBY_CHECK_IO_NEED): check whether fseek() and | nobu | 2003-01-09 | 1 | -1/+1 |
* | * process.c (proc_exec_v): follow to proc_spawn_v(). call do_aspawn() | usa | 2003-01-06 | 2 | -9/+53 |
* | * ruby.c (ruby_init_loadpath): under Windows, get the module | nobu | 2003-01-05 | 1 | -2/+2 |
* | * file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32. | usa | 2003-01-04 | 3 | -40/+6 |
* | * process.c (rb_proc_exec): use same logic as DJGPP on win32 ports. | usa | 2003-01-04 | 2 | -15/+92 |
* | * configure.in: set rb_cv_need_io_flush_between_seek=yes. | usa | 2003-01-04 | 1 | -0/+1 |
* | * Makefile.in, {win32,bcc32}/Makefile.sub: add new target: | eban | 2002-12-31 | 1 | -0/+4 |