| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 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 |
* | * configure.in (XCFLAGS): CFLAGS to comile ruby itself. | nobu | 2002-10-21 | 2 | -83/+138 |
* | * win32/win32.c (rb_w32_putc): wrong condition to fill or flush on | nobu | 2002-10-12 | 1 | -3/+8 |
* | * win32/win32.c (rb_w32_fclose, rb_w32_close): use closesocket() | nobu | 2002-10-10 | 2 | -29/+71 |
* | * ext/socket/socket.c (init_sock): no need for special finalizer, | nobu | 2002-10-01 | 2 | -24/+0 |
* | * win32/win32.c (rb_w32_open_osfhandle): adjust | nobu | 2002-09-29 | 2 | -137/+126 |
* | * win32/win32.c (is_socket, rb_w32_select, rb_w32_accept, rb_w32_bind, | usa | 2002-09-28 | 1 | -85/+131 |
* | * win32/win32.c (rb_w32_opendir): Corresponds to the unjust path containing ". | H_Konishi | 2002-09-15 | 1 | -18/+25 |
* | * configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb. | eban | 2002-09-15 | 1 | -0/+2 |
* | * win32/win32.c, win32/win32.h (rb_w32_getpid): negate pid under Win9x. | usa | 2002-09-11 | 2 | -1/+12 |
* | * bcc32/Makefile.sub: remove unnecessary `.dll' from filename of | usa | 2002-09-11 | 2 | -7/+7 |
* | * win32/Makefile.sub (ext): make directory `ext' on compile dir. | usa | 2002-09-11 | 1 | -2/+4 |