diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-15 01:54:40 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-15 01:54:40 +0000 |
commit | 1c474bb43e7bef7af8d0b3857d2bbbafa53d87f7 (patch) | |
tree | 65e5b11627653d6cc3c5fe49f62b5b1c6899fdd5 /ChangeLog | |
parent | 6add16fdf5dfbca9c2692e0f05e17b35aa497f05 (diff) | |
download | ruby-1c474bb43e7bef7af8d0b3857d2bbbafa53d87f7.tar.gz ruby-1c474bb43e7bef7af8d0b3857d2bbbafa53d87f7.tar.xz ruby-1c474bb43e7bef7af8d0b3857d2bbbafa53d87f7.zip |
* ext/openssl/ossl_digest.c (ossl_digest_initialize): [ruby-dev:25198]
* lib/cgi/session.rb (CGI::Session::initialize): generate new
session if given session_id does not exist. [ruby-list:40368]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Wed Dec 15 10:30:37 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ext/openssl/ossl_digest.c (ossl_digest_initialize): [ruby-dev:25198] + Tue Dec 14 17:10:09 2004 NAKAMURA Usaku <usa@ruby-lang.org> * win32/win32.c (rb_w32_close): need to reset osfhnd(). @@ -7,6 +11,11 @@ Tue Dec 14 14:03:57 2004 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/ossl.c (ossl_raise): avoid buffer overrun. [ruby-dev:25187] +Tue Dec 14 12:36:04 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * lib/cgi/session.rb (CGI::Session::initialize): generate new + session if given session_id does not exist. [ruby-list:40368] + Mon Dec 13 18:13:52 2004 Tanaka Akira <akr@m17n.org> * gc.c (stack_end_address): new function to obtain stack end address. @@ -48,6 +57,10 @@ Sat Dec 11 20:12:21 2004 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> * test/drb/ut_drb.rb: ditto. +Sat Dec 11 15:38:14 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * lib/jcode.rb (String::succ): [ruby-dev:25156] + Sat Dec 11 12:41:55 2004 NAKAMURA Usaku <usa@ruby-lang.org> * eval.c (run_trap_eval): prototype; avoid VC++ warnings. |