diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-25 11:44:58 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-25 11:44:58 +0000 |
| commit | 5ec2b72e6cf36b52c9febff244a8d7fad656499e (patch) | |
| tree | 5edffb1a77c59e76a4c21b2ab0b7d0ade219332e /ChangeLog | |
| parent | ea2822891cf3dcf132120c60fa63bd07c5a5b848 (diff) | |
| download | ruby-5ec2b72e6cf36b52c9febff244a8d7fad656499e.tar.gz ruby-5ec2b72e6cf36b52c9febff244a8d7fad656499e.tar.xz ruby-5ec2b72e6cf36b52c9febff244a8d7fad656499e.zip | |
* lib/cgi-lib.rb, lib/getopts.rb, lib/importenv.rb, lib/parsearg.rb:
warn with caller position.
* test/rss/test_content.rb, test/rss/test_dublincore.rb,
test/rss/test_syndication.rb, test/rss/test_trackback.rb: use cgi
instead of cgi-lib.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,6 +1,15 @@ +Wed Feb 25 20:44:45 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * lib/cgi-lib.rb, lib/getopts.rb, lib/importenv.rb, lib/parsearg.rb: + warn with caller position. + + * test/rss/test_content.rb, test/rss/test_dublincore.rb, + test/rss/test_syndication.rb, test/rss/test_trackback.rb: use cgi + instead of cgi-lib. + Tue Feb 24 18:42:03 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> - * dir.c (glob_helper): '**/' should not match leading period + * dir.c (glob_helper): '**/' should not match leading period unless File::FNM_DOTMATCH is set. (like '*/') [ruby-dev:23014] Tue Feb 24 18:03:14 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> |
