-
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/branches/v1_1r@243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Jun 16, 1998
1 parent
83687c4
commit 16487ee
Showing
28 changed files
with
381 additions
and
258 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,19 @@ | ||
Tue Jun 16 12:30:46 1998 Yukihiro Matsumoto <[email protected]> | ||
|
||
* bignum.c (str2inum): handles `+ddd'. | ||
|
||
* struct.c (make_struct): name parameter can be nil for unnamed | ||
structures. | ||
|
||
pMon Jun 15 16:30:10 1998 Yukihiro Matsumoto <[email protected]> | ||
|
||
* object.c (class_s_inherited): prohibiting to make subclass of | ||
class Class. | ||
|
||
* object.c (module_s_new): support for making subclass of Module. | ||
|
||
* parse.y (yycompile): clear eval_tree before compiling. | ||
|
||
Fri Jun 12 17:58:18 1998 Yukihiro Matsumoto <[email protected]> | ||
|
||
* eval.c (eval): write back the_dyna_var into the block. | ||
|
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.