diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-04 10:39:46 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-04 10:39:46 +0000 |
| commit | 0ef413dc5f9844cd0ad8208bed18326d827e5a9d (patch) | |
| tree | 8e2b713a9ee418650b4be0b4a33114ffaff7f2a8 /ChangeLog | |
| parent | 1f0d264fd4de4429102eb426e7622338f74d8709 (diff) | |
| download | ruby-0ef413dc5f9844cd0ad8208bed18326d827e5a9d.tar.gz ruby-0ef413dc5f9844cd0ad8208bed18326d827e5a9d.tar.xz ruby-0ef413dc5f9844cd0ad8208bed18326d827e5a9d.zip | |
* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replace
also locally defined modules.
* ext/iconv/iconv.c: backport Iconv::InvalidEncoding from CVS HEAD.
* ext/strscan/strscan.c: moved misplaced rdoc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1,7 +1,16 @@ +Fri Mar 4 19:39:28 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replace + also locally defined modules. + + * ext/iconv/iconv.c: backport Iconv::InvalidEncoding from CVS HEAD. + + * ext/strscan/strscan.c: moved misplaced rdoc. + Fri Mar 4 11:17:06 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tcltklib/tcltklib.c (ip_rbUpdateCommand): get rid of - warnings with Tcl/Tk 8.3 or former (backport from CVS_HEAD). + warnings with Tcl/Tk 8.3 or former (backport from CVS_HEAD). * ext/tcltklib/tcltklib.c (ip_rb_threadUpdateCommand): ditto. @@ -12,11 +21,11 @@ Fri Mar 4 10:15:30 2005 Yukihiro Matsumoto <matz@ruby-lang.org> Thu Mar 4 07:07:00 2005 NARUSE, Yui <naruse@ruby-lang.org> - * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.63 + * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.63 Thu Mar 3 23:49:00 2005 NARUSE, Yui <naruse@ruby-lang.org> - * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.62 + * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.62 Thu Mar 3 11:49:51 2005 Kouhei Sutou <kou@cozmixng.org> |
