Age | Commit message (Expand) | Author |
2010-08-24 | * configure.in: read API version from include/ruby/version.h. | nobu |
2010-07-26 | * configure.in (config.h): add include guard. | nobu |
2010-05-06 | * README: update. | nobu |
2010-03-02 | * win32/Makefile.sub, symbian/setup (config.h): pack.c requires | nobu |
2010-01-25 | * version.c (RUBY_LIB, RUBY_*_LIB): moved from configures. | nobu |
2009-05-23 | * configure.in ($ridir): new configuration. [ruby-core:23520]. | yugui |
2009-02-19 | * configure.in, */Makefile.sub (LOAD_RELATIVE): moved from ruby.c | nobu |
2008-08-14 | * common.mk (parse.h): workaround for nmake. | nobu |
2008-08-08 | * vm_insnhelper.c (opt_eq_func): large function to make inline. | nobu |
2008-08-07 | * Makefile.in, common.mk, {bcc,win}32/Makefile.sub (clean-ext): do not | nobu |
2008-08-07 | * lib/mkmf.rb, {bcc32,win32}/Makefile.sub (CLEANLIBS, CLEANOBJS): | nobu |
2008-08-05 | * include/ruby/win32.h, bcc32/Makefile.sub (config.h): bcc 5.8 has | nobu |
2008-07-12 | * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): typo. | usa |
2008-04-03 | * Makefile.in, common.mk, configure.in, {win32,bcc32}/Makefile.sub | nobu |
2008-04-01 | * {bcc,win}32/Makefile (config.h): need to define RUBY_SETJMP, etc. | usa |
2008-03-31 | * {bcc,win}32/Makefile.sub (config.h): define ssize_t. | usa |
2008-03-14 | * {bcc,win}32/Makefile.sub: follow below changes. | usa |
2008-03-13 | * {bcc,win}32/Makefile.sub (config.h): define uint32_t. | usa |
2008-03-11 | * common.mk (clean-local): WINMAINOBJ is Windows specific. | nobu |
2008-03-06 | * {bcc32,win32}/Makefile.sub (RUNRUBY): use $(PROGRAM) instead of | usa |
2008-02-24 | * common.mk, {bcc,win}32/Makefile.sub (clean-local): remove | nobu |
2008-02-16 | * win32/resource.rb: made version infos confirm to OS spec. | usa |
2008-02-15 | * {win,bcc}32/Makefile.sub (config.h): added HAVE_FTRUNCATE. | nobu |
2008-02-10 | * {bcc32,win32,wince}/Makefile.sub (MISSING): added cbrt.obj. | nobu |
2008-02-07 | * missing/lgamma_r.c (lgamma_r): some compilers don't permit dividing | usa |
2008-01-29 | * {bcc32,win32}/Makefile.sub (MINIOBJS): add dmytranscode.$(OBJEXT). | usa |
2008-01-25 | * common.mk (revision.h): extracts revision number with ``svn info''. | nobu |
2008-01-15 | * enc/utf_8.c: renamed as IANA name. | nobu |
2008-01-15 | * {win,bcc}32/setup.mak (-basic-vars-): expand BASERUBY to full path | nobu |
2008-01-15 | * {bcc32,win32}/Makefile.sub (RUNRUBY): need to set archdir when | usa |
2008-01-14 | * common.mk (OBJS): moved encoding.o from COMMONOBJS. | nobu |
2008-01-13 | * {bcc,win}32/Makefile.sub (MV): use move instead of ren. [ruby-Bugs-17019] | nobu |
2008-01-07 | * common.mk, Makefile.in, */Makefile.sub (distclean-local): move | usa |
2007-12-30 | * trunk/common.mk: not use -I$(srcdir)/lib with $(MINIRUBY) for cross | nobu |
2007-12-24 | * configure.in, cygwin/GNUmakefile.in, */Makefile.sub, | nobu |
2007-12-24 | * Makefile.in, configure.in, lib/mkmf.rb, */Makefile.sub: specify | nobu |
2007-12-24 | * common.mk: should not pass MAKEFLAGS to recursive make. | nobu |
2007-12-22 | * version.h: use patchlevel if revision is not set. | nobu |
2007-12-22 | * */Makefile.sub (MFLAGS): define unless defined. | usa |
2007-12-19 | * */Makefile.sub (DEFS, RM): output to config.status. | usa |
2007-12-17 | * configure.in (EXTERNAL_ENCOBJS, ENCSOS): removed. | nobu |
2007-12-11 | * Makefile.in, */Makefile.sub (CP, MV): added. | nobu |
2007-11-14 | * common.mk, Makefile.in: rename prelude.c to miniprelude.c. | akr |
2007-11-13 | * common.mk (parse.c), ext/ripper/depend (ripper.c): process after | nobu |
2007-11-13 | * lex.c.blt: moved from lex.c. | akr |
2007-11-12 | * {bcc,win}32/Makefile.sub (miniruby): use $(COMMONOBJS) and $(DMYEXT) | usa |
2007-11-12 | * {bcc,win}32/Makefile.sub (MINIOBJS): added prelude.$(OBJEXT). | nobu |
2007-11-11 | * {win32,wince,bcc32}/Makefile.sub: delete lex.c rule. | akr |
2007-11-10 | * {bcc32,win32}/Makefile.sub: vendor_ruby support. | nobu |
2007-10-13 | * win32/mkexports.rb: deal with __fastcall name decorations. | nobu |