aboutsummaryrefslogtreecommitdiffstats
path: root/enc/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* * enc/Makefile.in: ditto.nobu2008-01-151-2/+2
* * re.c (rb_char_to_option_kcode): use rb_enc_find_index() insteadmatz2008-01-141-1/+1
* * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed.naruse2008-01-131-1/+0
* * encoding.c (rb_enc_init): revert removing SJIS.naruse2008-01-131-1/+1
* * 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
* * configure.in: rm largefile.h.naruse2007-12-301-1/+3
* * enc/Makefile.in (DLDFLAGS): like as extensions. [ruby-core:14567]nobu2007-12-291-3/+5
* * Makefile.in, configure.in, lib/mkmf.rb, */Makefile.sub: specifynobu2007-12-241-3/+13
* * common.mk (enc.mk): depends on $(RBCONFIG) instead of rbconfig.rb.nobu2007-12-211-3/+3
* * common.mk (enc.mk): depends on rbconfig.rb.nobu2007-12-201-2/+10
* * enc/Makefile.in (RM): added.nobu2007-12-191-0/+2
* * common.mk (encs): added dependencies.nobu2007-12-171-18/+2
* * common.mk (encs): new target to compile external encodings.nobu2007-12-171-3/+17
* * 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