summaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
...
* Fix: DON'T move in_p because before in_p is replaced by buffered data.naruse2009-05-051-5/+4
* * runruby.rb: use RbConfig::CONFIG instead of Config::CONFIG.akr2009-04-301-2/+2
* * tool/transcode-tb (ActionMap#each_firstbyte):naruse2009-04-261-1/+6
* * tool/transcode-tb (ActionMap#generate_node):naruse2009-04-261-1/+1
* * tool/make-snapshot (package): creates .revision.time and passesnobu2009-03-171-1/+2
* * tool/ifchange: removed newer substitution syntax.nobu2009-03-171-2/+1
* * common.mk (REVISION_H): keeps timestamp of revision.h.nobu2009-03-161-6/+30
* * tool/ytab.sed: replaces backslashes with slash for nmake.nobu2009-03-111-0/+1
* * tool/generic_erb.rb: fixed typo.nobu2009-02-021-2/+2
* * tool/make-snapshot (prereq): remove enc.mk from tarball becauseusa2009-01-301-9/+1
* * Makefile.in, win32/Makefile.sub (RMDIRS): remove directory andnobu2009-01-251-0/+11
* * tool/make-snapshot (package): includes all rules and expandnobu2009-01-161-2/+7
* * tool/file2lastrev.rb: RUBY_REVISION must be an integer.akr2009-01-151-1/+1
* * enc/trans/gb18030.trans: get rid of a 1.9 feature for crossnobu2009-01-141-1/+1
* * enc/trans/gb18030.trans, gb18030-tbl.rb:duerst2009-01-141-1/+8
* * tool/file2lastrev.rb (get_revisions): fixes problem withyugui2009-01-131-3/+6
* * tool/flie2lastrev.rb: supports git repositories which are clonedyugui2009-01-011-1/+6
* * tool/file2lastrev.rb: unset PWD.nobu2008-12-311-1/+3
* * tool/file2lastrev.rb (get_revisions): fix to ignore end of line.ko12008-12-241-2/+2
* * tool/file2lastrev.rb: shouldn't use single quote in shell's commandusa2008-12-231-2/+2
* * tool/file2lastrev.rb: detects vcs directory properly on buildingyugui2008-12-231-10/+6
* * Doxyfile.in: new file. Template of a configuration file foryugui2008-12-222-0/+106
* * tool/make-snapshot (package): enc.mk in snapshot is dummy and shouldnobu2008-12-081-0/+8
* * tool/make-snapshot (package): added RM and CP. [ruby-dev:37288]nobu2008-12-061-0/+2
* * tool/make-snapshot: binary encoding spec is no longer needed in 1.9.nobu2008-11-061-2/+2
* * tool/make-snapshot.rb: merged from ruby_1_9_1.yugui2008-10-281-4/+7
* * tool/make-snapshot: use String#bytesize.nobu2008-10-281-2/+8
* * configure.in ($MANTYPE): followed ruby.1, which had moved.yugui2008-10-251-1/+1
* * mdoc2man.rb: moved into tools/.yugui2008-10-211-0/+465
* * tool/generic_erb.rb: sends the result to stdout if no output option.nobu2008-10-191-0/+2
* * common.mk (srcs): removed ID_H_TARGET.nobu2008-10-191-7/+5
* * keywords, lex.c.src, opt_insn_unif.def, opt_operand.def: moved rarely changedyugui2008-10-181-4/+4
* * tool/transcode-tblgen.rb: added set_valid_byte_patternduerst2008-10-181-22/+17
* * common.mk (ID_H_TARGET): phony target to update id.h.nobu2008-10-172-1/+39
* * tool/insns2vm.rb: remove -Kn option in shebang line because it'susa2008-10-171-1/+1
* * enc/trans/single_byte.trans: added windows-1252duerst2008-10-141-0/+1
* * common.mk (dist): nothing is need to run BASERUBY.nobu2008-09-261-7/+24
* * error.c (Init_syserr): moved to the template.yugui2008-09-261-0/+4
* * transcode_data.h (STR1_LENGTH): defined.akr2008-09-151-2/+2
* * tool/compile_prelude.rb: print "<internal:prelude>" instead ofmame2008-09-101-1/+1
* * tool/transcode-tblgen.rb (StrSet#hash): cache hash value.akr2008-09-091-2/+4
* * include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamedakr2008-09-081-1/+1
* * tool/transcode-tblgen.rb (ArrayCode): less string substitutions.akr2008-09-081-11/+12
* * tool/transcode-tblgen.rb (transcode_tblgen): log message refined.akr2008-09-071-1/+7
* * enc/trans/escape.trans: use transcode_tblgen.akr2008-09-071-1/+1
* * tool/transcode-tblgen.rb (ActionMap#str_name): new method toakr2008-09-071-13/+31
* * tool/transcode-tblgen.rb (ActionMap#generate_info): use a memo toakr2008-09-071-7/+15
* * transcode_data.h (STR1): defined for a string up to 255 bytes.akr2008-09-071-0/+12
* * tool/transcode-tblgen.rb: o4 is usable only if the first byte isakr2008-09-071-1/+1
* * tool/transcode-tblgen.rb (StrSet.parse): accept upper caseakr2008-09-051-2/+2