aboutsummaryrefslogtreecommitdiffstats
path: root/enc
Commit message (Expand)AuthorAgeFilesLines
* * enc/trans/japanese.c (rb_from_Windows_31J, rb_to_Windows_31J):nobu2008-01-231-0/+12
* Tue Jan 22 17:52:52 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-01-221-24/+24
* Mon Jan 21 19:42:42 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-01-211-60/+384
* * transcode.c (transcode_loop, str_transcoding_resize): use unsignednobu2008-01-212-28/+28
* * transcode.c (transcode_dispatch): constified return value.nobu2008-01-202-40/+40
* Sun Jan 20 20:00:20 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-01-201-1/+141
* Sun Jan 20 15:08:08 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-01-201-0/+332
* * enc/make_encdb.rb: fix duplication check.naruse2008-01-191-10/+11
* * ascii.c: remove difinition of replica KOI8-U.naruse2008-01-191-2/+1
* * enc/koi8_u.c: added.naruse2008-01-194-8/+229
* * enc/euc_cn.c: split from enc/euc_kr.c.nobu2008-01-172-2/+11
* * common.mk (encdb.h): give output file name to make_encdb.rb.nobu2008-01-172-40/+49
* * enc/shift_jis.c: newline at EOF.nobu2008-01-171-1/+1
* * enc/windows_1251.c: newline at EOF.nobu2008-01-161-1/+1
* * enc/*: add ARG_UNUSED.naruse2008-01-1523-90/+95
* * enc/utf_{16,32}{be,le}.c: remove some ARG_UNUSED. replace structnaruse2008-01-154-32/+32
* * encoding.c (ENC_REGISTER): use &OnigEncoding*.naruse2008-01-1511-60/+41
* * enc/utf_8.c: remove use of ONIG_ENCODING_UTF8 altogether; usematz2008-01-151-41/+3
* * enc/utf_8.c (ONIG_ENCODING_UTF8): reverted.usa2008-01-151-4/+0
* * enc/utf_8.c (OnigEncodingDefine): encoding name should be keptmatz2008-01-151-1/+1
* * enc/Makefile.in: ditto.nobu2008-01-151-2/+2
* * enc/utf_8.c: renamed as IANA name.nobu2008-01-151-2/+6
* * re.c (rb_char_to_option_kcode): use rb_enc_find_index() insteadmatz2008-01-141-1/+1
* * enc/us_ascii.c: wrong alias name: ANSI_X3.4-1986.matz2008-01-141-2/+2
* * encoding.c (rb_locale_encoding): return US-ASCII when charmap is nil.naruse2008-01-142-0/+3
* Mon Jan 14 10:45:45 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-01-141-1/+1
* * enc/*.c: add replicas and aliases.naruse2008-01-136-10/+78
* * define replica encoding "CP949".naruse2008-01-131-0/+1
* * include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding*naruse2008-01-1310-12/+1368
* * enc/make_encdb.h: sort encoding names by original name.naruse2008-01-1318-5/+41
* * encoding.c (Init_Encoding): moved initialization from encdb.h.nobu2008-01-131-16/+6
* * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed.naruse2008-01-133-11/+14
* * encoding.c (enc_table): packed all enc_table stuff.nobu2008-01-131-11/+7
* * encoding.c (rb_enc_init): revert removing SJIS.naruse2008-01-132-1/+1
* * enc/make_encdb.rb: set properties.nobu2008-01-131-64/+64
* * enc/make_encdb.rb: should work on Ruby 1.8. [ruby-dev:33069]matz2008-01-121-7/+6
* * enc/make_encdb.rb: added. search enc/*.c and make encoding database.naruse2008-01-125-0/+74
* * enc/Makefile.in (BUILTIN_ENCS): UTF-{16,32}{BE,LE} are not builtin.naruse2008-01-081-2/+1
* * encoding.c, Makefile.in, include/ruby/oniguruma.h,naruse2008-01-081-1/+2
* * enc/utf_{16,32}{be,le}.c: renamed to match with encoding names.nobu2008-01-084-869/+0
* * enc/utf_{16,32}{be,le}.c: renamed to match with encoding names.nobu2008-01-084-0/+869
* * enc/utf{16,32}_{be,le}.c: use &OnigEncodingName(*) instead ofusa2008-01-084-11/+19
* * regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): suppressednobu2008-01-085-5/+6
* * enc/utf{16,32}_{be,le}.c: imported from Oniguruma 5.9.1.nobu2008-01-084-0/+861
* * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified asakr2008-01-0318-162/+162
* * include/ruby/oniguruma.h: Oniguruma 1.9.1 merged.matz2008-01-0312-299/+284
* * enc/us_ascii.c: add us_ascii_ prefix for functions to easeakr2008-01-0210-96/+96
* * enc/depend: dependency updated.akr2008-01-011-1/+1
* * enc/depend: replace spaces by tabnaruse2007-12-301-1/+1
* * configure.in: rm largefile.h.naruse2007-12-302-7/+4