| Commit message (Expand) | Author | Age | Files | Lines |
* | * enc/euc_kr.c: remove CP949. | naruse | 2008-01-29 | 3 | -13/+12 |
* | * enc/gbk.c: add GBK, CP936 and CP949. | naruse | 2008-01-29 | 2 | -3/+2 |
* | * enc/gbk.c: add GBK, CP936 and CP949. | naruse | 2008-01-29 | 1 | -0/+192 |
* | * enc/utf_7.h: add dummy encoding UTF-7 and its alias CP65000. | naruse | 2008-01-28 | 1 | -0/+5 |
* | * enc/utf_8.c: add alias CP65001. | usa | 2008-01-28 | 1 | -0/+1 |
* | * enc/big5.c (big5_mbc_enc_len): validation implemented. | akr | 2008-01-28 | 1 | -2/+55 |
* | * enc/euc_kr.c (euckr_mbc_enc_len): validation implemented. | akr | 2008-01-28 | 1 | -2/+55 |
* | * enc/trans/japanese.c (rb_from_Windows_31J, rb_to_Windows_31J): | nobu | 2008-01-23 | 1 | -0/+12 |
* | Tue Jan 22 17:52:52 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2008-01-22 | 1 | -24/+24 |
* | Mon Jan 21 19:42:42 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2008-01-21 | 1 | -60/+384 |
* | * transcode.c (transcode_loop, str_transcoding_resize): use unsigned | nobu | 2008-01-21 | 2 | -28/+28 |
* | * transcode.c (transcode_dispatch): constified return value. | nobu | 2008-01-20 | 2 | -40/+40 |
* | Sun Jan 20 20:00:20 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2008-01-20 | 1 | -1/+141 |
* | Sun Jan 20 15:08:08 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2008-01-20 | 1 | -0/+332 |
* | * enc/make_encdb.rb: fix duplication check. | naruse | 2008-01-19 | 1 | -10/+11 |
* | * ascii.c: remove difinition of replica KOI8-U. | naruse | 2008-01-19 | 1 | -2/+1 |
* | * enc/koi8_u.c: added. | naruse | 2008-01-19 | 4 | -8/+229 |
* | * enc/euc_cn.c: split from enc/euc_kr.c. | nobu | 2008-01-17 | 2 | -2/+11 |
* | * common.mk (encdb.h): give output file name to make_encdb.rb. | nobu | 2008-01-17 | 2 | -40/+49 |
* | * enc/shift_jis.c: newline at EOF. | nobu | 2008-01-17 | 1 | -1/+1 |
* | * enc/windows_1251.c: newline at EOF. | nobu | 2008-01-16 | 1 | -1/+1 |
* | * enc/*: add ARG_UNUSED. | naruse | 2008-01-15 | 23 | -90/+95 |
* | * enc/utf_{16,32}{be,le}.c: remove some ARG_UNUSED. replace struct | naruse | 2008-01-15 | 4 | -32/+32 |
* | * encoding.c (ENC_REGISTER): use &OnigEncoding*. | naruse | 2008-01-15 | 11 | -60/+41 |
* | * enc/utf_8.c: remove use of ONIG_ENCODING_UTF8 altogether; use | matz | 2008-01-15 | 1 | -41/+3 |
* | * enc/utf_8.c (ONIG_ENCODING_UTF8): reverted. | usa | 2008-01-15 | 1 | -4/+0 |
* | * enc/utf_8.c (OnigEncodingDefine): encoding name should be kept | matz | 2008-01-15 | 1 | -1/+1 |
* | * enc/Makefile.in: ditto. | nobu | 2008-01-15 | 1 | -2/+2 |
* | * enc/utf_8.c: renamed as IANA name. | nobu | 2008-01-15 | 1 | -2/+6 |
* | * re.c (rb_char_to_option_kcode): use rb_enc_find_index() instead | matz | 2008-01-14 | 1 | -1/+1 |
* | * enc/us_ascii.c: wrong alias name: ANSI_X3.4-1986. | matz | 2008-01-14 | 1 | -2/+2 |
* | * encoding.c (rb_locale_encoding): return US-ASCII when charmap is nil. | naruse | 2008-01-14 | 2 | -0/+3 |
* | Mon Jan 14 10:45:45 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2008-01-14 | 1 | -1/+1 |
* | * enc/*.c: add replicas and aliases. | naruse | 2008-01-13 | 6 | -10/+78 |
* | * define replica encoding "CP949". | naruse | 2008-01-13 | 1 | -0/+1 |
* | * include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding* | naruse | 2008-01-13 | 10 | -12/+1368 |
* | * enc/make_encdb.h: sort encoding names by original name. | naruse | 2008-01-13 | 18 | -5/+41 |
* | * encoding.c (Init_Encoding): moved initialization from encdb.h. | nobu | 2008-01-13 | 1 | -16/+6 |
* | * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed. | naruse | 2008-01-13 | 3 | -11/+14 |
* | * encoding.c (enc_table): packed all enc_table stuff. | nobu | 2008-01-13 | 1 | -11/+7 |
* | * encoding.c (rb_enc_init): revert removing SJIS. | naruse | 2008-01-13 | 2 | -1/+1 |
* | * enc/make_encdb.rb: set properties. | nobu | 2008-01-13 | 1 | -64/+64 |
* | * enc/make_encdb.rb: should work on Ruby 1.8. [ruby-dev:33069] | matz | 2008-01-12 | 1 | -7/+6 |
* | * enc/make_encdb.rb: added. search enc/*.c and make encoding database. | naruse | 2008-01-12 | 5 | -0/+74 |
* | * enc/Makefile.in (BUILTIN_ENCS): UTF-{16,32}{BE,LE} are not builtin. | naruse | 2008-01-08 | 1 | -2/+1 |
* | * encoding.c, Makefile.in, include/ruby/oniguruma.h, | naruse | 2008-01-08 | 1 | -1/+2 |
* | * enc/utf_{16,32}{be,le}.c: renamed to match with encoding names. | nobu | 2008-01-08 | 4 | -869/+0 |
* | * enc/utf_{16,32}{be,le}.c: renamed to match with encoding names. | nobu | 2008-01-08 | 4 | -0/+869 |
* | * enc/utf{16,32}_{be,le}.c: use &OnigEncodingName(*) instead of | usa | 2008-01-08 | 4 | -11/+19 |
* | * regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): suppressed | nobu | 2008-01-08 | 5 | -5/+6 |