diff options
| author | wakou <wakou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-09-06 22:18:11 +0000 |
|---|---|---|
| committer | wakou <wakou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-09-06 22:18:11 +0000 |
| commit | 659729012fdc2f7bd494b94dbe68378167f88661 (patch) | |
| tree | c41358d8f43c2e9bd4b4071abd9d0ebaf45530d0 /ChangeLog | |
| parent | ac639c62f2c0b7f5e4705b5f1e29ba6380647685 (diff) | |
| download | ruby-659729012fdc2f7bd494b94dbe68378167f88661.tar.gz ruby-659729012fdc2f7bd494b94dbe68378167f88661.tar.xz ruby-659729012fdc2f7bd494b94dbe68378167f88661.zip | |
* lib/cgi.rb: CGI#doctype(): bug fix (html4Fr).
* lib/net/telnet.rb, lib/cgi.rb: remove VERSION, RELEASE_DATE,
VERSION_CODE, RELEASE_CODE. please use REVISION.
* lib/cgi.rb: CGI#header(): bug fix.
* lib/net/telnet.rb, lib/cgi.rb: concat --> +=
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Fri Sep 7 07:11:34 2001 Wakou Aoyama <wakou@fsinet.or.jp> + + * lib/cgi.rb: CGI#doctype(): bug fix (html4Fr). + + * lib/net/telnet.rb, lib/cgi.rb: remove VERSION, RELEASE_DATE, + VERSION_CODE, RELEASE_CODE. please use REVISION. + + * lib/cgi.rb: CGI#header(): bug fix. + + * lib/net/telnet.rb, lib/cgi.rb: concat --> += + Thu Sep 6 17:38:18 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> * dir.c (dir_s_chdir): raise if environment variable HOME/LOGDIR |
