зеркало из https://github.com/github/ruby.git
* lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
51732bc6d2
Коммит
899742b269
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,7 @@
|
|||
Fri Aug 3 06:17:35 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]
|
||||
|
||||
Fri Aug 3 00:00:20 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* bignum.c (big2str_table): base cannot be 0 or 1.
|
||||
|
@ -1394,6 +1398,7 @@ Tue Jun 19 10:55:05 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|||
pointer. [ruby-Bugs-11659]
|
||||
|
||||
Mon Jun 18 08:47:54 2007 Technorama Ltd. <oss-ruby@technorama.net>
|
||||
|
||||
* ext/openssl/{extconf.rb,ossl_ssl_session.c}:
|
||||
Fix ruby-Bugs-11513.
|
||||
|
||||
|
@ -2706,6 +2711,7 @@ Thu Apr 5 15:13:34 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
|||
return value.
|
||||
|
||||
Thu Apr 5 14:58:49 2007 Technorama Ltd. <oss-ruby@technorama.net>
|
||||
|
||||
* ext/openssl/ossl_pkcs5.c: New module.
|
||||
|
||||
* ext/openssl/ossl_{cipher,digest,pkcs7,pkcs12}.c:
|
||||
|
@ -12751,6 +12757,7 @@ Mon Aug 29 19:47:18 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
|||
shebang. (this is needed when ri.bat is executed on windows)
|
||||
|
||||
Mon Aug 29 18:58:05 2005 Keiju Ishitsuka <keiju@ruby-lang.org>
|
||||
|
||||
* lib/irb/init.rb: make IRB -I option that is same befavior for ruby.
|
||||
[ruby-dev:26872]
|
||||
|
||||
|
@ -13973,6 +13980,7 @@ Thu Jun 30 23:52:12 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|||
fixed: [ruby-dev:26417]
|
||||
|
||||
Thu Jun 30 19:00:21 2005 Keiju Ishitsuka <keiju@ruby-lang.org>
|
||||
|
||||
* lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implements
|
||||
for [ruby-dev:26410]. And support a numeric form of 0d99999.
|
||||
|
||||
|
@ -15192,6 +15200,7 @@ Thu Apr 14 05:35:45 2005 Keiju Ishitsuka <keiju@ruby-lang.org>
|
|||
* lib/irb/slex.rb: bug fix by [ruby-core:04707].
|
||||
|
||||
Thu Apr 14 00:20:31 2005 Keiju Ishitsuka <keiju@ruby-lang.org>
|
||||
|
||||
* bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.
|
||||
|
||||
Wed Apr 13 23:40:21 2005 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
@ -27319,6 +27328,7 @@ Sat Nov 8 13:49:50 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
|||
* configure.in: improvement of pthread check
|
||||
|
||||
Sat Nov 8 13:28:46 2003 Takaaki Tateishi <ttate@ttsky.net>
|
||||
|
||||
* ext/dl/sym.c: Add DL.win32_last_error and DL.last_error.
|
||||
Thanks, Kaoru Shirai.
|
||||
|
||||
|
@ -30108,6 +30118,7 @@ Tue Aug 12 02:48:56 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|||
* eval.c (THREAD_ALLOC): initialize IA64 members.
|
||||
|
||||
Mon Aug 11 22:31:50 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
||||
|
||||
* lib/debug.rb(debug_command): inspection command should inspect
|
||||
resulting value even if it's nil. [ruby-dev:21180] by OMAE, jun
|
||||
<jun66j5@ybb.ne.jp>.
|
||||
|
|
|
@ -130,7 +130,7 @@ elsif File.exist?(($hdrdir = ($top_srcdir ||= topdir) + "/include") + "/ruby.h"
|
|||
$topdir ||= RbConfig::CONFIG["topdir"]
|
||||
$arch_hdrdir = "$(extout)/include/$(arch)"
|
||||
else
|
||||
abort "can't find header files for ruby."
|
||||
abort "mkmf.rb can't find header files for ruby at #{$hdrdir}/ruby.h"
|
||||
end
|
||||
|
||||
OUTFLAG = CONFIG['OUTFLAG']
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#define RUBY_VERSION "1.9.0"
|
||||
#define RUBY_RELEASE_DATE "2007-08-02"
|
||||
#define RUBY_RELEASE_DATE "2007-08-03"
|
||||
#define RUBY_VERSION_CODE 190
|
||||
#define RUBY_RELEASE_CODE 20070802
|
||||
#define RUBY_RELEASE_CODE 20070803
|
||||
#define RUBY_PATCHLEVEL 0
|
||||
|
||||
#define RUBY_VERSION_MAJOR 1
|
||||
|
@ -9,7 +9,7 @@
|
|||
#define RUBY_VERSION_TEENY 0
|
||||
#define RUBY_RELEASE_YEAR 2007
|
||||
#define RUBY_RELEASE_MONTH 8
|
||||
#define RUBY_RELEASE_DAY 2
|
||||
#define RUBY_RELEASE_DAY 3
|
||||
|
||||
#ifdef RUBY_EXTERN
|
||||
RUBY_EXTERN const char ruby_version[];
|
||||
|
|
Загрузка…
Ссылка в новой задаче