summaryrefslogtreecommitdiff
path: root/enc
AgeCommit message (Expand)Author
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
2007-12-21* common.mk (enc.mk): depends on $(RBCONFIG) instead of rbconfig.rb.nobu
2007-12-20* common.mk (enc.mk): depends on rbconfig.rb.nobu
2007-12-20* enc/iso_8859_{1..16}.c: renamed.nobu
2007-12-19* enc/iso8859_{1..16}.c: adjust for ruby.nobu
2007-12-19* enc/iso8859_{1..16}.c: imported from Onigiruma 5.9.0.nobu
2007-12-19* enc/Makefile.in (RM): added.nobu
2007-12-18* enc/depend: get rid of target expanded as empty for nmake.nobu
2007-12-17* configure.in (BUILTIN_ENCS): removed.nobu
2007-12-17* common.mk (encs): added dependencies.nobu
2007-12-17* common.mk (encs): new target to compile external encodings.nobu
2007-12-17* enc/depend: commit miss.nobu
2007-12-17* configure.in (EXTERNAL_ENCOBJS, ENCSOS): removed.nobu
2007-12-15* configure.in (enc/Makefile): add external encoding objects list.nobu
2007-12-06* encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr
2007-10-16* enc/utf8.c (utf8_code_to_mbclen): 0xfe and 0xff are valid Unicode tonobu
2007-10-10* Makefile.in, */Makefile.sub (VPATH): add enc directory.nobu