| Commit message (Expand) | Author | Age | Files | Lines |
* | * transcode_data.h (rb_transcoder_stateful_type_t): defined. | akr | 2008-08-15 | 1 | -0/+1 |
* | * include/ruby/encoding.h (rb_econv_output): declared. | akr | 2008-08-14 | 1 | -1/+2 |
* | * tool/transcode-tblgen.rb: check unexpected actions. | akr | 2008-08-14 | 1 | -1/+3 |
* | * tool/make-snapshot: fix for clean up. | nobu | 2008-08-13 | 1 | -9/+11 |
* | * tool/make-snapshot: try to find exported directory. | nobu | 2008-08-13 | 1 | -3/+8 |
* | * tool/make-snapshot: fix for enc.mk. | nobu | 2008-08-12 | 1 | -28/+61 |
* | * tool/transcode-tblgen.rb (#transcode_tblgen): slight message | matz | 2008-08-12 | 1 | -1/+1 |
* | * transcode_data.h (TRANSCODE_ERROR): removed. | akr | 2008-08-12 | 1 | -2/+4 |
* | * transcode_data.h (rb_transcoder): add resetstate_func field for | akr | 2008-08-11 | 1 | -1/+1 |
* | * enc/trans/iso2022.trans: renamed from iso2022.erb.c. | akr | 2008-08-11 | 1 | -7/+7 |
* | * tool/transcode-tblgen.rb: record checksum of | akr | 2008-08-10 | 1 | -2/+6 |
* | * enc/Makefile.in (make-workdir): use MAKEDIRS. | nobu | 2008-08-10 | 1 | -1/+3 |
* | * transcode_data.h (rb_transcoding): add fields for restartable | akr | 2008-08-09 | 1 | -5/+30 |
* | * transcode_data.h (rb_transcoder): from_unit_length field added. | akr | 2008-08-08 | 1 | -20/+33 |
* | * transcode_data.h (rb_transcoding): new field "stateful". | akr | 2008-08-07 | 1 | -0/+6 |
* | * tool/transcode-tblgen.rb (transcode_generate_node): code | akr | 2008-08-06 | 1 | -1/+3 |
* | * tool/transcode-tblgen.rb: distinguish UNDEF and INVALID. | akr | 2008-08-06 | 1 | -114/+120 |
* | * tool/transcode-tblgen.rb (ActionMap#eql?): use == to compare @map. | akr | 2008-08-05 | 1 | -1/+1 |
* | * tool/transcode-tblgen.rb: show generating tables in verbose mode. | akr | 2008-08-05 | 1 | -4/+12 |
* | * common.mk (transcodes), tool/build-transcode: generates transcode | nobu | 2008-08-05 | 1 | -4/+14 |
* | * tool/build-transcode: new file. | akr | 2008-08-05 | 2 | -0/+571 |
* | * tool/instruction.rb: RubyVM is not module. | ko1 | 2008-07-01 | 1 | -1/+1 |
* | * compile.c, insns.def, vm.c, vm_core.h: remove some insns | ko1 | 2008-07-01 | 1 | -1/+1 |
* | * tool/make-snapshot: ported to ruby. | nobu | 2008-06-21 | 1 | -97/+135 |
* | * tool/make-snapshot: fixed digets. | nobu | 2008-06-20 | 1 | -7/+6 |
* | * tool/make-snapshot: do not use sha256sum; use BASERUBY instead | shyouhei | 2008-06-20 | 1 | -5/+10 |
* | * tool/make-snapshot: fixed typo. | nobu | 2008-06-20 | 1 | -2/+3 |
* | * tool/make-snapshot: supported multiple snapshots. | nobu | 2008-06-19 | 1 | -22/+84 |
* | * vm_core.h (rb_num_t): moved form vm.h. | nobu | 2008-05-23 | 1 | -5/+9 |
* | * tool/compile_prelude.rb: allows extra suffix after .c. | nobu | 2008-04-06 | 1 | -1/+1 |
* | * compile.c (iseq_set_sequence, iseq_insns_unification, | nobu | 2008-04-03 | 1 | -3/+3 |
* | * tool/make-snapshot: prefixed r makes $revision always true. | nobu | 2008-03-01 | 1 | -2/+2 |
* | * tool/make-snapshot: make prereq uses MINIRUBY. | matz | 2008-03-01 | 1 | -4/+4 |
* | * tool/compile_prelude.rb (C_ESC): use octal escape to avoid | akr | 2008-02-01 | 1 | -2/+2 |
* | * tool/ifchange: remove $temp when unchanged. | naruse | 2008-01-29 | 1 | -0/+1 |
* | * tool/ifchange: commit miss. | nobu | 2008-01-25 | 1 | -0/+16 |
* | * tool/ytab.sed: skip yydestruct hack unless yymsg exists, for bison | nobu | 2007-12-28 | 1 | -1/+1 |
* | * insns2vm.rb: add encoding option to shbang. | ko1 | 2007-12-25 | 1 | -1/+1 |
* | * tool/make-snapshot: add version number. | nobu | 2007-12-25 | 1 | -4/+6 |
* | * common.mk (parse.c): depends on tool/ytab.sed. | nobu | 2007-12-25 | 1 | -1/+21 |
* | * tool/make-snapshot: argument check, and cleanup exported directory. | nobu | 2007-12-25 | 1 | -0/+5 |
* | * tool/make-snapshot: more portable. | eban | 2007-12-25 | 1 | -1/+1 |
* | * tool/make-snapshot (revision): sed does not support +. | nobu | 2007-12-25 | 1 | -1/+1 |
* | * trunk/common.mk, goruby.c, golf_prelude.rb: for golfers. | nobu | 2007-12-25 | 1 | -1/+2 |
* | * tool/make-snapshot: must create configure and lex.c. | eban | 2007-12-24 | 1 | -1/+1 |
* | * tool/compile.rb, getrev.rb, runruby.rb: remove unused tools. | ko1 | 2007-12-24 | 3 | -84/+0 |
* | * tool/serb.rb: removed. | akr | 2007-12-24 | 1 | -17/+0 |
* | * common.mk (encs, ext/ripper/ripper.c): needs MFLAGS. | nobu | 2007-12-22 | 1 | -0/+31 |
* | * tool/insns2vm.rb: moved from lib/vm/instruction.rb. | ko1 | 2007-12-22 | 2 | -1/+1382 |
* | * tool/insns2vm.rb: set property. | nobu | 2007-12-22 | 1 | -0/+0 |