| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure.in (RUBY_EXTERN): macro to export symbols in shared | nobu | 2005-10-25 | 1 | -0/+1 |
* | * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integrated | nobu | 2005-08-03 | 2 | -7/+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 | -3/+2 |
* | * common.mk: Borland MAKE doesn't look for file names which have paths | nobu | 2005-07-25 | 1 | -1/+0 |
* | * win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_t | nobu | 2005-05-16 | 1 | -0/+3 |
* | * configure.in: Check for the availability of pid_t, gid_t and uid_t and | nobu | 2005-05-14 | 2 | -9/+0 |
* | * ext/extmk.rb: keep srcdir unexpanded. | nobu | 2005-05-13 | 1 | -0/+2 |
* | * configure.in (RUBY_FUNC_ATTRIBUTE): check for function attribute. | nobu | 2005-04-30 | 1 | -0/+4 |
* | * 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 |
* | * {bcc32,win32,wince}/configure.bat, {bcc32,win32,wince}/setup.mak: | nobu | 2005-04-19 | 2 | -0/+9 |
* | * wince/configure.bat, wince/setup.mak: add prefix, extstatic and | nobu | 2005-04-02 | 2 | -60/+104 |
* | * lib/mkmf.rb (create_makefile): allow putting spaces between target | nobu | 2005-03-05 | 1 | -1/+1 |
* | * {bcc32,win32,wince}/Makefile.sub (config.h): check if affected | nobu | 2005-03-03 | 1 | -5/+17 |
* | * configure.in, lib/mkmf.rb: use simple commands if available. | nobu | 2005-02-22 | 1 | -1/+2 |
* | * {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 |
* | * parse.y: add prototypes for Microsoft compiler. | usa | 2004-09-17 | 1 | -1/+2 |
* | * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl. | usa | 2004-09-07 | 1 | -0/+1 |
* | * wince/Makefile.sub (LIBS): need to link ceshell library for SH* | usa | 2004-08-19 | 1 | -1/+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 |
* | * Makefile.in, common.mk, */Makefile.sub (ext/extinit.o): OUTFLAG | nobu | 2004-04-07 | 1 | -0/+4 |
* | integrated to win32/*.rb. | nobu | 2004-03-25 | 2 | -131/+0 |
* | * common.mk, */Makefile.sub (lib, dll): phony targets. | nobu | 2004-03-25 | 1 | -2/+0 |
* | * Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local): | nobu | 2004-03-23 | 2 | -15/+18 |
* | * Makefile.in, */Makefile.sub, common.mk: extract common portions. | nobu | 2004-03-21 | 2 | -369/+100 |
* | * ruby.c (opt_W_getter): get rid of warning. | usa | 2004-03-10 | 1 | -10/+13 |
* | * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub: | usa | 2004-03-09 | 1 | -4/+31 |
* | * wince/Makefile.sub (config.h): shouldn't check defined? NORETURN. | usa | 2004-03-02 | 1 | -3/+1 |
* | * mkconfig.rb: use fileutils.rb instead of ftools.rb. | nobu | 2004-02-14 | 1 | -9/+5 |
* | * string.c (rb_str_match): raise TypeError when both arguments are | usa | 2004-02-10 | 1 | -2/+1 |
* | * configure.in (DLEXT2): removed. Ruby does not treat | eban | 2004-01-29 | 1 | -2/+0 |
* | * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single | nobu | 2004-01-10 | 1 | -1/+1 |
* | * 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/+2 |
* | * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub: | usa | 2003-11-04 | 1 | -4/+3 |
* | * wince/string_wce.c (strrchr): should decrement pointer. | uema2 | 2003-10-31 | 2 | -2/+2 |
* | * 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 |
* | * wince/mkconfig_wce.rb: sorry, forget to commit. | uema2 | 2003-10-01 | 1 | -0/+7 |
* | * wince/setup.mak: add sigmarionIII SDK support. | uema2 | 2003-10-01 | 3 | -21/+38 |
* | *wince/time_wce.c (time): add zero check. | uema2 | 2003-09-30 | 1 | -0/+2 |
* | * marshal.c (w_symbol, w_object): get rid of warnings. | nobu | 2003-08-16 | 1 | -0/+8 |
* | * wince/stdlib.c: add bsearch(). | uema2 | 2003-07-19 | 1 | -0/+18 |
* | * wince/Makefile.sub: undefine HAVE__SETJMP. | uema2 | 2003-06-21 | 2 | -2/+1 |
* | * wince/setup.mak: set SUBSYSTEM in each platform. | uema2 | 2003-06-08 | 2 | -6/+8 |