diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-14 01:01:42 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-14 01:01:42 +0000 |
| commit | a2ccbc14d9b56f44707fdcfb7aa928330ac5fdd7 (patch) | |
| tree | e0b2b738eed48113cfa4117ab15bdf1f1ff3c1be /ChangeLog | |
| parent | 30c5d612c221ce69fb7bf92255db64d79bca35bd (diff) | |
* configure.in (RUBY_CHECK_VARTYPE): check if a variable is defined
and its type.
* configure.in (timezone, altzone): check for recent cygwin.
* missing/strftime.c (strftime): fix for timezone. [ruby-dev:32536]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Fri Dec 14 10:01:40 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in (RUBY_CHECK_VARTYPE): check if a variable is defined + and its type. + + * configure.in (timezone, altzone): check for recent cygwin. + + * missing/strftime.c (strftime): fix for timezone. [ruby-dev:32536] + Fri Dec 14 08:17:24 2007 Tanaka Akira <akr@fsij.org> * eval.c (rb_protect): restore root_jmpbuf even if proc exits by |
