diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sat Jun 18 10:13:37 2016 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * common.mk (build-ext), ext/extmk.rb: use variable EXTENCS + different than ENCOBJS, to get rid of circular dependency. + build libencs when linking encodings statically. + [ruby-core:75618] [Bug #12401] + Sat Jun 18 08:52:46 2016 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/stringio/stringio.c (strio_getline): fix pointer index |