mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/iconv/charset_alias.rb: update of URL. [ruby-dev:38360]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b7257e27cc
commit
bc2088b572
3 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Thu Mar 25 03:52:45 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/iconv/charset_alias.rb: update of URL. [ruby-dev:38360]
|
||||||
|
|
||||||
Wed Mar 24 18:16:08 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Wed Mar 24 18:16:08 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* configure.in (LDSHARED, CPP): keep $(CC). [ruby-core:28912]
|
* configure.in (LDSHARED, CPP): keep $(CC). [ruby-core:28912]
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
require 'rbconfig'
|
require 'rbconfig'
|
||||||
require 'optparse'
|
require 'optparse'
|
||||||
|
|
||||||
# http://www.ctan.org/tex-archive/macros/texinfo/texinfo/intl/config.charset
|
# http://www.ctan.org/get/macros/texinfo/texinfo/gnulib/lib/config.charset
|
||||||
# Fri, 30 May 2003 00:09:00 GMT'
|
# Tue, 25 Dec 2007 00:00:00 GMT
|
||||||
|
|
||||||
OS = Config::CONFIG["target_os"]
|
OS = Config::CONFIG["target_os"]
|
||||||
SHELL = Config::CONFIG['SHELL']
|
SHELL = Config::CONFIG['SHELL']
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#define RUBY_VERSION "1.8.8"
|
#define RUBY_VERSION "1.8.8"
|
||||||
#define RUBY_RELEASE_DATE "2010-03-24"
|
#define RUBY_RELEASE_DATE "2010-03-25"
|
||||||
#define RUBY_VERSION_CODE 188
|
#define RUBY_VERSION_CODE 188
|
||||||
#define RUBY_RELEASE_CODE 20100324
|
#define RUBY_RELEASE_CODE 20100325
|
||||||
#define RUBY_PATCHLEVEL -1
|
#define RUBY_PATCHLEVEL -1
|
||||||
|
|
||||||
#define RUBY_VERSION_MAJOR 1
|
#define RUBY_VERSION_MAJOR 1
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
#define RUBY_VERSION_TEENY 8
|
#define RUBY_VERSION_TEENY 8
|
||||||
#define RUBY_RELEASE_YEAR 2010
|
#define RUBY_RELEASE_YEAR 2010
|
||||||
#define RUBY_RELEASE_MONTH 3
|
#define RUBY_RELEASE_MONTH 3
|
||||||
#define RUBY_RELEASE_DAY 24
|
#define RUBY_RELEASE_DAY 25
|
||||||
|
|
||||||
#ifdef RUBY_EXTERN
|
#ifdef RUBY_EXTERN
|
||||||
RUBY_EXTERN const char ruby_version[];
|
RUBY_EXTERN const char ruby_version[];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue