| Commit message (Expand) | Author | Age | Files | Lines |
* | * win32/win32.c (CreateChild): search executable file if no program | usa | 2004-11-29 | 1 | -7/+41 |
* | * win32/win32.c (CreateChild): push back the last space before next | usa | 2004-11-29 | 1 | -1/+1 |
* | * {bcc32,win32,wince}/Makefile.sub (test): should build ruby.exe | usa | 2004-11-17 | 1 | -1/+1 |
* | * {bcc32,win32,wince}/setup.mak (-epilogue-): fix bug of previous commit. | usa | 2004-11-16 | 1 | -1/+2 |
* | * {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h and | usa | 2004-11-16 | 1 | -0/+1 |
* | * eval.c (ruby_options): now we cannot call rb_glob() before | usa | 2004-11-12 | 2 | -16/+3 |
* | * 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 (CreateChild): strip trailing spaces. [ruby-dev:24143] | usa | 2004-08-30 | 1 | -6/+20 |
* | * win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32's | ocean | 2004-07-25 | 2 | -0/+64 |
* | * string.c (rb_str_match): raise TypeError when both arguments are | usa | 2004-07-07 | 1 | -2/+1 |
* | * {bcc32,win32,wince}/setup.mak: remove RUBY_EXTERN lines when | usa | 2004-06-24 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_opendir): use FindFirstFile()/FindNextFile()/ | usa | 2004-06-21 | 1 | -11/+12 |
* | * Makefile.in */Makefile.sub: error.c no longer include version.h | nobu | 2004-04-24 | 1 | -2/+1 |
* | * version.c (ruby_show_copyright): obtain copyright year from | nobu | 2004-04-23 | 1 | -4/+5 |
* | * bcc32/Makefile.sub: backport SIZEOF_TIME_T definition from 1.9. | ocean | 2004-04-12 | 1 | -0/+1 |
* | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2004-04-06 | 1 | -0/+9 |
* | * win32/Makefile.sub, wince/Makefile.sub (config.h): shouldn't check | usa | 2004-03-02 | 1 | -3/+1 |
* | * bcc32/Makefile.sub: backport from 1.9 - configure. (Thanks Nakada) | ocean | 2004-02-16 | 1 | -10/+6 |
* | * win32/Makefile.sub: rollback. | usa | 2004-01-26 | 1 | -1/+4 |
* | * parse.y (block_append): update nd_end for "real" head node. | matz | 2004-01-26 | 1 | -4/+1 |
* | * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single | nobu | 2004-01-12 | 1 | -1/+1 |
* | * bcc32/Makefile.sub, win32/Makefile.sub (config.h): remove | usa | 2003-12-22 | 1 | -1/+0 |
* | * configure.in (ac_cv_func_setitimer): moved from defines.h | nobu | 2003-12-22 | 1 | -3/+0 |
* | * eval.c (stack_extend): ignore inline optimization on VC7. | usa | 2003-12-18 | 1 | -3/+6 |
* | * 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 |