aboutsummaryrefslogtreecommitdiffstats
path: root/enc/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* common.mk: directory timestampsnobu2016-07-151-2/+3
* Revert r55693 because it broke building on all platforms (and had no ChangeLog).usa2016-07-151-3/+2
* common.mk: directory timestampsnobu2016-07-151-2/+3
* enc: workdir timestampsnobu2016-02-021-1/+3
* enc/Makefile.in: get rid of nmake bugnobu2016-01-051-2/+1
* builtin encodings and transcoder locationsnobu2015-01-181-3/+3
* depend: fix for static library on mswinnobu2013-02-251-0/+1
* enc/Makefile.in: TARGET_NAME TARGET_ENTRYnobu2012-07-231-1/+5
* Supports static linking of extensions and encodings again.yugui2012-05-161-0/+3
* Forward-ports r32780 from branches/ruby_1_9_3 to trunk.yugui2011-07-311-1/+3
* * win32/Makefile.sub (clean-enc): pass V to inferior make.nobu2010-12-291-2/+2
* * configure.in (target_archs): remove temporary objects.nobu2010-12-211-1/+1
* * win32/Makefile.sub (MAKEDIRS): should not include silent flag.nobu2010-11-171-1/+1
* * enc/Makefile.in (distclean): should not remove sources which arenobu2010-11-141-2/+2
* * common.mk: hide long command lines by default. verbose-mode isnobu2010-11-111-0/+6
* Forward-ports r28360 from ruby_1_9_2 into trunk.yugui2010-09-031-0/+1
* * configure.in (RMDIR): use --ignore-fail-on-non-empty if possible.nobu2010-07-211-0/+2
* * enc/Makefile.in (MKDIRS): revert r24525.naruse2009-08-141-1/+1
* * configure.in, Makefile.in (MAKEDIRS): used MKDIR_P instead ofnobu2009-08-131-1/+1
* * enc/depend (clean-srcs): split out from clean.nobu2008-12-081-1/+1
* * enc/depend (LIBS): fixed for disable-shared. [ruby-dev:37103]nobu2008-11-171-1/+0
* * configure.in (BUILTIN_TRANSSRCS): defined.akr2008-08-241-0/+2
* * enc/Makefile.in (.SUFFIXES): renamed to .trans.nobu2008-08-121-1/+2
* * enc/Makefile.in (make-workdir): use MAKEDIRS.nobu2008-08-101-2/+3
* * common.mk (srcs-enc): renamed from transcodes.nobu2008-08-081-1/+6
* * enc/depend: add transdb.c.nobu2008-08-071-1/+0
* * enc/depend: added rules for .c from .erb.c.nobu2008-08-051-0/+3
* * lib/mkmf.rb (configuration): set flags.nobu2008-06-091-0/+4
* * 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