| Commit message (Expand) | Author | Age | Files | Lines |
* | tool: fixed shadowing variables | nobu | 2018-05-18 | 1 | -3/+3 |
* | tool: removed unused variables | nobu | 2018-05-18 | 1 | -6/+6 |
* | Refactor ERB version checking for keyword arguments | k0kubun | 2018-02-27 | 1 | -1/+1 |
* | Judge ERB version not RUBY_VERSION but ERB.version | naruse | 2018-02-24 | 1 | -1/+1 |
* | erb.rb: deprecate safe_level of ERB.new | k0kubun | 2018-02-22 | 1 | -1/+5 |
* | transcode-tblgen.rb: dup literal string | nobu | 2016-10-28 | 1 | -1/+1 |
* | transcode-tblgen.rb: chomp invalid line | nobu | 2016-03-16 | 1 | -3/+3 |
* | transcode-tblgen.rb: binary mode | nobu | 2016-03-16 | 1 | -1/+1 |
* | * remove trailing spaces. | svn | 2015-12-15 | 1 | -1/+1 |
* | tool/transcode_tablegen.rb: detailled documentation | duerst | 2015-12-15 | 1 | -0/+37 |
* | * enc/ebcdic.h: new dummy encoding EBCDIC-US | duerst | 2015-12-14 | 1 | -2/+3 |
* | * lib/open-uri.rb: Remove indicator for "frozen_string_literal: true". | akr | 2015-11-10 | 1 | -2/+1 |
* | Put an line before "frozen_string_literal: true" for emacs. | akr | 2015-10-05 | 1 | -0/+1 |
* | * lib/pp.rb: Use frozen_string_literal: true. | akr | 2015-10-05 | 1 | -7/+9 |
* | * enc/trans/japanese_euc.trans, test/ruby/test_transcode.rb, | ktsj | 2013-06-02 | 1 | -49/+49 |
* | Drop executable bits of files that are not executable. | knu | 2012-11-22 | 1 | -0/+0 |
* | * enc/euc_jp.c: added EUC-JP-2004 and its alias EUC-JISX0213. | usa | 2012-04-24 | 1 | -4/+14 |
* | * enc/unicode/name2ctype.h, tool/transcode-tblgen.rb: revert | nobu | 2012-04-06 | 1 | -462/+26 |
* | struct.c (documentation for rb_struct_members_m): | duerst | 2012-04-06 | 1 | -26/+462 |
* | * tool/transcode-tblgen.rb (import_ucm): don't use \h because the | naruse | 2012-02-17 | 1 | -3/+3 |
* | * remove trailing spaces. | nobu | 2011-05-15 | 1 | -1/+1 |
* | * enc/big5.c: split CP950 from Big5. | naruse | 2010-11-22 | 1 | -0/+21 |
* | * tool/transcode-tblgen.rb: reuse hash object. | akr | 2010-03-21 | 1 | -2/+3 |
* | * tool/transcode-tblgen.rb (transcode_compile_tree): make | akr | 2010-03-21 | 1 | -4/+12 |
* | * tool/transcode-tblgen.rb (ActionMap.unambiguous_action): use | akr | 2010-03-20 | 1 | -8/+42 |
* | * tool/transcode-tblgen.rb (each_firstbyte_range): tuned for less | akr | 2010-03-20 | 1 | -28/+34 |
* | * tool/transcode-tblgen.rb: scan singleton mappings sequentially. | akr | 2010-03-18 | 1 | -35/+72 |
* | * tool/transcode-tblgen.rb: specialize for singletom mappings. | akr | 2010-03-16 | 1 | -26/+62 |
* | * tool/transcode-tblgen.rb: redundant loop removed. | akr | 2010-03-15 | 1 | -12/+5 |
* | * tool/transcode-tblgen.rb: refactored to use tree as memo key. | akr | 2010-03-15 | 1 | -55/+58 |
* | * tool/transcode-tblgen.rb: more info in generating macro names. | akr | 2010-03-15 | 1 | -1/+1 |
* | * tool/transcode-tblgen.rb: ActionMap#each_firstbyte inlined. | akr | 2010-03-15 | 1 | -14/+13 |
* | * tool/transcode-tblgen.rb (transcode_tblgen): add valid_encoding | akr | 2010-03-15 | 1 | -13/+17 |
* | * tool/transcode-tblgen.rb (Action#hash): defined. | akr | 2010-03-14 | 1 | -0/+10 |
* | * tool/transcode-tblgen.rb: refactored. | akr | 2010-03-14 | 1 | -225/+245 |
* | * tool/transcode-tblgen.rb: consider valid_encoding for max_input. | akr | 2010-03-14 | 1 | -0/+1 |
* | * tool/transcode-tblgen.rb: reject ambiguous mapping. | akr | 2010-03-13 | 1 | -0/+19 |
* | * tool/transcode-tblgen.rb: show cosumed time at last. | akr | 2010-03-12 | 1 | -1/+5 |
* | * enc/trans/EMOJI/*.src, enc/trans/emoji*, enc/x-emoji.c, test/ruby/enc/test_... | muraken | 2010-03-09 | 1 | -84/+92 |
* | * tool/transcode-tblgen.rb (ActionMap#generate_node): | naruse | 2010-03-09 | 1 | -2/+1 |
* | * tool/transcode-tblgen.rb (StrSet#parse, ActionMap#generate_node): | mame | 2010-03-09 | 1 | -2/+4 |
* | * tool/transcode-tblgen.rb (HEX2): extracted from regexps. | akr | 2010-03-03 | 1 | -11/+14 |
* | * transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Added | duerst | 2009-12-10 | 1 | -0/+2 |
* | * tool/transcode-tblgen.rb (transcode_generated_code): fixed type. | nobu | 2009-09-22 | 1 | -1/+1 |
* | * enc/trans/big5.trans, big5-hkscs-tbl.rb: | duerst | 2009-07-24 | 1 | -1/+2 |
* | * tool/*: executable. | nobu | 2009-06-30 | 1 | -0/+0 |
* | Fix: DON'T move in_p because before in_p is replaced by buffered data. | naruse | 2009-05-05 | 1 | -5/+4 |
* | * tool/transcode-tb (ActionMap#each_firstbyte): | naruse | 2009-04-26 | 1 | -1/+6 |
* | * tool/transcode-tb (ActionMap#generate_node): | naruse | 2009-04-26 | 1 | -1/+1 |
* | * enc/trans/gb18030.trans: get rid of a 1.9 feature for cross | nobu | 2009-01-14 | 1 | -1/+1 |