Put some missed entries to the ChangeLog.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2001-05-11 17:16:54 +00:00
Родитель 84eff7b142
Коммит fd379cd7f0
1 изменённых файлов: 38 добавлений и 0 удалений

Просмотреть файл

@ -4,6 +4,22 @@ Fri May 11 15:09:52 2001 WATANABE Hirofumi <eban@ruby-lang.org>
* string.c (rb_string_value): ditto.
Fri May 11 03:35:33 2001 Akinori MUSHA <knu@iDaemons.org>
* README.EXT: Document find_library(), with_config() and
dir_config().
Fri May 11 03:34:20 2001 Akinori MUSHA <knu@iDaemons.org>
* README.EXT.jp: Remove the description of find_header() because
such a function does not actually exist.
* README.EXT.jp: Update the description of dir_config().
Fri May 11 02:42:05 2001 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* README, README.jp: Fix CVS access and mailing lists info.
Fri May 11 02:00:44 2001 Ryo HAYASAKA <ryoh@jaist.ac.jp>
* bignum.c (bigdivrem): access boundary bug.
@ -28,6 +44,28 @@ Tue May 8 17:12:43 2001 K.Kosako <kosako@sofnec.co.jp>
* eval.c (rb_eval): ditto.
Tue May 8 08:52:57 2001 Akinori MUSHA <knu@iDaemons.org>
* doc/forwardable.rd, doc/forwardable.rd.jp: Hit `=begin' and
`=end' in proper places so rd2 can format them without a problem.
* doc/irb/irb-tools.rd.jp, doc/irb/irb.rd, doc/irb/irb.rd.jp:
ditto.
Tue May 8 08:38:53 2001 Akinori MUSHA <knu@iDaemons.org>
* doc/forwardable.rd, doc/forwardable.rd.jp, lib/forwardable.rb:
Import forwardable 1.1.
Tue May 8 08:34:33 2001 Akinori MUSHA <knu@iDaemons.org>
* doc/irb/irb-tools.rd.jp, doc/irb/irb.rd.jp: Convert from JIS to
EUC.
Tue May 8 03:46:39 2001 Akinori MUSHA <knu@iDaemons.org>
* sample/rbc.rb: Obsoleted by IRB.
Mon May 7 15:58:45 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
* parse.y (arg): "||=" should not warn for uninitialized instance