File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
6
Thu Aug 16 04:14:17 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
2
7
3
8
* process.c (ruby_setreuid, ruby_setregid): rename to get rid of name
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ class C_Parser
167
167
168
168
169
169
extend ParserFactory
170
- parse_files_matching ( /\. (c|cc|cpp|CC)$ / )
170
+ parse_files_matching ( /\. (?:([CcHh]) \1 ?|c([+xp]) \2 |y) \z / )
171
171
172
172
@@known_bodies = { }
173
173
Original file line number Diff line number Diff line change 2
2
#define RUBY_RELEASE_DATE "2007-08-16"
3
3
#define RUBY_VERSION_CODE 185
4
4
#define RUBY_RELEASE_CODE 20070816
5
- #define RUBY_PATCHLEVEL 57
5
+ #define RUBY_PATCHLEVEL 58
6
6
7
7
#define RUBY_VERSION_MAJOR 1
8
8
#define RUBY_VERSION_MINOR 8
You can’t perform that action at this time.
0 commit comments