summaryrefslogtreecommitdiff
path: root/enc
AgeCommit message (Expand)Author
2008-01-17* enc/euc_cn.c: split from enc/euc_kr.c.nobu
2008-01-17* common.mk (encdb.h): give output file name to make_encdb.rb.nobu
2008-01-17* enc/shift_jis.c: newline at EOF.nobu
2008-01-16* enc/windows_1251.c: newline at EOF.nobu
2008-01-15* enc/*: add ARG_UNUSED.naruse
2008-01-15* enc/utf_{16,32}{be,le}.c: remove some ARG_UNUSED. replace structnaruse
2008-01-15* encoding.c (ENC_REGISTER): use &OnigEncoding*.naruse
2008-01-15* enc/utf_8.c: remove use of ONIG_ENCODING_UTF8 altogether; usematz
2008-01-15 * enc/utf_8.c (ONIG_ENCODING_UTF8): reverted.usa
2008-01-15* enc/utf_8.c (OnigEncodingDefine): encoding name should be keptmatz
2008-01-15* enc/Makefile.in: ditto.nobu
2008-01-15* enc/utf_8.c: renamed as IANA name.nobu
2008-01-14* re.c (rb_char_to_option_kcode): use rb_enc_find_index() insteadmatz
2008-01-14* enc/us_ascii.c: wrong alias name: ANSI_X3.4-1986.matz
2008-01-14* encoding.c (rb_locale_encoding): return US-ASCII when charmap is nil.naruse
2008-01-14Mon Jan 14 10:45:45 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2008-01-13* enc/*.c: add replicas and aliases.naruse
2008-01-13* define replica encoding "CP949".naruse
2008-01-13* include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding*naruse
2008-01-13* enc/make_encdb.h: sort encoding names by original name.naruse
2008-01-13* encoding.c (Init_Encoding): moved initialization from encdb.h.nobu
2008-01-13* encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed.naruse
2008-01-13* encoding.c (enc_table): packed all enc_table stuff.nobu
2008-01-13* encoding.c (rb_enc_init): revert removing SJIS.naruse
2008-01-13* enc/make_encdb.rb: set properties.nobu
2008-01-12* enc/make_encdb.rb: should work on Ruby 1.8. [ruby-dev:33069]matz
2008-01-12* enc/make_encdb.rb: added. search enc/*.c and make encoding database.naruse
2008-01-08* enc/Makefile.in (BUILTIN_ENCS): UTF-{16,32}{BE,LE} are not builtin.naruse
2008-01-08* encoding.c, Makefile.in, include/ruby/oniguruma.h,naruse
2008-01-08* enc/utf_{16,32}{be,le}.c: renamed to match with encoding names.nobu
2008-01-08* enc/utf_{16,32}{be,le}.c: renamed to match with encoding names.nobu
2008-01-08 * enc/utf{16,32}_{be,le}.c: use &OnigEncodingName(*) instead ofusa
2008-01-08* regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): suppressednobu
2008-01-08* enc/utf{16,32}_{be,le}.c: imported from Oniguruma 5.9.1.nobu
2008-01-03* enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified asakr
2008-01-03* include/ruby/oniguruma.h: Oniguruma 1.9.1 merged.matz
2008-01-02* enc/us_ascii.c: add us_ascii_ prefix for functions to easeakr
2008-01-01* enc/depend: dependency updated.akr
2007-12-30* enc/depend: replace spaces by tabnaruse
2007-12-30* configure.in: rm largefile.h.naruse
2007-12-29* enc/Makefile.in (DLDFLAGS): like as extensions. [ruby-core:14567]nobu
2007-12-28Fri Dec 28 01:55:04 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2007-12-27* lib/weakref.rb, lib/irb/ruby-lex.rb, lib/irb/lc/error.rb, enc/trans/japanes...akr
2007-12-25* enc/trans/japanese.c (rb_{from,to}_{SHIFT_JIS,EUC_JP}): inversednobu
2007-12-25* enc/trans/japanese.c (rb_to_EUC_JP): fixed typo.nobu
2007-12-25 * enc/trans/single_byte.c (Init_single_byte): renamed.usa
2007-12-25* common.mk (COMMONOBJS): transcode_data_*.c moved under enc/trans.nobu
2007-12-24* Makefile.in, configure.in, lib/mkmf.rb, */Makefile.sub: specifynobu
2007-12-22* enc/depend, enc/make_encmake.rb: use erb.nobu
2007-12-22* regenc.c (onigenc_ascii_is_code_ctype): moved from enc/ascii.c.akr