ruby-cvs:17260
From: (matz) <matz ruby-lang.org>
Date: Thu, 27 Jul 2006 16:48:06 +0900
Subject: [ruby-cvs:17260] ruby: * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut up
matz Thu, 27 Jul 2006 16:48:06 +0900
Modified files:
ruby:
ChangeLog time.c
Log:
* ext/openssl/ossl.h: move <ruby.h> inclusion point to shut up
Solaris compiler. [ruby-core:08114]
* time.c (time_to_s): use +0900 style timezone string for local time.
[ruby-dev:29143]
Revision Changes Path
1.5219 +5 -2 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.5218&r2=1.5219
1.117 +2 -2 ruby/time.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/time.c?cvsroot=src&r1=1.116&r2=1.117