Age | Commit message (Expand) | Author |
2006-10-15 | * mkconfig.rb: *OBJS are not needed for extension libraries. | nobu |
2006-10-10 | * {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't use | usa |
2006-10-01 | * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keep | nobu |
2006-09-26 | * win32/Makefile.sub (CPP): check predefined value. | usa |
2006-09-20 | * {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to define | usa |
2006-09-08 | * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT. | nobu |
2006-09-08 | * win32/Makefile.sub, win32/configure.bat win32/setup.mak: program | nobu |
2006-08-19 | * win32/Makefile.sub (config.status): include winsock2.h instead of | usa |
2006-06-07 | * configure.in: add new configure option `--with-winsock2' for mingw. | usa |
2006-06-07 | * win32/{configure.bat, setup.mak, Makefile.sub, win32.h}: add | usa |
2006-05-25 | * ruby.h, lib/mkmf.rb (create_header): clear command line options for | nobu |
2006-05-24 | * mkconfig.rb: merge multiple entries to an entry with multiple lines. | nobu |
2006-02-20 | * configure.in (mingw): have link. | usa |
2006-02-14 | * time.c (search_time_t): support non 32bit time_t environments. | usa |
2006-01-17 | * win32/{Makefile.sub,setup.mak}: invoke .bat via shell. workaround | usa |
2006-01-09 | * win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag, | ocean |
2005-12-30 | * win32/Makefile.sub: VC++8 support. | nobu |
2005-10-25 | * configure.in (RUBY_EXTERN): macro to export symbols in shared | nobu |
2005-08-31 | * win32/Makefile.sub (OPTFLAGS): default global optimization to | usa |
2005-08-03 | * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integrated | nobu |
2005-07-25 | * {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for ruby | nobu |
2005-05-16 | * win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_t | nobu |
2005-05-14 | * configure.in: Check for the availability of pid_t, gid_t and uid_t and | nobu |
2005-05-13 | * ext/extmk.rb: keep srcdir unexpanded. | nobu |
2005-04-27 | * win32/Makefile.sub (OPTFLAGS): default global optimization to | nobu |
2005-04-20 | * lib/mkmf.rb (create_makefile): support platforms have file separator | nobu |
2005-04-20 | * Makefile.in, common.mk: miniruby depens on MINIOBJS. | nobu |
2005-04-13 | * configure.in (mingw32): use actual runtime DLL name as ruby DLL | nobu |
2005-04-11 | * {bcc32,win32,wince}/Makefile.sub: ri data was not installed | ocean |
2005-04-02 | * {bcc32,win32,wince}/{Makefile.sub,setup.mak}: leave prefix empty in | nobu |
2005-03-30 | * Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in, | nobu |
2005-02-21 | * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl. | usa |
2005-02-10 | * win32/Makefile.sub (COMMON_HEADERS): shouldn't include winsock2.h. | usa |
2005-01-20 | * ext/extmk.rb (extmake): shoudn't set $extflags on mswin32. | usa |
2004-12-28 | * win32/Makefile.sub, win32/setup.mak (RDOCTARGET, install, | usa |
2004-11-17 | * {bcc32,win32,wince}/Makefile.sub (test): should build ruby.exe | usa |
2004-07-07 | * string.c (rb_str_match): raise TypeError when both arguments are | usa |
2004-04-24 | * Makefile.in */Makefile.sub: error.c no longer include version.h | nobu |
2004-04-12 | * bcc32/Makefile.sub: backport SIZEOF_TIME_T definition from 1.9. | ocean |
2004-03-02 | * win32/Makefile.sub, wince/Makefile.sub (config.h): shouldn't check | usa |
2004-02-16 | * bcc32/Makefile.sub: backport from 1.9 - configure. (Thanks Nakada) | ocean |
2004-01-26 | * win32/Makefile.sub: rollback. | usa |
2004-01-26 | * parse.y (block_append): update nd_end for "real" head node. | matz |
2004-01-12 | * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single | nobu |
2003-12-22 | * bcc32/Makefile.sub, win32/Makefile.sub (config.h): remove | usa |
2003-12-18 | * eval.c (stack_extend): ignore inline optimization on VC7. | usa |
2003-12-01 | * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub | usa |
2003-11-24 | * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub | usa |
2003-11-22 | * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub | usa |
2003-11-05 | * string.c: add #include "version.h". this file still depends on it. | usa |