summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-11 06:26:19 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-11 06:26:19 +0000
commitf2184b2024ffae23462e8e0fec009f4cd9c95c00 (patch)
tree2851c1e3de6cdfdf28617f1b0c2a3df585d136e6 /doc
parent528c61b5b7b0ff3a40a004d3fba6582791250a0f (diff)
* hash.c (ruby_setenv): readline library leaves their environment
strings uncopied. "free" check revised. * st.c (numhash): should shuffle bits by dividing by prime number. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 1428842977..f5f7174abb 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -116,7 +116,7 @@ Summary of the changes since 1.6.3:
: $SAFE / alias
- Fixed so aliasing global valiables is disallowed under $SAFE == 4.
+ Fixed so aliasing global variables is disallowed under $SAFE == 4.
((<ruby-dev:13287>))
: Open3::popen3
@@ -166,7 +166,7 @@ Summary of the changes since 1.6.3:
: irb & irb-tools
- irb and irb-tolls are updated to 0.7.4 and 0.7.1, respectively.
+ irb and irb-tools are updated to 0.7.4 and 0.7.1, respectively.
: Daylight saving time