| Commit message (Expand) | Author | Age | Files | Lines |
* | * bcc32/setup.mak: configure's default is "--enable-install-doc" | ocean | 2004-03-01 | 1 | -0/+2 |
* | * bcc32/Makefile.sub, bcc32/README.bcc32, bcc32/configure.bat, | ocean | 2004-02-29 | 1 | -0/+1 |
* | * win32/win32.c (make_cmdvector): adjust successive double-quote | nobu | 2004-02-26 | 1 | -6/+12 |
* | * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub: terminate options. | nobu | 2004-02-22 | 1 | -1/+1 |
* | * ext/extmk.rb: use optparse instead of getopts. | nobu | 2004-02-22 | 1 | -1/+1 |
* | * io.c (pipe_open): fix typo. | nobu | 2004-02-20 | 1 | -1/+13 |
* | * win32/win32.c, win32/win32.h: fixed prototypes. | nobu | 2004-02-19 | 2 | -30/+20 |
* | * win32/Makefile.sub (config.status): should create *.pdb on ext/, | usa | 2004-02-16 | 1 | -1/+1 |
* | * configure.in: check functions, fork spawnv. | nobu | 2004-02-16 | 2 | -93/+85 |
* | * mkconfig.rb: use fileutils.rb instead of ftools.rb. | nobu | 2004-02-14 | 1 | -10/+6 |
* | * win32/win32.c (link): raise NotImplementedError on Win9X. | usa | 2004-02-12 | 2 | -4/+3 |
* | * string.c (rb_str_match): raise TypeError when both arguments are | usa | 2004-02-10 | 1 | -2/+1 |
* | * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in, | nobu | 2004-02-09 | 4 | -10/+100 |
* | * configure.in (DLEXT2): removed. Ruby does not treat | eban | 2004-01-29 | 1 | -2/+0 |
* | * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>. | matz | 2004-01-29 | 1 | -1/+1 |
* | * configure.in: check availability of link(). [ruby-dev:22237] | siena | 2004-01-21 | 1 | -0/+1 |
* | * ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: remove | nobu | 2004-01-19 | 3 | -12/+12 |
* | * ext/extmk.rb, win32/Makefile.sub, win32/configure.bat, | usa | 2004-01-19 | 3 | -11/+25 |
* | * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single | nobu | 2004-01-10 | 1 | -1/+1 |
* | * win32/dir.h, win32/win32.c: fix patch miss. | usa | 2004-01-05 | 3 | -27/+2 |
* | * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>. | matz | 2004-01-05 | 2 | -10/+46 |
* | * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>. | matz | 2004-01-02 | 2 | -0/+25 |
* | * instruby.rb: fix install directory if destdir and compile_dir are | usa | 2003-12-28 | 4 | -17/+39 |
* | * 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 |