| Commit message (Expand) | Author | Age | Files | Lines |
* | * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integrated | nobu | 2005-08-03 | 1 | -6/+5 |
* | fixed command name, and attached link to the gnuwin32 site. | ocean | 2005-08-03 | 1 | -5/+5 |
* | * configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF, | usa | 2005-08-03 | 1 | -0/+2 |
* | * {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for ruby | nobu | 2005-07-25 | 1 | -4/+1 |
* | * bcc32/Makefile.sub: can use single quote character in DESTDIR. | ocean | 2005-06-01 | 1 | -1/+1 |
* | * bcc32/Makefile.sub: tds files were not deleted when DESTDIR | ocean | 2005-05-21 | 1 | -1/+1 |
* | * win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_t | nobu | 2005-05-16 | 1 | -0/+3 |
* | * ext/extmk.rb: keep srcdir unexpanded. | nobu | 2005-05-13 | 1 | -0/+2 |
* | * configure.in, lib/mkmf.rb, {bcc32,win32,wince}/Makefile.sub: improve | nobu | 2005-04-20 | 1 | -0/+5 |
* | * lib/mkmf.rb (create_makefile): support platforms have file separator | nobu | 2005-04-20 | 1 | -0/+3 |
* | * Makefile.in, common.mk: miniruby depens on MINIOBJS. | nobu | 2005-04-20 | 1 | -1/+2 |
* | * {bcc32,win32,wince}/configure.bat, {bcc32,win32,wince}/setup.mak: | nobu | 2005-04-19 | 2 | -2/+37 |
* | * bcc32/Makefile.sub: quick hack... prepend DESTDIR. | ocean | 2005-04-16 | 1 | -1/+1 |
* | * common.mk: add {pre,post}-install targets. | nobu | 2005-03-03 | 1 | -0/+4 |
* | * {bcc32,win32,wince}/Makefile.sub (config.h): check if affected | nobu | 2005-03-03 | 1 | -4/+13 |
* | * configure.in, lib/mkmf.rb: use simple commands if available. | nobu | 2005-02-22 | 1 | -1/+2 |
* | * bcc32/Makefile.sub (COMMON_LIBS): add libraries included in | nobu | 2005-02-10 | 1 | -1/+1 |
* | * {bcc32,win32,wince}/setup.mak (-epilogue-): fix bug of previous commit. | usa | 2004-11-16 | 1 | -1/+1 |
* | * {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h and | usa | 2004-11-16 | 1 | -0/+1 |
* | * bcc32/README.bcc32, win32/README.win32: need bison instead of | usa | 2004-11-12 | 1 | -1/+1 |
* | * parse.y: add prototypes for Microsoft compiler. | usa | 2004-09-17 | 1 | -1/+2 |
* | * bcc32/Makefile.sub: bccwin32 port starts to use RTL dll. | ocean | 2004-09-10 | 1 | -2/+2 |
* | * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl. | usa | 2004-09-07 | 1 | -0/+1 |
* | * {bcc32,win32,wince}/setup.mak: remove RUBY_EXTERN lines when | usa | 2004-06-24 | 1 | -1/+1 |
* | * */Makefile.sub (distclean-local): should remove $(RBCONFIG). | usa | 2004-04-22 | 1 | -1/+1 |
* | * bcc32/Makefile.sub (PHONY): Borland make disallows empty command | nobu | 2004-04-13 | 1 | -0/+2 |
* | * Makefile.in, common.mk, */Makefile.sub (ext/extinit.o): OUTFLAG | nobu | 2004-04-07 | 1 | -0/+4 |
* | * bcc32/Makefile.sub (OUTFLAG): needed for static-linked-ext. | nobu | 2004-04-02 | 1 | -1/+3 |
* | * common.mk, */Makefile.sub (lib, dll): phony targets. | nobu | 2004-03-25 | 1 | -4/+2 |
* | * bcc32/Makefile.sub: needs bcc32/mkexports.rb. | nobu | 2004-03-23 | 1 | -1/+1 |
* | * Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local): | nobu | 2004-03-23 | 1 | -4/+12 |
* | * Makefile.in, */Makefile.sub, common.mk: extract common portions. | nobu | 2004-03-21 | 1 | -269/+88 |
* | * ruby.c (opt_W_getter): get rid of warning. | usa | 2004-03-10 | 1 | -6/+6 |
* | * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub: | usa | 2004-03-09 | 1 | -3/+21 |
* | * Makefile.in, */Makefile.sub, mkconfig.rb: keep rbconfig.rb old if | nobu | 2004-03-04 | 1 | -5/+7 |
* | * 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 | 4 | -23/+39 |
* | * bcc32/configure.bat: fix typo. | ocean | 2004-02-28 | 1 | -1/+1 |
* | * configure.bat: append missing label ":exit". | ocean | 2004-02-28 | 1 | -0/+1 |
* | * 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 |
* | * bcc32/Makefile.sub: show more warnings. (refering to mingw) | ocean | 2004-02-16 | 2 | -2/+2 |
* | * bcc32/Makefile.sub: should warn suspicious pointer conversion. | ocean | 2004-02-15 | 2 | -2/+2 |
* | * mkconfig.rb: use fileutils.rb instead of ftools.rb. | nobu | 2004-02-14 | 1 | -52/+38 |
* | * string.c (rb_str_match): raise TypeError when both arguments are | usa | 2004-02-10 | 1 | -1/+1 |
* | * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in, | nobu | 2004-02-09 | 2 | -12/+97 |
* | * configure.in (DLEXT2): removed. Ruby does not treat | eban | 2004-01-29 | 1 | -2/+0 |
* | * configure.in: check availability of link(). [ruby-dev:22237] | siena | 2004-01-21 | 1 | -0/+1 |
* | * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single | nobu | 2004-01-10 | 1 | -2/+2 |
* | * bcc32/Makefile.sub (config.h): bcc has finite(). [ruby-list:38940] | usa | 2003-12-23 | 1 | -0/+1 |