aboutsummaryrefslogtreecommitdiffstats
path: root/enc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * enc/Makefile.in (DLDFLAGS): like as extensions. [ruby-core:14567]nobu2007-12-291-3/+5
* Fri Dec 28 01:55:04 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-281-14/+103
* * lib/weakref.rb, lib/irb/ruby-lex.rb, lib/irb/lc/error.rb, enc/trans/japanes...akr2007-12-271-1/+1
* * enc/trans/japanese.c (rb_{from,to}_{SHIFT_JIS,EUC_JP}): inversednobu2007-12-251-4/+4
* * enc/trans/japanese.c (rb_to_EUC_JP): fixed typo.nobu2007-12-251-1/+1
* * enc/trans/single_byte.c (Init_single_byte): renamed.usa2007-12-251-1/+1
* * common.mk (COMMONOBJS): transcode_data_*.c moved under enc/trans.nobu2007-12-252-0/+26888
* * Makefile.in, configure.in, lib/mkmf.rb, */Makefile.sub: specifynobu2007-12-243-38/+57
* * enc/depend, enc/make_encmake.rb: use erb.nobu2007-12-222-39/+40
* * regenc.c (onigenc_ascii_is_code_ctype): moved from enc/ascii.c.akr2007-12-222-10/+29
* * common.mk (enc.mk): depends on $(RBCONFIG) instead of rbconfig.rb.nobu2007-12-2121-24/+24
* * common.mk (enc.mk): depends on rbconfig.rb.nobu2007-12-2022-25/+56
* * enc/iso_8859_{1..16}.c: renamed.nobu2007-12-2015-0/+0
* * enc/iso8859_{1..16}.c: adjust for ruby.nobu2007-12-1915-52/+98
* * enc/iso8859_{1..16}.c: imported from Onigiruma 5.9.0.nobu2007-12-1915-0/+3126
* * enc/Makefile.in (RM): added.nobu2007-12-192-1/+12
* * enc/depend: get rid of target expanded as empty for nmake.nobu2007-12-181-5/+5
* * configure.in (BUILTIN_ENCS): removed.nobu2007-12-172-2/+9
* * common.mk (encs): added dependencies.nobu2007-12-173-30/+31
* * common.mk (encs): new target to compile external encodings.nobu2007-12-172-3/+40
* * enc/depend: commit miss.nobu2007-12-171-0/+3
* * configure.in (EXTERNAL_ENCOBJS, ENCSOS): removed.nobu2007-12-171-9/+4
* * configure.in (enc/Makefile): add external encoding objects list.nobu2007-12-151-0/+33