-
Notifications
You must be signed in to change notification settings - Fork 13
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: http://svn.ruby-lang.org/repos/ruby/trunk@717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
May 30, 2000
1 parent
27351b9
commit ec620c4
Showing
21 changed files
with
245 additions
and
185 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,7 @@ | ||
Mon May 29 10:41:10 2000 Nobuyoshi Nakada <[email protected]> | ||
|
||
* file.c (rb_file_s_basename): should propagate taintness. | ||
|
||
Sun May 28 21:37:13 2000 WATANABE Hirofumi <[email protected]> | ||
|
||
* eval.c: bug fix: DLEXT2. | ||
|
@@ -18,6 +22,20 @@ Wed May 25 22:25:13 2000 WATANABE Hirofumi <[email protected]> | |
|
||
* lib/mkmf.rb: ditto. | ||
|
||
Thu May 25 22:01:32 2000 Katsuyuki Komatsu <[email protected]> | ||
|
||
* defines.h: mswin32: remove obsolete USHORT definition. | ||
|
||
* re.h: mswin32: use EXTERN instead of extern. | ||
|
||
* regex.h: mswin32: export re_mbctab properly. | ||
|
||
* win32/win32.def: add ruby_ignorecase and regex.c's exports. | ||
|
||
Thu May 25 21:28:44 JST 2000 Minero Aoki <[email protected]> | ||
|
||
* re.c (rb_reg_expr_str): escape un-printable character. | ||
|
||
Wed May 24 23:17:50 2000 Katsuyuki Komatsu <[email protected]> | ||
|
||
* win32/Makefile: remove unnecessary mv and rm command call. | ||
|
@@ -34,6 +52,10 @@ Wed May 24 23:49:47 2000 Yukihiro Matsumoto <[email protected]> | |
|
||
* object.c (rb_mod_initialize): should provide initialize. | ||
|
||
Wed May 24 23:17:50 2000 Katsuyuki Komatsu <[email protected]> | ||
|
||
* win32/Makefile: remove unnecessary mv and rm command call. | ||
|
||
Wed May 24 21:01:04 2000 Katsuyuki Komatsu <[email protected]> | ||
|
||
* ext/pty/pty.c: use "" instead of <> to include ruby.h and rubyio.h | ||
|
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.