* ChangeLog: fix entry header format.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e8f04ce44a
commit
0fe7592d74
20
ChangeLog
20
ChangeLog
@ -3886,7 +3886,7 @@ Tue Nov 1 14:20:11 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
* eval.c (exec_under): frame during eval should preserve external
|
||||
information.
|
||||
|
||||
Tue Nov 01 10:48:49 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||
Tue Nov 1 10:48:49 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||
|
||||
* ext/openssl/extconf.rb: should check ERR_peek_last_error().
|
||||
[ruby-dev:27597]
|
||||
@ -6582,7 +6582,7 @@ Mon Jul 11 08:31:29 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
* regparse.c (fetch_escaped_value): mask values following \c in
|
||||
regexp. fixed: [ruby-dev:26500]
|
||||
|
||||
Sun Jul 10 22:18:17 CEST 2005 Michael Neumann <mneumann@ruby-lang.org>
|
||||
Sun Jul 11 05:18:17 2005 Michael Neumann <mneumann@ruby-lang.org>
|
||||
|
||||
* lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over to
|
||||
WEBrick. This makes file lib/xmlrpc/httpserver.rb obsolete (at least it is
|
||||
@ -6944,7 +6944,7 @@ Mon Jun 20 01:26:49 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||
ext/openssl/ossl_pkcs12.h, ext/openssl/ossl_x509req.c: avoid
|
||||
compiler warnings. suggested by Michal Rokos.
|
||||
|
||||
Sun Jun 19 17:22:02 CEST 2005 Michael Neumann <mneumann@ruby-lang.org>
|
||||
Sun Jun 20 00:22:02 2005 Michael Neumann <mneumann@ruby-lang.org>
|
||||
|
||||
* lib/xmlrpc/utils.rb: Patch by Nobuhiro IMAI fixes the following
|
||||
problem: Default value modification on
|
||||
@ -10790,11 +10790,11 @@ Wed Dec 8 03:26:41 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* runruby.rb: prepend LIBRUBY_SO to LD_PRELOAD as well as rubytest.rb.
|
||||
|
||||
Wed Dec 08 01:35:44 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
Wed Dec 8 01:35:44 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/win32.c (is_socket): reorder of function definitions.
|
||||
|
||||
Wed Dec 08 00:44:31 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
Wed Dec 8 00:44:31 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* io.c (pipe_open): win32 bidirectional pipe support.
|
||||
|
||||
@ -16083,7 +16083,7 @@ Tue Mar 9 13:04:26 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
* io.c (rb_io_ungetc): raise IOError instead of calling
|
||||
rb_sys_fail(). [ruby-talk:23181]
|
||||
|
||||
Tue Mar 09 10:03:40 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
Tue Mar 9 10:03:40 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub:
|
||||
replaced regex.c entry with Oniguruma files.
|
||||
@ -17298,7 +17298,7 @@ Thu Jan 29 19:28:16 2004 Minero Aoki <aamine@loveruby.net>
|
||||
* lib/net/http.rb (Request#initialize): reject only when a path is
|
||||
empty. [ruby-dev:22771]
|
||||
|
||||
Thu Jan 29 18:54:08 2004 H.Yamamoto <ocean@m2.ccsnet.ne.jp>.
|
||||
Thu Jan 29 18:54:08 2004 H.Yamamoto <ocean@m2.ccsnet.ne.jp>
|
||||
|
||||
* dir.c (glob_helper): infinite loop bug in win32 code.
|
||||
[ruby-dev:22770]
|
||||
@ -21646,11 +21646,11 @@ Wed Oct 1 17:01:30 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
* eval.c (rb_load): Object scope had priority over required file
|
||||
scope. [ruby-dev:21415]
|
||||
|
||||
Wed Oct 01 14:09:53 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
|
||||
Wed Oct 1 14:09:53 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
|
||||
|
||||
* wince/mkconfig_wce.rb: sorry, forget to commit.
|
||||
|
||||
Wed Oct 01 10:08:42 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
|
||||
Wed Oct 1 10:08:42 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
|
||||
|
||||
* wince/setup.mak: add sigmarionIII SDK support.
|
||||
|
||||
@ -21660,7 +21660,7 @@ Wed Oct 01 10:08:42 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
|
||||
|
||||
* wince/mkconfig_wce.rb: camouflage RUBY_PLATFORM for compiling ext.
|
||||
|
||||
Wed Oct 01 08:02:52 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
|
||||
Wed Oct 1 08:02:52 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
|
||||
|
||||
* wince/time_wce.c (time): add zero check.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user