-
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.
* dir.c (dir_seek): should retrieve dir_data after NUM2INT().
[ruby-dev:24941] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Nov 21, 2004
1 parent
5809c72
commit fec64f7
Showing
2 changed files
with
15 additions
and
2 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,8 @@ | ||
Mon Nov 22 00:13:35 2004 Yukihiro Matsumoto <[email protected]> | ||
|
||
* dir.c (dir_seek): should retrieve dir_data after NUM2INT(). | ||
[ruby-dev:24941] | ||
|
||
Sat Nov 20 23:57:33 2004 Dave Thomas <[email protected]> | ||
|
||
* lib/rdoc/README (et al): Add a new directive, :section:, and | ||
|
@@ -138,6 +143,13 @@ Thu Nov 18 20:47:24 2004 NAKAMURA Usaku <[email protected]> | |
* win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT's | ||
isatty because it never sets errno. | ||
|
||
Thu Nov 18 18:41:08 2004 Kazuhiro NISHIYAMA <[email protected]> | ||
|
||
* test/ruby/test_stringchar.rb (test_bang): added. | ||
|
||
* string.c (rb_str_upcase_bang, rb_str_capitalize_bang) | ||
(rb_str_swapcase_bang): missing rb_str_modify(). | ||
|
||
Thu Nov 18 17:05:01 2004 Nobuyoshi Nakada <[email protected]> | ||
|
||
* parse.y (f_rest_arg): store rest args into invisible local variabe | ||
|
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