Age | Commit message (Expand) | Author |
2003-10-30 | * wince/Makefile.sub, win32/Makefile.sub (.y.c): allow white spaces | usa |
2003-10-21 | * win32/win32.c (do_spawn, do_aspawn): should return child's exit | usa |
2003-10-21 | * win32/win32.c (do_spawn, do_aspawn): should wait child process even | usa |
2003-09-16 | * MANIFEST: add test/csv/mac.csv. | eban |
2003-09-05 | * win32/win32.c (CreateChild): need to quote cmd if RUBYSHELL is set. | usa |
2003-09-05 | * win32/win32.c (isInternalCmd): stupid miss. | nobu |
2003-09-05 | * lib/mkmf.rb (have_library, find_library): configure by library | nobu |
2003-08-26 | * win32/win32.c (map_errno): support winsock error. | usa |
2003-08-16 | * marshal.c (w_symbol, w_object): get rid of warnings. | nobu |
2003-08-03 | * win32/win32.c (rb_w32_utime): never use utime() of C runtime. | usa |
2003-08-01 | * win32/win32.c (isInternalCmd): shouldn't return if find end of str. | usa |
2003-07-30 | * error.c (rb_raise): snprintf() termination moved to | nobu |
2003-07-29 | * ChangeLog: tabify. | usa |
2003-07-26 | * io.c (rb_fdopen): set errno if it's zero on win32 platforms. | usa |
2003-07-18 | * win32/win32.c (make_cmdvector): recognize quote within string. | usa |
2003-06-17 | * win32/win32.c (rb_w32_opendir): need to set errno. [ruby-talk:73761] | usa |
2003-06-05 | * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub | usa |
2003-05-29 | * win32/win32.c (_CRTIMP): redefine _CRTIMP on MinGW. | eban |
2003-05-21 | * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, | nobu |
2003-05-20 | * win32/win32.c (kill): set errno after calling raise(). | usa |
2003-05-15 | * win32/win32.c (kill): fix typo and add signal 0 support. | usa |
2003-05-13 | * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define | usa |
2003-04-21 | * numeric.c (flo_is_finite_p): use finite() if available. | nobu |
2003-04-20 | * win32/win32.c (NtInitialize): set the floating-point control word | eban |
2003-04-11 | * win32/win32.c (rb_w32_stat): check arguments. [ruby-dev:20007] | nobu |
2003-03-04 | * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define | nobu |
2003-02-28 | * win32/win32.c (map_errno): map OS error to errno. [new] | usa |
2003-02-28 | * win32/win32.c (flock): supports larger files, and maps error | nobu |
2003-02-17 | * win32/win32.c (rb_w32_opendir, rb_w32_utime): need parens. | nobu |
2003-02-17 | * win32/win32.c (link): implement with CreateHardLink(). | usa |
2003-01-25 | * instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub, | knu |
2003-01-22 | * win32/win32.c (pipe_exec): remove unnecessary SetStdHandle(). | usa |
2003-01-16 | Update Copyright to 2003, too. | usa |
2003-01-09 | * configure.in (RUBY_CHECK_IO_NEED): check whether fseek() and | nobu |
2003-01-06 | * process.c (proc_exec_v): follow to proc_spawn_v(). call do_aspawn() | usa |
2003-01-05 | * ruby.c (ruby_init_loadpath): under Windows, get the module | nobu |
2003-01-04 | * file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32. | usa |
2003-01-04 | * process.c (rb_proc_exec): use same logic as DJGPP on win32 ports. | usa |
2003-01-04 | * configure.in: set rb_cv_need_io_flush_between_seek=yes. | usa |
2002-12-31 | * Makefile.in, {win32,bcc32}/Makefile.sub: add new target: | eban |
2002-12-30 | * ext/extmk.rb: split --make argument contains options, assume | nobu |
2002-12-28 | * instruby.rb: remove junk args. | eban |
2002-12-27 | * {win32,bcc32}/Makefile.sub: remove `=' from --make-flags options. | eban |
2002-12-27 | * bcc32/setup.mak, win32/setup.mak(-prologue-): move srcdir from | nobu |
2002-12-26 | * ext/extmk.rb (create_makefile): check only `-' option. | eban |
2002-12-26 | * win32/setup.mak (-prologue-): moved srcdir macro definition. | usa |
2002-12-25 | * bcc32/Makefile.sub, win32/Makefile.sub (RUBY_SO_NAME, config.h): | usa |
2002-12-15 | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 |
2002-12-02 | WinCE patch merged | matz |
2002-12-01 | * win32/win32.c (rb_w32_stat): empty path is invalid, and return | nobu |