| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * ext/extmk.rb: split --make argument contains options, assume | nobu | 2002-12-30 | 1 | -5/+5 |
* | * instruby.rb: remove junk args. | eban | 2002-12-28 | 1 | -1/+1 |
* | * {win32,bcc32}/Makefile.sub: remove `=' from --make-flags options. | eban | 2002-12-27 | 1 | -4/+4 |
* | * bcc32/setup.mak, win32/setup.mak(-prologue-): move srcdir from | nobu | 2002-12-27 | 1 | -4/+5 |
* | * ext/extmk.rb (create_makefile): check only `-' option. | eban | 2002-12-26 | 1 | -4/+5 |
* | * win32/setup.mak (-prologue-): moved srcdir macro definition. | usa | 2002-12-26 | 1 | -1/+1 |
* | * bcc32/Makefile.sub, win32/Makefile.sub (RUBY_SO_NAME, config.h): | usa | 2002-12-25 | 2 | -12/+17 |
* | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 | 2002-12-15 | 2 | -2/+9 |
* | WinCE patch merged | matz | 2002-12-02 | 1 | -6/+22 |
* | * win32/win32.c (rb_w32_stat): empty path is invalid, and return | nobu | 2002-12-01 | 1 | -5/+4 |
* | * configure.in (LIBRUBY_A): append -static. [ruby-dev:18689] | nobu | 2002-11-14 | 1 | -3/+5 |
* | * Makefile.in, ext/extmk.rb, bcc32/Makefile.sub, | knu | 2002-11-03 | 1 | -4/+4 |
* | * instruby.rb: add dryrun mode. | nobu | 2002-10-22 | 1 | -4/+4 |