Skip to content

Commit 8550838

Browse files
committed
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 77f5c73 commit 8550838

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Thu Aug 16 04:23:44 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
2+
3+
* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle more
4+
extensions. [ruby-dev:30972]
5+
16
Thu Aug 16 04:14:17 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
27

38
* process.c (ruby_setreuid, ruby_setregid): rename to get rid of name

lib/rdoc/parsers/parse_c.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class C_Parser
167167

168168

169169
extend ParserFactory
170-
parse_files_matching(/\.(c|cc|cpp|CC)$/)
170+
parse_files_matching(/\.(?:([CcHh])\1?|c([+xp])\2|y)\z/)
171171

172172
@@known_bodies = {}
173173

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define RUBY_RELEASE_DATE "2007-08-16"
33
#define RUBY_VERSION_CODE 185
44
#define RUBY_RELEASE_CODE 20070816
5-
#define RUBY_PATCHLEVEL 57
5+
#define RUBY_PATCHLEVEL 58
66

77
#define RUBY_VERSION_MAJOR 1
88
#define RUBY_VERSION_MINOR 8

0 commit comments

Comments
 (0)