We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebadc6 commit 9372cdbCopy full SHA for 9372cdb
bignum.c
@@ -2125,6 +2125,7 @@ bigmul1_karatsuba(VALUE x, VALUE y)
2125
}
2126
else {
2127
t2 = Qundef;
2128
+ t2n = 0;
2129
2130
/* copy 0 into low bytes of the result (z0) */
2131
for (i = 0; i < 2 * n; i++) zds[i] = 0;
version.h
@@ -1,5 +1,5 @@
1
#define RUBY_VERSION "1.9.2"
2
-#define RUBY_RELEASE_DATE "2010-04-25"
+#define RUBY_RELEASE_DATE "2010-04-26"
3
#define RUBY_PATCHLEVEL -1
4
#define RUBY_BRANCH_NAME "trunk"
5
@@ -8,7 +8,7 @@
8
#define RUBY_VERSION_TEENY 1
9
#define RUBY_RELEASE_YEAR 2010
10
#define RUBY_RELEASE_MONTH 4
11
-#define RUBY_RELEASE_DAY 25
+#define RUBY_RELEASE_DAY 26
12
13
#include "ruby/version.h"
14
0 commit comments