| Commit message (Expand) | Author | Age | Files | Lines |
* | * string.c (rb_str_match): raise TypeError when both arguments are | usa | 2004-07-07 | 1 | -1/+1 |
* | * {bcc32,win32,wince}/setup.mak: remove RUBY_EXTERN lines when | usa | 2004-06-24 | 1 | -1/+1 |
* | * Makefile.in */Makefile.sub: error.c no longer include version.h | nobu | 2004-04-24 | 1 | -1/+1 |
* | * bcc32/Makefile.sub: backport SIZEOF_TIME_T definition from 1.9. | ocean | 2004-04-12 | 1 | -0/+1 |
* | * bcc32/Makefile.sub: backport from 1.9 - configure. (Thanks Nakada) | ocean | 2004-02-16 | 1 | -52/+39 |
* | * bcc32/Makefile.sub: avoid warning "Redefinition of macro 'HAVE_GETLOGIN'". | ocean | 2004-02-16 | 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 |
* | * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single | nobu | 2004-01-12 | 1 | -2/+2 |
* | * bcc32/Makefile.sub (config.h): bcc has finite(). [ruby-list:38940] | usa | 2003-12-23 | 1 | -0/+1 |
* | * bcc32/Makefile.sub, win32/Makefile.sub (config.h): remove | usa | 2003-12-22 | 1 | -1/+0 |
* | * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub | usa | 2003-12-01 | 1 | -1/+2 |
* | * 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 |
* | * string.c: add #include "version.h". this file still depends on it. | usa | 2003-11-05 | 1 | -1/+1 |
* | * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub: | usa | 2003-11-04 | 1 | -3/+3 |
* | * configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791] | eban | 2003-10-31 | 1 | -0/+1 |
* | 031031 | matz | 2003-10-30 | 1 | -1/+1 |
* | * MANIFEST: add test/csv/mac.csv. | eban | 2003-09-16 | 1 | -1/+1 |
* | * marshal.c (w_symbol, w_object): get rid of warnings. | nobu | 2003-08-16 | 1 | -0/+8 |
* | * bcc32/Makefile.sub: rubyw.exe should be a Windows GUI program. | eban | 2003-08-08 | 1 | -1/+1 |
* | * bcc32/Makefile.sub: undefine HAVE_GETGROUPS. | eban | 2003-06-16 | 1 | -1/+1 |
* | * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub | usa | 2003-06-05 | 1 | -2/+3 |
* | * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, | nobu | 2003-05-21 | 1 | -39/+38 |
* | * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define | usa | 2003-05-13 | 1 | -0/+1 |
* | * numeric.c (flo_is_finite_p): use finite() if available. | nobu | 2003-04-21 | 1 | -3/+2 |
* | * win32/win32.c (NtInitialize): set the floating-point control word | eban | 2003-04-20 | 1 | -2/+1 |
* | * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define | nobu | 2003-03-04 | 1 | -2/+2 |
* | * instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub, | knu | 2003-01-25 | 1 | -7/+12 |
* | * bcc32/Makefile.sub (LIBRUBY_A): link dmyext. | nobu | 2003-01-21 | 1 | -2/+2 |
* | * configure.in (RUBY_CHECK_IO_NEED): check whether fseek() and | nobu | 2003-01-09 | 1 | -0/+1 |
* | * ruby.c (ruby_init_loadpath): under Windows, get the module | nobu | 2003-01-05 | 1 | -2/+2 |
* | * Makefile.in, {win32,bcc32}/Makefile.sub: add new target: | eban | 2002-12-31 | 1 | -1/+5 |
* | * ext/extmk.rb: split --make argument contains options, assume | nobu | 2002-12-30 | 1 | -5/+5 |
* | * {win32,bcc32}/Makefile.sub: remove `=' from --make-flags options. | eban | 2002-12-27 | 1 | -5/+5 |
* | * bcc32/setup.mak, win32/setup.mak(-prologue-): move srcdir from | nobu | 2002-12-27 | 1 | -4/+5 |
* | * bcc32/setup.mak (-generic-): removed garbages. | nobu | 2002-12-25 | 1 | -2/+2 |
* | * bcc32/Makefile.sub, win32/Makefile.sub (RUBY_SO_NAME, config.h): | usa | 2002-12-25 | 2 | -9/+16 |
* | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 | 2002-12-15 | 1 | -1/+1 |
* | * configure.in (LIBRUBY_A): append -static. [ruby-dev:18689] | nobu | 2002-11-14 | 1 | -4/+6 |
* | * Makefile.in, ext/extmk.rb, bcc32/Makefile.sub, | knu | 2002-11-03 | 1 | -5/+5 |
* | * bcc32/Makefile.sub (.rc.res): directory part may be empty in Borland make. | nobu | 2002-10-24 | 1 | -1/+1 |
* | *bcc32/configure.bat : The command line when calling setup.mak is corrected. | H_Konishi | 2002-10-22 | 2 | -7/+9 |
* | * instruby.rb: add dryrun mode. | nobu | 2002-10-22 | 1 | -8/+14 |
* | commit miss | nobu | 2002-10-21 | 1 | -2/+2 |
* | * configure.in (XCFLAGS): CFLAGS to comile ruby itself. | nobu | 2002-10-21 | 3 | -107/+176 |
* | * bcc32/mkexports.rb: to work on cygwin via telnet. | nobu | 2002-10-03 | 1 | -8/+7 |
* | * configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb. | eban | 2002-09-15 | 1 | -0/+2 |
* | * bcc32/setup.mak : Control of a message. | H_Konishi | 2002-09-12 | 2 | -13/+16 |
* | * bcc32/Makefile.sub: remove unnecessary `.dll' from filename of | usa | 2002-09-11 | 1 | -3/+3 |