mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 10:03:59 +02:00
* ext/-test-/add_suffix/bug.c (ruby_add_suffix): no static
declaration. [ruby-core:44277][Bug #6279] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0e19adc87f
commit
ffc3114c1a
3 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Wed Apr 11 16:22:16 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/-test-/add_suffix/bug.c (ruby_add_suffix): no static
|
||||||
|
declaration. [ruby-core:44277][Bug #6279]
|
||||||
|
|
||||||
Sun Apr 8 06:53:55 2012 NARUSE, Yui <naruse@ruby-lang.org>
|
Sun Apr 8 06:53:55 2012 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* io.c (io_unread): cast as long the value for extra_max.
|
* io.c (io_unread): cast as long the value for extra_max.
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
static unsigned long ruby_scan_oct();
|
static unsigned long ruby_scan_oct();
|
||||||
static unsigned long ruby_scan_hex();
|
static unsigned long ruby_scan_hex();
|
||||||
static unsigned long ruby_strtoul();
|
static unsigned long ruby_strtoul();
|
||||||
static void ruby_add_suffix();
|
|
||||||
static void ruby_qsort();
|
static void ruby_qsort();
|
||||||
static char *ruby_strdup();
|
static char *ruby_strdup();
|
||||||
static char *ruby_getcwd();
|
static char *ruby_getcwd();
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#define RUBY_VERSION "1.9.3"
|
#define RUBY_VERSION "1.9.3"
|
||||||
#define RUBY_PATCHLEVEL 178
|
#define RUBY_PATCHLEVEL 179
|
||||||
|
|
||||||
#define RUBY_RELEASE_DATE "2012-04-08"
|
#define RUBY_RELEASE_DATE "2012-04-11"
|
||||||
#define RUBY_RELEASE_YEAR 2012
|
#define RUBY_RELEASE_YEAR 2012
|
||||||
#define RUBY_RELEASE_MONTH 4
|
#define RUBY_RELEASE_MONTH 4
|
||||||
#define RUBY_RELEASE_DAY 8
|
#define RUBY_RELEASE_DAY 11
|
||||||
|
|
||||||
#include "ruby/version.h"
|
#include "ruby/version.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue