| Commit message (Expand) | Author | Age | Files | Lines |
* | * common.mk (process.o): depends on util.h. | nobu | 2008-07-10 | 1 | -1/+1 |
* | * common.mk: folded longer rules | nobu | 2008-07-01 | 1 | -2/+4 |
* | * common.mk (RUBY_H_INCLUDES): common headers which are included with | nobu | 2008-06-30 | 1 | -136/+74 |
* | * tool/make-snapshot: do not use sha256sum; use BASERUBY instead | shyouhei | 2008-06-20 | 1 | -2/+2 |
* | * common.mk (miniruby$(EXEEXT)): $(PREP) isn't always same as | nobu | 2008-06-17 | 1 | -13/+13 |
* | Fixed dependencies on miniruby | ryan | 2008-06-17 | 1 | -39/+39 |
* | * common.mk (encs): need to pass miniruby path for windows. | usa | 2008-06-11 | 1 | -1/+1 |
* | * common.mk (test-knownbug): give $(OPTS) for bootstraptest/runner.rb. | akr | 2008-06-09 | 1 | -1/+1 |
* | * test_knownbug.rb -> KNOWNBUGS.rb: renamed. | ko1 | 2008-06-09 | 1 | -1/+1 |
* | * bootstraptest/test_knownbug.rb -> ./test_knownbug.rb: moved. | ko1 | 2008-06-09 | 1 | -1/+4 |
* | * common.mk (prelude.c): simply depends on PREP. [ruby-dev:34877] | nobu | 2008-05-30 | 1 | -8/+7 |
* | * Makefile.in (MKPREP): appended $(RBCONFIG). | nobu | 2008-05-28 | 1 | -3/+3 |
* | * Makefile.in (MKPREP), common.mk, win32/Makefile.sub (prelude.c): get | nobu | 2008-05-27 | 1 | -5/+5 |
* | * eval_method.c: renamed from vm_method.c. "vm_method.c" is included | ko1 | 2008-05-24 | 1 | -2/+3 |
* | * regparse.c (PINC): use optimized enclen() instead of | matz | 2008-05-19 | 1 | -1/+1 |
* | * common.mk (RUBYOPT): affected BASERUBY too. [ruby-talk:301514] | nobu | 2008-05-12 | 1 | -1/+1 |
* | * configure.in (MINIRUBY): should not include extension library path. | nobu | 2008-05-11 | 1 | -1/+1 |
* | * common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT. | nobu | 2008-05-08 | 1 | -1/+1 |
* | * common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT. | nobu | 2008-05-08 | 1 | -1/+1 |
* | * configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb. | nobu | 2008-05-08 | 1 | -1/+5 |
* | * common.mk (prelude.c): depends on enc/prelude.rb. | nobu | 2008-04-08 | 1 | -3/+5 |
* | * encoding.c (enc_init_db): moved to enc/encdb.c. | nobu | 2008-04-07 | 1 | -6/+5 |
* | * common.mk (INSNS): add insns_info.inc. | usa | 2008-04-03 | 1 | -2/+2 |
* | * common.mk (golf_prelude.c): needs .new. | nobu | 2008-04-03 | 1 | -1/+1 |
* | * common.mk (endb.h, transdb.h, prelude.c): depend on $(PREP) and | nobu | 2008-04-03 | 1 | -15/+12 |
* | * Makefile.in, common.mk, configure.in, {win32,bcc32}/Makefile.sub | nobu | 2008-04-03 | 1 | -2/+5 |
* | * re.c (rb_memsearch_ss): simple shift search. | naruse | 2008-03-17 | 1 | -0/+2 |
* | * common.mk (LIBRUBY_SO): add dependency to $(BUILTIN_ENCOBJS). | naruse | 2008-03-16 | 1 | -1/+1 |
* | both complex and rational are now builtin classes. | tadf | 2008-03-16 | 1 | -0/+8 |
* | * eval_intern.h (rb_thread_raised_set): use generic flags. | nobu | 2008-03-12 | 1 | -1/+1 |
* | * common.mk (clean-local): WINMAINOBJ is Windows specific. | nobu | 2008-03-11 | 1 | -1/+1 |
* | * common.mk, {bcc,win}32/Makefile.sub (clean-local): remove | nobu | 2008-02-24 | 1 | -2/+2 |
* | * common.mk (INSTRUBY_ARGS): pass mode to install. [ruby-dev:33766] | nobu | 2008-02-13 | 1 | -2/+6 |
* | * common.mk (encdb, transdb): depend on $(PREP). | naruse | 2008-02-10 | 1 | -2/+2 |
* | * common.mk (ext/extmk.rb, instruby.rb): inlined $(MAKE) so that can | nobu | 2008-01-30 | 1 | -26/+26 |
* | * configure.in, common.mk: fix rule for dmytranscode.o. | naruse | 2008-01-29 | 1 | -1/+1 |
* | * enc/trans/japanese.c (rb_to_Windows_31J): to 'Windows-31J'. | naruse | 2008-01-29 | 1 | -7/+12 |
* | * dmyencoding.c, encoding.c (enc_init_db, NO_ENCDB_H): | naruse | 2008-01-29 | 1 | -6/+11 |
* | * tool/ifchange: remove $temp when unchanged. | naruse | 2008-01-29 | 1 | -3/+2 |
* | * common.mk, ext/extmkf.rb: always make encdb.h. | naruse | 2008-01-29 | 1 | -3/+7 |
* | * common.mk ($(srcdir)/revision.h): no need to show ifchange execution | usa | 2008-01-28 | 1 | -1/+1 |
* | * common.mk (up): force to update revision.h. | nobu | 2008-01-28 | 1 | -2/+2 |
* | * common.mk (up): pass MFLAGS. | nobu | 2008-01-28 | 1 | -1/+1 |
* | * common.mk (up): use last changed revision. | nobu | 2008-01-28 | 1 | -2/+2 |
* | * common.mk (help): use double quotes for nmake. | usa | 2008-01-28 | 1 | -11/+11 |
* | *common.mk: add description about "make clean". | naruse | 2008-01-27 | 1 | -1/+2 |
* | *common.mk: add description about "make golf". | naruse | 2008-01-27 | 1 | -0/+1 |
* | * common.mk (help): show major targets. | naruse | 2008-01-27 | 1 | -0/+11 |
* | * common.mk (version.$(OBJEXT)): depends on $(srcdir)/revision.h. | nobu | 2008-01-25 | 1 | -1/+1 |
* | * common.mk (revision.h): extracts revision number with ``svn info''. | nobu | 2008-01-25 | 1 | -3/+12 |