-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:
use instruby.rb to install extensions instead of ext/extmk.rb. * instruby.rb: store installed list into the file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
6 changed files
with
289 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
Mon Jan 16 16:06:20 2006 Nobuyoshi Nakada <[email protected]> | ||
|
||
* Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb: | ||
use instruby.rb to install extensions instead of ext/extmk.rb. | ||
|
||
* instruby.rb: store installed list into the file. | ||
|
||
Sat Sep 16 11:03:49 2006 Yukihiro Matsumoto <[email protected]> | ||
|
||
* array.c (ary_shared_first): should create embedded copies | ||
|
@@ -11,10 +18,10 @@ Sat Sep 16 09:37:39 2006 Yukihiro Matsumoto <[email protected]> | |
Fri Sep 15 20:22:15 2006 NARUSE, Yui <[email protected]> | ||
|
||
* ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 rev.110. | ||
* Fix: check_bom cuts \xfe\xff\xXX\xXX of UTF-32LE. | ||
* Add support --ic=UTF-32. | ||
* Fix: can't guess UTF-16 and UTF-32. | ||
* Fix: can't decode beyond BMP of UTF-16LE. | ||
* Fix: check_bom cuts \xfe\xff\xXX\xXX of UTF-32LE. | ||
* Add support --ic=UTF-32. | ||
* Fix: can't guess UTF-16 and UTF-32. | ||
* Fix: can't decode beyond BMP of UTF-16LE. | ||
|
||
* ext/nkf/nkf.c (guess): Support UTF-32. | ||
|
||
|
@@ -86,9 +93,9 @@ Wed Sep 13 18:25:18 2006 Yukihiro Matsumoto <[email protected]> | |
[ruby-core:08804] | ||
|
||
Wed Sep 13 16:43:36 2006 Yukihiro Matsumoto <[email protected]> | ||
|
||
* string.c (rb_str_intern): prohibit interning tainted string. | ||
|
||
Wed Sep 13 01:14:02 2006 Nobuyoshi Nakada <[email protected]> | ||
|
||
* lib/optparse.rb (OptionParser#getopts): works with pre-registered | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.