summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-03 09:32:23 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-03 09:32:23 +0000
commitd6653222e9b78bb07279577da58cb72b908eb79f (patch)
treea173ecbc459c0fa8520eb972751ccceb413ea65f /ChangeLog
parent6c526497b60108d800dc35eff96e38b7ae03829f (diff)
* lib/un.h (help): new. % ruby -run -e help cp
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2e2d165dd..02e25ded06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ Sun Aug 3 18:03:44 2003 WATANABE Hirofumi <eban@ruby-lang.org>
* regex.h (re_mbctab): should refer to RUBY_EXPORT. [ruby-ext:02199]
+ * lib/un.h (help): new. % ruby -run -e help cp
+
Sun Aug 3 02:45:06 2003 Koji Arai <jca02266@nifty.ne.jp>
* numeric.c (flo_to_s): get rid of buffer overflow.