From 4eb380d2d0687e68a31caf538093b98d77e0e8e1 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 10 Jul 2006 01:57:22 +0000 Subject: Merged my changes from HEAD git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a63590fcc..8b46f73df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +Mon Jul 10 10:54:14 2006 Ryan Davis + + * lib/rdoc/parsers/parse_f95.rb: massive overhaul from Yasuhiro + Morikawa including new file suffixes, function support, public + variables and constants, derived-types, defined operators and + assignments, namelists, and subroutine and function + arguments. Truly massive. + + * lib/rdoc/diagram.rb: diagrams are now cached. + + * lib/irb/completion.rb: fixed a crasher when completing against + an unnamed class/module. + + * lib/rdoc/parsers/parse_c.rb: private comment (--/++) support in + C-file rdoc. + + * lib/debug.rb: minor clarification in help. + + * lib/pp.rb: minor clarification on exception. + Mon Jul 10 09:29:12 2006 Nobuyoshi Nakada * eval.c (rb_clear_cache_for_undef): clear entries for included -- cgit