From 46eebc130c2f7fb9fd887f7f239472dff83d7ba5 Mon Sep 17 00:00:00 2001 From: ryan Date: Sat, 8 Jul 2006 23:17:53 +0000 Subject: cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb and pp.rb git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8836c9cd5..444029cc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +Sun Jul 9 07:58:48 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. + Sun Jul 9 00:54:11 2006 Nobuyoshi Nakada * eval.c (next_jump): deal with destination of next. -- cgit