aboutsummaryrefslogtreecommitdiffstats
path: root/enc
Commit message (Expand)AuthorAgeFilesLines
* Re-apply r43023 which is accidentally reverted by r47598naruse2014-09-171-1/+1
* * reg*.c: Merge Onigmo 5.15.0 38a870960aa7370051a3544naruse2014-09-1524-54/+43
* euckr-tbl.rb: euro and registered signsnobu2014-08-191-0/+2
* * regcomp.c: Merge Onigmo 5.14.1 25a8a69fc05ae3b56a09.naruse2014-07-163-5267/+9571
* fix usagekazu2014-06-021-1/+1
* constify rb_encoding and OnigEncodingnobu2014-06-011-1/+1
* unicode.c: no initializationnobu2014-05-301-18/+0
* case-folding.rb: perfect hash for case unfolding3nobu2014-05-303-50/+106
* case-folding.rb: perfect hash for case unfolding2nobu2014-05-303-50/+169
* case-folding.rb: perfect hash for case unfolding1nobu2014-05-303-26/+1317
* case-folding.rb: perfect hash for case foldingnobu2014-05-303-26/+1571
* case-folding.rb: merge tablesnobu2014-05-303-44/+26
* case-folding.rb: modularizenobu2014-05-302-2291/+2325
* case-folding.rb: conversion scriptnobu2014-05-301-0/+107
* enc/unicode.c: lookup functionsnobu2014-05-231-15/+51
* enc/unicode.c: constifynobu2014-05-231-7/+13
* Makefile.in: suppress warningsnobu2014-05-222-14/+14
* jis/props.kwd: constifynobu2014-05-224-4/+4
* remove trailing spacesnobu2014-05-222-7/+7
* constify character property tablesnobu2014-05-227-74/+571
* 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