diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-08 10:29:02 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-08 10:29:02 +0000 |
| commit | 541bbb6f862b4190a9d0bc8390deb20f9bced3c3 (patch) | |
| tree | 31295491ae133b40e700bc1a20a78e71a27c0db7 /README | |
| parent | c62fd8e503227f144fdd9446955d2303d0d3d5bc (diff) | |
| download | ruby-541bbb6f862b4190a9d0bc8390deb20f9bced3c3.tar.gz ruby-541bbb6f862b4190a9d0bc8390deb20f9bced3c3.tar.xz ruby-541bbb6f862b4190a9d0bc8390deb20f9bced3c3.zip | |
* lib/resolv.rb (Resolv::DNS::Message::MessageDecoder::get_string):
affected by str[0] returns 1 char string. [ruby-dev:29223]
* lib/resolv.rb (Resolv::DNS::Message::MessageDecoder::get_labels):
ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README')
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ This is what you need to do to compile and install Ruby: 2. Run ./configure, which will generate config.h and Makefile. - 3. Edit defines.h if you need. Probably this step will not need. + 3. Edit defines.h if you need. Usually this step will not be needed. 4. Remove comment mark(#) before the module names from ext/Setup (or add module names if not present), if you want to link modules |
