Skip to content

Commit

Permalink
merge revision(s) 22689:
Browse files Browse the repository at this point in the history
	* ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out.
	  [ruby-core:22600]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@23628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
shyouhei committed Jun 3, 2009
1 parent 7686f4c commit 81d792d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
Wed Jun 3 21:05:44 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>

* ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out.
[ruby-core:22600]

Wed Jun 3 20:54:23 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>

* eval.c (rb_eval): needs to guard intermediate string objects.
Expand Down
2 changes: 1 addition & 1 deletion ext/bigdecimal/bigdecimal.c
Expand Up @@ -1958,7 +1958,7 @@ Init_bigdecimal(void)
*
*/
#ifdef _DEBUG
/*static int gfDebug = 1;*/ /* Debug switch */
static int gfDebug = 1; /* Debug switch */
static int gfCheckVal = 1; /* Value checking flag in VpNmlz() */
#endif /* _DEBUG */

Expand Down
2 changes: 1 addition & 1 deletion version.h
Expand Up @@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2009-06-03"
#define RUBY_VERSION_CODE 187
#define RUBY_RELEASE_CODE 20090603
#define RUBY_PATCHLEVEL 168
#define RUBY_PATCHLEVEL 169

#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
Expand Down

0 comments on commit 81d792d

Please sign in to comment.