Skip to content

Commit

Permalink
sorry. I made wrong tags.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.ruby-lang.org/repos/ruby/tags/v1_8_5_61@13003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
shyouhei committed Aug 15, 2007
2 parents d526a83 + 3cf9164 commit 96bd6ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions ChangeLog
@@ -1,8 +1,3 @@
Thu Aug 16 04:36:41 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>

* parse.y (dsym): return non-null NODE even if yyerror(). based on a
patch from from Yusuke ENDOH <mame AT tsg.ne.jp>. [ruby-dev:31085]

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

* process.c (proc_exec_v, rb_proc_exec): preserve errno.
Expand Down
1 change: 0 additions & 1 deletion parse.y
Expand Up @@ -2143,7 +2143,6 @@ dsym : tSYMBEG xstring_contents tSTRING_END
{
lex_state = EXPR_END;
if (!($$ = $2)) {
$$ = NEW_NIL();
yyerror("empty symbol literal");
}
else {
Expand Down
2 changes: 1 addition & 1 deletion version.h
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 62
#define RUBY_PATCHLEVEL 61

#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
Expand Down

0 comments on commit 96bd6ac

Please sign in to comment.