mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* NEWS: cosmetic changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f80196ede6
commit
f6316e230c
2 changed files with 11 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Sep 16 01:08:19 2011 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* NEWS: cosmetic changes.
|
||||
|
||||
Wed Sep 14 12:39:00 2011 Kenta Murata <mrkn@mrkn.jp>
|
||||
|
||||
* configure.in: do not use gcc-4.2 as the default compiler.
|
||||
|
|
13
NEWS
13
NEWS
|
@ -14,6 +14,13 @@ with all sufficient information, see the ChangeLog file.
|
|||
* Ruby's License is changed from a dual license with GPLv2
|
||||
to a dual license with 2-clause BSDL.
|
||||
|
||||
=== Known platform dependent issues
|
||||
==== OS X Lion
|
||||
|
||||
* You have to configure ruby with '--with-gcc=gcc-4.2' if you're using
|
||||
Xcode 4.1, or, if you're using Xcode 4.2, you have to configure ruby
|
||||
with '--with-gcc=clang'.
|
||||
|
||||
=== C API updates
|
||||
|
||||
* rb_scan_args() is enhanced with support for option hash argument
|
||||
|
@ -25,12 +32,6 @@ with all sufficient information, see the ChangeLog file.
|
|||
* rb_reserved_fd_p() added. If you want to close all file descriptors,
|
||||
check using this API. [ruby-core:37759]
|
||||
|
||||
== Known platform dependent issues
|
||||
=== OS X Lion
|
||||
|
||||
* You have to configure ruby with '--with-gcc=gcc-4.2' if you're using Xcode 4.1,
|
||||
or, if you're using Xcode 4.2, you have to configure ruby with '--with-gcc=clang'.
|
||||
|
||||
=== Library updates (outstanding ones only)
|
||||
|
||||
* builtin classes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue