summaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integratednobu2005-08-031-0/+2
* * common.mk: Borland MAKE doesn't look for file names which have pathsnobu2005-07-251-1/+1
* * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu2005-07-231-2/+1
* * common.mk (OBJS): added enumerator.c.nobu2005-07-141-0/+1
* * enum.c (enumeratorize): create new enumerator for current method ifnobu2005-07-141-0/+2
* * Makefile.in, common.mk: miniruby depens on MINIOBJS.nobu2005-04-201-1/+4
* * common.mk (RUBYOPT): clear for the environment RubyGems installed.nobu2005-03-301-2/+6
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-2/+1
* * common.mk (install-nodoc, pre-install-doc, post-install-doc):usa2005-03-041-1/+3
* * common.mk: add {pre,post}-install targets.nobu2005-03-031-4/+25
* remove GNU regex APIkosako2005-02-171-4/+0
* * env.h: remove argv from ruby_frame.matz2004-07-281-1/+2
* * common.mk: LIBURUBY_A is needed for extconf.rb even whennobu2004-04-271-1/+1
* * common.mk, ext/extmk.rb: make ext and .ext get removed by distclean.nobu2004-04-221-1/+1
* * common.mk: changed the order of ascii.c alphabetically.ksaito2004-04-121-4/+4
* * Makefile.in, common.mk, */Makefile.sub (ext/extinit.o): OUTFLAGnobu2004-04-071-2/+0
* * version.c (ruby_show_copyright): obtain copyright year fromnobu2004-03-251-1/+1
* * common.mk, */Makefile.sub (lib, dll): phony targets.nobu2004-03-251-0/+3
* * Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):nobu2004-03-231-6/+5
* * Makefile.in, */Makefile.sub, common.mk: extract common portions.nobu2004-03-211-0/+295