| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby/signal.h: removed. | ko1 | 2008-09-03 | 1 | -23/+23 |
* | * common.mk (distclean-golf): moved golf_prelude.c here from | yugui | 2008-09-02 | 1 | -1/+3 |
* | * common.mk (clean-golf): added. | yugui | 2008-09-01 | 1 | -4/+8 |
* | * common.mk (realclean-local): added newline.c. | yugui | 2008-09-01 | 1 | -1/+1 |
* | * common.mk (docs): removed a useless make target. | yugui | 2008-08-31 | 1 | -3/+0 |
* | * Temporarily uses git://github.com/yugui/rubyspec.git | yugui | 2008-08-31 | 1 | -1/+1 |
* | * common.mk: dependency updated. | akr | 2008-08-28 | 1 | -166/+174 |
* | * common.mk (dist): tool/make-snapshot is executable. | yugui | 2008-08-25 | 1 | -1/+1 |
* | * configure.in (BUILTIN_TRANSSRCS): defined. | akr | 2008-08-24 | 1 | -2/+10 |
* | * common.mk: remove config.h dependency. | naruse | 2008-08-22 | 1 | -1/+0 |
* | * strftime.c: include ruby/config.h instead of ruby/ruby.h. | shugo | 2008-08-21 | 1 | -1/+0 |
* | * strftime.c: new file. | shugo | 2008-08-20 | 1 | -0/+2 |
* | * common.mk: fix error in uncommon.mk. | kazu | 2008-08-17 | 1 | -1/+1 |
* | * common.mk: config.h depends config.status. | naruse | 2008-08-17 | 1 | -0/+1 |
* | * common.mk (parse.{c,h}): creates in the dependency order. | nobu | 2008-08-15 | 1 | -2/+2 |
* | * common.mk ({$(srcdir)}.y.c): escape backslash. | naruse | 2008-08-14 | 1 | -1/+1 |
* | * include/ruby/encoding.h (rb_enc_ispunct): added. | nobu | 2008-08-14 | 1 | -1/+0 |
* | * common.mk (parse.h): workaround for nmake. | nobu | 2008-08-14 | 1 | -2/+2 |
* | * common.mk: parse.h depends on parse.c. | naruse | 2008-08-13 | 1 | -3/+2 |
* | * common.mk (parse.h): fake rule. | nobu | 2008-08-13 | 1 | -24/+28 |
* | * common.mk: regint.h no longer includes vm_core.h. | knu | 2008-08-13 | 1 | -32/+8 |
* | * common.mk (prelude.c, golf_prelude.c): Using $(COMPILE_PRELUDE) | knu | 2008-08-13 | 1 | -2/+2 |
* | * common.mk (realclean-local): Remove parse.h as well. | knu | 2008-08-13 | 1 | -35/+75 |
* | * common.mk (parse.c): generates parse.h together. | nobu | 2008-08-13 | 1 | -2/+4 |
* | * tool/make-snapshot: fix for clean up. | nobu | 2008-08-13 | 1 | -1/+1 |
* | * enc/Makefile.in (.SUFFIXES): renamed to .trans. | nobu | 2008-08-12 | 1 | -1/+1 |
* | * encoding.c: include util.h. [ruby-dev:35715] | mame | 2008-08-10 | 1 | -1/+1 |
* | * common.mk (extconf): use MAKEDIRS. | nobu | 2008-08-10 | 1 | -1/+1 |
* | * common.mk: encs depend on transdb.h | naruse | 2008-08-09 | 1 | -1/+1 |
* | * common.mk (enk.mk): give not RUBY but MINIRUBY. | naruse | 2008-08-08 | 1 | -1/+1 |
* | * common.mk (enc.mk): mkmf.rb requires rbconfig.rb. | nobu | 2008-08-08 | 1 | -1/+1 |
* | * common.mk (srcs-enc): renamed from transcodes. | nobu | 2008-08-08 | 1 | -5/+3 |
* | * common.mk (encdb.h): see both $(srcdir)/enc and enc. | nobu | 2008-08-08 | 1 | -1/+1 |
* | * common.mk: see both $(srcdir)/enc/trans and enc/trans. | naruse | 2008-08-07 | 1 | -1/+1 |
* | * Makefile.in, common.mk, {bcc,win}32/Makefile.sub (clean-ext): do not | nobu | 2008-08-07 | 1 | -8/+3 |
* | * common.mk: mkdir enc/trans before build tables. | naruse | 2008-08-06 | 1 | -1/+2 |
* | * common.mk (transdb.h): requires transcoders. | nobu | 2008-08-06 | 1 | -3/+3 |
* | * common.mk (transcodes), tool/build-transcode: generates transcode | nobu | 2008-08-05 | 1 | -1/+4 |
* | Merged r16430(akr), r16431(akr), r16433(akr), r16469(nobu), and | yugui | 2008-08-01 | 1 | -0/+4 |
* | * 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 |