| Commit message (Expand) | Author | Age | Files | Lines |
* | builtin encodings and transcoder locations | nobu | 2015-01-18 | 1 | -3/+3 |
* | depend: fix for static library on mswin | nobu | 2013-02-25 | 1 | -0/+1 |
* | enc/Makefile.in: TARGET_NAME TARGET_ENTRY | nobu | 2012-07-23 | 1 | -1/+5 |
* | Supports static linking of extensions and encodings again. | yugui | 2012-05-16 | 1 | -0/+3 |
* | Forward-ports r32780 from branches/ruby_1_9_3 to trunk. | yugui | 2011-07-31 | 1 | -1/+3 |
* | * win32/Makefile.sub (clean-enc): pass V to inferior make. | nobu | 2010-12-29 | 1 | -2/+2 |
* | * configure.in (target_archs): remove temporary objects. | nobu | 2010-12-21 | 1 | -1/+1 |
* | * win32/Makefile.sub (MAKEDIRS): should not include silent flag. | nobu | 2010-11-17 | 1 | -1/+1 |
* | * enc/Makefile.in (distclean): should not remove sources which are | nobu | 2010-11-14 | 1 | -2/+2 |
* | * common.mk: hide long command lines by default. verbose-mode is | nobu | 2010-11-11 | 1 | -0/+6 |
* | Forward-ports r28360 from ruby_1_9_2 into trunk. | yugui | 2010-09-03 | 1 | -0/+1 |
* | * configure.in (RMDIR): use --ignore-fail-on-non-empty if possible. | nobu | 2010-07-21 | 1 | -0/+2 |
* | * enc/Makefile.in (MKDIRS): revert r24525. | naruse | 2009-08-14 | 1 | -1/+1 |
* | * configure.in, Makefile.in (MAKEDIRS): used MKDIR_P instead of | nobu | 2009-08-13 | 1 | -1/+1 |
* | * enc/depend (clean-srcs): split out from clean. | nobu | 2008-12-08 | 1 | -1/+1 |
* | * enc/depend (LIBS): fixed for disable-shared. [ruby-dev:37103] | nobu | 2008-11-17 | 1 | -1/+0 |
* | * configure.in (BUILTIN_TRANSSRCS): defined. | akr | 2008-08-24 | 1 | -0/+2 |
* | * enc/Makefile.in (.SUFFIXES): renamed to .trans. | nobu | 2008-08-12 | 1 | -1/+2 |
* | * enc/Makefile.in (make-workdir): use MAKEDIRS. | nobu | 2008-08-10 | 1 | -2/+3 |
* | * common.mk (srcs-enc): renamed from transcodes. | nobu | 2008-08-08 | 1 | -1/+6 |
* | * enc/depend: add transdb.c. | nobu | 2008-08-07 | 1 | -1/+0 |
* | * enc/depend: added rules for .c from .erb.c. | nobu | 2008-08-05 | 1 | -0/+3 |
* | * lib/mkmf.rb (configuration): set flags. | nobu | 2008-06-09 | 1 | -0/+4 |
* | * enc/Makefile.in: ditto. | nobu | 2008-01-15 | 1 | -2/+2 |
* | * re.c (rb_char_to_option_kcode): use rb_enc_find_index() instead | matz | 2008-01-14 | 1 | -1/+1 |
* | * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed. | naruse | 2008-01-13 | 1 | -1/+0 |
* | * encoding.c (rb_enc_init): revert removing SJIS. | naruse | 2008-01-13 | 1 | -1/+1 |
* | * enc/Makefile.in (BUILTIN_ENCS): UTF-{16,32}{BE,LE} are not builtin. | naruse | 2008-01-08 | 1 | -2/+1 |
* | * encoding.c, Makefile.in, include/ruby/oniguruma.h, | naruse | 2008-01-08 | 1 | -1/+2 |
* | * configure.in: rm largefile.h. | naruse | 2007-12-30 | 1 | -1/+3 |
* | * enc/Makefile.in (DLDFLAGS): like as extensions. [ruby-core:14567] | nobu | 2007-12-29 | 1 | -3/+5 |
* | * Makefile.in, configure.in, lib/mkmf.rb, */Makefile.sub: specify | nobu | 2007-12-24 | 1 | -3/+13 |
* | * common.mk (enc.mk): depends on $(RBCONFIG) instead of rbconfig.rb. | nobu | 2007-12-21 | 1 | -3/+3 |
* | * common.mk (enc.mk): depends on rbconfig.rb. | nobu | 2007-12-20 | 1 | -2/+10 |
* | * enc/Makefile.in (RM): added. | nobu | 2007-12-19 | 1 | -0/+2 |
* | * common.mk (encs): added dependencies. | nobu | 2007-12-17 | 1 | -18/+2 |
* | * common.mk (encs): new target to compile external encodings. | nobu | 2007-12-17 | 1 | -3/+17 |
* | * configure.in (EXTERNAL_ENCOBJS, ENCSOS): removed. | nobu | 2007-12-17 | 1 | -9/+4 |
* | * configure.in (enc/Makefile): add external encoding objects list. | nobu | 2007-12-15 | 1 | -0/+33 |