diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-12 11:19:22 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-12 11:19:22 +0000 |
| commit | e9f83e070e678d44e83191f2d9a081eae13c5868 (patch) | |
| tree | 3d3a19eed5242acb8d8a6c8a31b250c1680bff2c /ChangeLog | |
| parent | b80d7458a012c3dd7dab6e1d209ba91e04b61f2a (diff) | |
| download | ruby-e9f83e070e678d44e83191f2d9a081eae13c5868.tar.gz ruby-e9f83e070e678d44e83191f2d9a081eae13c5868.tar.xz ruby-e9f83e070e678d44e83191f2d9a081eae13c5868.zip | |
* configure.in (rb_cv_noreturn): default for platforms not support
prototypes.
* ruby.c (ruby_init_loadpath): buffer for path name should have
MAXPATHLEN.
* lib/mkmf.rb (configuration): include topdir and hdrdir in VPATH.
* lib/mkmf.rb (create_makefile): default dependency rule.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -1,9 +1,21 @@ +Fri Mar 12 20:19:16 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in (rb_cv_noreturn): default for platforms not support + prototypes. + + * ruby.c (ruby_init_loadpath): buffer for path name should have + MAXPATHLEN. + + * lib/mkmf.rb (configuration): include topdir and hdrdir in VPATH. + + * lib/mkmf.rb (create_makefile): default dependency rule. + Fri Mar 12 07:35:36 2004 GOTOU Yuuzou <gotoyuzo@notwork.org> * lib/webrick/config.rb (WEBrick::Config::General): add :DoNotReverseLookup. - * lib/webrick/server.rb (WEBrick::GenericServer#accept): call + * lib/webrick/server.rb (WEBrick::GenericServer#accept): call do_not_reverse_lookup for each socket if :DoNotReverseLookup is set. [ruby-code:02357] @@ -95,7 +107,7 @@ Mon Mar 8 01:05:55 2004 GOTOU Yuuzou <gotoyuzo@notwork.org> * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): should print error message for WEBrick::HTTPSataus::Error. - * lib/webrick/httpserver.rb (WEBrick::HTTPServer#lookup_server): + * lib/webrick/httpserver.rb (WEBrick::HTTPServer#lookup_server): lookup for hostname from :ServerAlias if the req.host is not match to :ServerName. |
