aboutsummaryrefslogtreecommitdiffstats
path: root/enc
Commit message (Expand)AuthorAgeFilesLines
* unused functions and variablesnobu2014-03-172-0/+4
* encdb.c, encoding.c: make BOM-encodings dummynobu2013-09-241-1/+3
* encdb.c, utf_16_32.h: Unicode with BOMnobu2013-09-232-2/+2
* * enc/trans/utf8_mac-tbl.rb: fix r42789.naruse2013-09-042-802/+11853
* * enc/trans/utf8_mac-tbl.rb: update conversion table to recent OS X.naruse2013-09-021-743/+11916
* Revert r41786 "broken utf-8"naruse2013-07-091-2/+2
* broken utf-8naruse2013-07-051-2/+2
* * enc/trans/japanese_euc.trans, test/ruby/test_transcode.rb,ktsj2013-06-021-2/+2
* * enc/euc_jp.c: fix typo: the name of EUC-JIS-2004.naruse2013-06-011-4/+4
* ext/depend: fix dependency for nmakenobu2013-04-081-2/+2
* ext/depend: fix dependencynobu2013-04-081-2/+2
* * ext/depend (ENCOBJS, TRANSOBJS): Add missing dependencies.yugui2013-04-081-2/+2
* mswin: static-linked-extnobu2013-03-021-0/+1
* * Merge Onigmo 0fe387da2fee089254f6b04990541c731a26757fnaruse2013-03-011-1/+1
* depend: fix for static library on mswinnobu2013-02-251-2/+2
* depend: fix for static library on mswinnobu2013-02-252-2/+5
* * enc/depend (link_so): prefix $(Q) for each commands.nobu2012-12-101-1/+1
* encoding.c: unicode_pnobu2012-10-062-2/+5
* * enc/depend: fixed wrong change in a part of r34802.usa2012-09-101-1/+1
* enc/depend: fix inplace-build conditionnobu2012-08-181-1/+1
* enc/Makefile.in: TARGET_NAME TARGET_ENTRYnobu2012-07-232-4/+5
* * Makefile.in: don't remove macros. now name2ctype uses macros.naruse2012-06-133-13877/+26751
* enc: fix dependenciesnobu2012-05-212-3/+30
* * enc/shift_jis.c (code_to_mbclen): returnnaruse2012-05-201-0/+3
* no K&R stylenobu2012-05-191-1/+2
* enc/encinit.c.erb: use %-linesnobu2012-05-171-8/+7
* Supports static linking of extensions and encodings again.yugui2012-05-1622-74/+142
* * enc/euc_jp.c: added EUC-JP-2004 and its alias EUC-JISX0213.usa2012-04-2410-0/+8983
* * enc/unicode/name2ctype.h, tool/transcode-tblgen.rb: revertnobu2012-04-061-5205/+10065
* struct.c (documentation for rb_struct_members_m):duerst2012-04-061-10065/+5205
* * regparse.c (is_onechar_cclass): optimize character classnaruse2012-02-292-4/+12
* suppress warnings.naruse2012-02-251-4/+4
* revert a file which is committed wrong.nari2012-02-211-5205/+10065
* * gc.c : remove gc_clear_mark_on_sweep_slots() and usenari2012-02-211-10065/+5205
* * enc/depend: ignore mktable.c because it's not encoding library.usa2012-02-201-1/+1
* * enc/mktable.c (ENC_INFO): constify to suppress warnings.nobu2012-02-191-1/+1
* * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse2012-02-1739-7272/+14152
* Add more description about Shift_JIS and CP50220.naruse2012-02-152-1/+10
* * numeric.c (rb_enc_uint_char): raise RangeError when added codepointnaruse2012-01-082-5/+6
* * enc/trans/iso-8859-16-tbl.rb: add ISO-8859-16 converter.naruse2011-12-092-0/+99
* * enc/unicode.c (PROPERTY_NAME_MAX_SIZE): +1.naruse2011-11-201-1/+1
* * Makefile.in (enc/unicode/name2ctype.h): remove duplicatednobu2011-11-192-8/+0
* Forward-ports r32780 from branches/ruby_1_9_3 to trunk.yugui2011-07-311-1/+3
* * enc/depend: show srcdir.nobu2011-06-161-1/+1
* * enc/trans/ibm737-tbl.rb: greek code page. fixes #4738nobu2011-05-192-0/+131
* * remove trailing spaces.nobu2011-05-1511-39/+39
* * enc/trans/emoji_iso2022_kddi.trans: ISO-2022-JP-KDDI doesn't havenaruse2011-04-271-2/+0
* * enc/utf_16le.c: surpress warning: shorten-64-to-32.naruse2011-03-211-1/+1
* * enc/shift_jis.c: Change SJIS as an alias of Windows-31J.naruse2011-03-091-1/+17
* * enc/trans/utf8_mac.trans: parenthesize macro arguments.akr2011-02-041-1/+1