Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…2958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
shyouhei committed Aug 15, 2007
1 parent 437c839 commit c7c715b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Thu Aug 16 04:23:44 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>

* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle more
extensions. [ruby-dev:30972]

Thu Aug 16 04:14:17 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>

* process.c (ruby_setreuid, ruby_setregid): rename to get rid of name
Expand Down
2 changes: 1 addition & 1 deletion lib/rdoc/parsers/parse_c.rb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class C_Parser


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

@@known_bodies = {}

Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2007-08-16"
#define RUBY_VERSION_CODE 185
#define RUBY_RELEASE_CODE 20070816
#define RUBY_PATCHLEVEL 57
#define RUBY_PATCHLEVEL 58

#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
Expand Down

0 comments on commit c7c715b

Please sign in to comment.