mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ChangeLog: reformat.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5958d5eda3
commit
74f94e1eb2
2 changed files with 12 additions and 12 deletions
|
@ -150,7 +150,7 @@ Mon Jul 12 22:26:00 2010 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
|||
Sat Jul 10 10:51:29 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* configure.in: fix use_context condition inversion.
|
||||
[Bug #2553][ruby-core:31164]. Thanks, Andre Nathan.
|
||||
[Bug #2553][ruby-core:31164]. Thanks, Andre Nathan.
|
||||
|
||||
Fri Jul 9 23:31:26 2010 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
||||
|
||||
|
@ -203,8 +203,8 @@ Fri Jun 25 11:37:34 2010 Akinori MUSHA <knu@iDaemons.org>
|
|||
Wed Jun 23 21:36:45 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in: avoid getcontext() overhead if possible.
|
||||
[ruby-core:27380][Bug #2553]
|
||||
Thanks, Joe Damato, Dan Peterson and Patrick Mohr.
|
||||
[ruby-core:27380][Bug #2553]
|
||||
Thanks, Joe Damato, Dan Peterson and Patrick Mohr.
|
||||
|
||||
Tue Jun 22 21:33:23 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
#define RUBY_VERSION "1.8.8"
|
||||
#define RUBY_RELEASE_DATE "2010-08-31"
|
||||
#define RUBY_RELEASE_DATE "2010-09-03"
|
||||
#define RUBY_VERSION_CODE 188
|
||||
#define RUBY_RELEASE_CODE 20100831
|
||||
#define RUBY_RELEASE_CODE 20100903
|
||||
#define RUBY_PATCHLEVEL -1
|
||||
|
||||
#define RUBY_VERSION_MAJOR 1
|
||||
#define RUBY_VERSION_MINOR 8
|
||||
#define RUBY_VERSION_TEENY 8
|
||||
#define RUBY_RELEASE_YEAR 2010
|
||||
#define RUBY_RELEASE_MONTH 8
|
||||
#define RUBY_RELEASE_DAY 31
|
||||
#define RUBY_RELEASE_MONTH 9
|
||||
#define RUBY_RELEASE_DAY 3
|
||||
|
||||
#define NO_STRING_LITERAL_CONCATENATION 1
|
||||
#ifdef RUBY_EXTERN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue