1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

typo in date, reported by daz.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2003-06-22 10:40:05 +00:00
parent 25e0ff2e4b
commit 25f8578b13

View file

@ -3832,7 +3832,7 @@ Wed Dec 11 00:45:00 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/getoptlong.rb (GetoptLong::Error): provide a common ancestor
for GetoptLong error classes (RCR#129).
Tue Dec 10 17:42:39 2002 2002 K.Kosako <kosako@sofnec.co.jp>
Tue Dec 10 17:42:39 2002 K.Kosako <kosako@sofnec.co.jp>
* re.c (rb_reg_copy_object): fixed memory leak.
@ -12317,7 +12317,7 @@ Tue Mar 20 15:10:00 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
* dir.c (dir_s_glob): gives warning if no match found.
Tue Mar 20 14:13:45 Koji Arai <JCA02266@nifty.ne.jp>
Tue Mar 20 14:13:45 2001 Koji Arai <JCA02266@nifty.ne.jp>
* object.c (sym_inspect): did allocate extra byte space.