| Commit message (Expand) | Author | Age | Files | Lines |
* | * win{32,ce}/Makefile.sub: merged. | nobu | 2008-01-08 | 1 | -478/+15 |
* | * win{32,ce}/Makefile.sub (MFLAGS): defaulted to -l. | nobu | 2007-12-24 | 1 | -0/+4 |
* | * common.mk: should not pass MAKEFLAGS to recursive make. | nobu | 2007-12-24 | 1 | -1/+1 |
* | * {win32,wince,bcc32}/setup.mak (-version-): no RUBY_EXTERN magic. | nobu | 2007-07-21 | 1 | -1/+1 |
* | * win32/resource.rb: include patchlevel number. | nobu | 2007-07-21 | 1 | -96/+0 |
* | * win32/mkexports.rb: preserve prefixed underscores for WINAPI | nobu | 2007-05-17 | 2 | -42/+0 |
* | * {bcc32,djgpp,win32,wince}/*.bat: add svn properties to DOSISH batch files. | usa | 2006-12-21 | 1 | -0/+0 |
* | * mkconfig.rb: *OBJS are not needed for extension libraries. | nobu | 2006-10-15 | 1 | -1/+1 |
* | * {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't use | usa | 2006-10-10 | 1 | -3/+0 |
* | * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keep | nobu | 2006-10-01 | 1 | -0/+1 |
* | * {win32,wince}/Makefile.sub (CPP): check predefined value. | usa | 2006-09-26 | 1 | -1/+1 |
* | * {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to define | usa | 2006-09-20 | 1 | -0/+2 |
* | * ruby.h, lib/mkmf.rb (create_header): clear command line options for | nobu | 2006-05-25 | 1 | -2/+2 |
* | * 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 | -5/+3 |
* | * {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for ruby | nobu | 2005-07-25 | 1 | -3/+2 |
* | * 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 |
* | * 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 |
* | * {bcc32,win32,wince}/Makefile.sub: ri data was not installed | ocean | 2005-04-11 | 1 | -1/+1 |
* | * {bcc32,win32,wince}/{Makefile.sub,setup.mak}: leave prefix empty in | nobu | 2005-04-02 | 3 | -5/+11 |
* | * Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in, | nobu | 2005-03-30 | 2 | -399/+219 |
* | * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl. | usa | 2005-02-21 | 1 | -0/+1 |
* | * {bcc32,win32,wince}/Makefile.sub (test): should build ruby.exe | usa | 2004-11-17 | 1 | -1/+1 |
* | * {bcc32,win32,wince}/setup.mak (-epilogue-): fix bug of previous commit. | usa | 2004-11-16 | 1 | -1/+2 |
* | * {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h and | usa | 2004-11-16 | 1 | -0/+1 |
* | * string.c (rb_str_match): raise TypeError when both arguments are | usa | 2004-07-07 | 1 | -2/+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 | -2/+1 |
* | * version.c (ruby_show_copyright): obtain copyright year from | nobu | 2004-04-23 | 1 | -1/+1 |
* | * bcc32/Makefile.sub: backport SIZEOF_TIME_T definition from 1.9. | ocean | 2004-04-12 | 1 | -0/+1 |
* | * win32/Makefile.sub, wince/Makefile.sub (config.h): shouldn't check | usa | 2004-03-02 | 1 | -3/+1 |
* | * bcc32/Makefile.sub: backport from 1.9 - configure. (Thanks Nakada) | ocean | 2004-02-16 | 1 | -9/+5 |
* | * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single | nobu | 2004-01-12 | 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 |