-
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.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Jun 22, 2000
1 parent
4b4cad8
commit 44cf56d
Showing
19 changed files
with
194 additions
and
74 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,11 +1,41 @@ | ||
Thu Jun 22 17:27:46 2000 Yukihiro Matsumoto <[email protected]> | ||
|
||
* string.c (rb_str_substr): str[n,m] now returns nil when n equals | ||
to str.size. | ||
|
||
Thu Jun 22 13:49:02 2000 Uechi Yasumasa <[email protected]> | ||
|
||
* lib/net/ftp.rb: support resume. | ||
* lib/net/ftp.rb: support resuming. | ||
|
||
Thu Jun 22 13:37:19 2000 WATANABE Hirofumi <[email protected]> | ||
|
||
* eval.c (rb_thread_sleep_forever): merge pause() macro. | ||
|
||
Wed Jun 21 08:49:04 2000 Yukihiro Matsumoto <[email protected]> | ||
|
||
* eval.c (rb_eval): should not raise exception just by defining | ||
singleton class. | ||
|
||
Wed Jun 21 01:18:03 2000 Yukihiro Matsumoto <[email protected]> | ||
|
||
* ruby.h: two macros RUBY_DATA_FUNC and RUBY_METHOD_FUNC are added | ||
to make writing C++ extensions easier. | ||
|
||
* array.c (rb_ary_dup): internal classes should not be shared by dup. | ||
|
||
* hash.c (rb_hash_dup): ditto. | ||
|
||
* object.c (rb_obj_dup): ditto. | ||
|
||
* string.c (rb_str_dup): ditto. | ||
|
||
* error.c (Init_Exception): renamed NotImplementError to | ||
NotImplementedError. | ||
|
||
Tue Jun 20 16:22:38 2000 Yukihiro Matsumoto <[email protected]> | ||
|
||
* time.c (make_time_t): bug in DST boundary. | ||
|
||
Tue Jun 20 10:54:19 2000 WATANABE Hirofumi <[email protected]> | ||
|
||
* configure.in: add eval sitedir. | ||
|
@@ -16,6 +46,13 @@ Tue Jun 20 06:14:43 2000 Wakou Aoyama <[email protected]> | |
|
||
* lib/net/telnet.rb: ditto. | ||
|
||
Tue Jun 20 00:37:45 2000 Yukihiro Matsumoto <[email protected]> | ||
|
||
* re.c (rb_reg_kcode_m): Regexp#kcode returns nil for code unfixed | ||
regexp object. | ||
|
||
* bignum.c (bigdivmod): bignum zero check was wrong. | ||
|
||
Mon Jun 19 10:48:28 2000 Yukihiro Matsumoto <[email protected]> | ||
|
||
* variable.c (rb_cvar_set): forgot to add security check for class | ||
|
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
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
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
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.