aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * cygwin/GNUmakefile.in (clean-local, distclean-local): removenobu2004-03-281-1/+1
* * version.c (ruby_show_copyright): obtain copyright year fromnobu2004-03-251-1/+1
* * win32/resource.rb: default rubyw icon to ruby.ico, and let DLL alsonobu2004-03-251-3/+4
* * common.mk, */Makefile.sub (lib, dll): phony targets.nobu2004-03-251-4/+2
* * Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):nobu2004-03-232-13/+17
* * Makefile.in, */Makefile.sub, common.mk: extract common portions.nobu2004-03-212-350/+48
* * ruby.c (opt_W_getter): get rid of warning.usa2004-03-101-10/+13
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub:usa2004-03-091-4/+31
* * Makefile.in, */Makefile.sub, mkconfig.rb: keep rbconfig.rb old ifnobu2004-03-041-5/+7
* * io.c (pipe_open): erred program name should be reported bynobu2004-03-021-10/+28
* * win32/Makefile.sub (config.h): shouldn't check defined? NORETURN.usa2004-03-021-3/+1
* * bcc32/setup.mak: configure's default is "--enable-install-doc"ocean2004-03-011-0/+2
* * bcc32/Makefile.sub, bcc32/README.bcc32, bcc32/configure.bat,ocean2004-02-291-0/+1
* * win32/win32.c (make_cmdvector): adjust successive double-quotenobu2004-02-261-6/+12
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub: terminate options.nobu2004-02-221-1/+1
* * ext/extmk.rb: use optparse instead of getopts.nobu2004-02-221-1/+1
* * io.c (pipe_open): fix typo.nobu2004-02-201-1/+13
* * win32/win32.c, win32/win32.h: fixed prototypes.nobu2004-02-192-30/+20
* * win32/Makefile.sub (config.status): should create *.pdb on ext/,usa2004-02-161-1/+1
* * configure.in: check functions, fork spawnv.nobu2004-02-162-93/+85
* * mkconfig.rb: use fileutils.rb instead of ftools.rb.nobu2004-02-141-10/+6
* * win32/win32.c (link): raise NotImplementedError on Win9X.usa2004-02-122-4/+3
* * string.c (rb_str_match): raise TypeError when both arguments areusa2004-02-101-2/+1
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu2004-02-094-10/+100
* * configure.in (DLEXT2): removed. Ruby does not treateban2004-01-291-2/+0
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-291-1/+1
* * configure.in: check availability of link(). [ruby-dev:22237]siena2004-01-211-0/+1
* * ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: removenobu2004-01-193-12/+12
* * ext/extmk.rb, win32/Makefile.sub, win32/configure.bat,usa2004-01-193-11/+25
* * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with singlenobu2004-01-101-1/+1
* * win32/dir.h, win32/win32.c: fix patch miss.usa2004-01-053-27/+2
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-052-10/+46
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-022-0/+25
* * instruby.rb: fix install directory if destdir and compile_dir areusa2003-12-284-17/+39
* * bcc32/Makefile.sub, win32/Makefile.sub (config.h): removeusa2003-12-221-1/+0
* * configure.in (ac_cv_func_setitimer): moved from defines.hnobu2003-12-221-3/+0
* * eval.c (stack_extend): ignore inline optimization on VC7.usa2003-12-181-3/+6
* * win32/win32.h: define execv() using do_aspawn().eban2003-12-101-0/+2
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa2003-12-011-1/+2
* win32/win32.c (rb_win32_stat): add "." to buf1 only if it has a drive letter.eban2003-11-271-1/+1
* * win32/win32.c (rb_w32_stat): remove _fullpath() for NUL: device.eban2003-11-271-14/+12
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa2003-11-241-1/+1
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa2003-11-221-0/+2
* * win32/win32.c (make_cmdvector): process backslashes even if a quotenobu2003-11-061-2/+1
* * string.c: add #include "version.h". this file still depends on it.usa2003-11-051-1/+2
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub:usa2003-11-041-4/+3
* * configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791]eban2003-10-311-0/+1
* * wince/Makefile.sub, win32/Makefile.sub (.y.c): allow white spacesusa2003-10-301-1/+1
* * win32/win32.c (do_spawn, do_aspawn): should return child's exitusa2003-10-211-2/+8
* * win32/win32.c (do_spawn, do_aspawn): should wait child process evenusa2003-10-211-0/+2