summaryrefslogtreecommitdiff
path: root/common.mk
AgeCommit message (Expand)Author
2007-12-21* common.mk (enc.mk): depends on $(RBCONFIG) instead of rbconfig.rb.nobu
2007-12-21* tool/compile_prelude.rb: use erb.akr
2007-12-20* common.mk, *.ci: renamed to *.c.ko1
2007-12-20* common.mk (enc.mk): depends on rbconfig.rb.nobu
2007-12-19* common.mk (encs): create encoding directory.matz
2007-12-18* common.mk (encs, ext/ripper/ripper.c): other options must comenobu
2007-12-18* common.mk (encs, ext/ripper/ripper.c): pass MAKEFLAGS.nobu
2007-12-17* configure.in (BUILTIN_ENCS): removed.nobu
2007-12-17* common.mk (encs): added dependencies.nobu
2007-12-17* common.mk (miniprelude.c): add -I$(srcdir).gotoyuzo
2007-12-17* common.mk (encs): new target to compile external encodings.nobu
2007-12-15* configure.in (enc/Makefile): add external encoding objects list.nobu
2007-12-14* common.mk (ruby.imp): fix for circular dependency. a patch fromnobu
2007-12-11* Makefile.in, */Makefile.sub (CP, MV): added.nobu
2007-12-10* transcode.c: new file to provide encoding conversion features.matz
2007-11-20* include/ruby/io.h (rb_io_t): add tied_io_for_writing member.akr
2007-11-15* common.mk (prereq): added auto generated sources. [ruby-dev:32280]nobu
2007-11-14* common.mk, Makefile.in: rename prelude.c to miniprelude.c.akr
2007-11-13* common.mk (parse.c): dependency also needs vpath.nobu
2007-11-13* common.mk (parse.c), ext/ripper/depend (ripper.c): process afternobu
2007-11-12* Makefile.in, common.mk: add prelude.o to MINIOBJS.akr
2007-11-12* Makefile.in, common.mk: add ext_prelude.o to OBJS.akr
2007-11-11refine dependencies of miniruby$(EXEEXT).akr
2007-11-10* configure.in, common.mk, Makefile.in: don't generateakr
2007-11-10* common.mk, Makefile.in: generate libminiruby-static.a akr
2007-11-10* common.mk (EXPLOBJS): create new variable for ext_prelude.o.akr
2007-11-10* gem_prelude.rb: new file for gem libraries. currently empty.akr
2007-10-31 * common.mk (prereq): update the path of prelude.c.usa
2007-10-26* numeric.c (int_chr): take an optional encoding parameter.nobu
2007-10-10* Makefile.in, */Makefile.sub (VPATH): add enc directory.nobu
2007-09-28* common.mk (ruby.o): using encoding.h.nobu
2007-09-27* benchmark/driver.rb: added.ko1
2007-09-06* common.mk: fix typo.ko1
2007-09-03* common.mk (vm.o): depends on st.h too.nobu
2007-08-30* regenc.h: check RUBY_EXTERN before including config.h and defines.husa
2007-08-27* thread.c: fix Mutex to be interruptable lock.ko1
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-08-25* common.mk (prelude.o): depends on vm_core.h now.nobu
2007-08-24* prelude.rb: added. run this script on startup.ko1
2007-08-14* common.mk: change test order (test -> btest).ko1
2007-08-08* common.mk (btest-miniruby, test-sample): split the test targetnobu
2007-08-07* common.mk (node_name.inc): use $? instead of $< for nmake.nobu
2007-08-06* common.mk (node_name.inc): auto-generate node name list.nobu
2007-08-06* common.mk (INSNS): not chdir to srcdir.nobu
2007-07-21* common.mk: inverted rules order.nobu
2007-07-12* blockinlining.c: remove "yarv" prefix.ko1
2007-07-06* bootstraptest/runner.rb: fix load path.ko1
2007-06-29* tool/insns2vm.rb, lib/vm/instruction.rb: move process bodyko1
2007-06-27* common.mk (run.gdb): fix to load $(srcdir)/.gdbinitko1
2007-06-24* eval_*.h: rename to eval_*.ci.ko1