ruby-changes:31200
From: nobu <ko1@a...>
Date: Mon, 14 Oct 2013 12:31:35 +0900 (JST)
Subject: [ruby-changes:31200] nobu:r43279 (trunk): ChangeLog: fix format
nobu 2013-10-14 12:31:29 +0900 (Mon, 14 Oct 2013) New Revision: 43279 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43279 Log: ChangeLog: fix format Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 43278) +++ ChangeLog (revision 43279) @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 -2013-10-14 Nobuyoshi Nakada <nobu@r...> +Mon Oct 14 12:22:24 2013 Nobuyoshi Nakada <nobu@r...> * ruby.c (process_options): use gem_prelude instead of requiring rubygems directly when --enable=gems is given. @@ -6,20 +6,22 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L6 * Makefile.in (DEFAULT_PRELUDES): always use gem_prelude regardless of --disable-rubygems. +Mon Oct 14 11:07:51 2013 Nobuyoshi Nakada <nobu@r...> + * lib/mkmf.rb (have_framework): should append framework options to $LIBS, not $LDFLAGS. the former is propagated to exts.mk when enable-static-linked-ext. * lib/mkmf.rb (create_makefile): ranlib on static library, not DLLIB. -2013-10-13 Andrew Grimm <andrew.j.grimm@g...> +Sun Oct 13 23:53:40 2013 Andrew Grimm <andrew.j.grimm@g...> * vsnprintf.c: Fix spelling from compliment to complement. Patch by @agrimm. * include/ruby/ruby.h: ditto -2013-10-13 Nobuyoshi Nakada <nobu@r...> +Sun Oct 13 20:59:27 2013 Nobuyoshi Nakada <nobu@r...> * vm.c (Init_BareVM): initialize defined_module_hash here, Init_top_self() is too late to register core classes/modules. @@ -29,7 +31,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L31 * vm.c (m_core_hash_merge_kwd): just check keys if only one argument is given, without merging. -2013-10-11 Eric Hodel <drbrain@s...> +Sat Oct 12 06:35:01 2013-10-11 Eric Hodel <drbrain@s...> * lib/rake: Update to rake 10.1.0 * bin/rake: ditto. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/