1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ChangeLog: add commit log

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2009-10-13 00:06:59 +00:00
parent a77a9bb20c
commit 243f42fce1

View file

@ -1,3 +1,10 @@
Tue Oct 13 09:04:14 2009 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
* thread.c: Revert changes to Thread#raise made in r25278
[ruby-core:25367]
* eval_intern.h: ditto
Mon Oct 12 23:27:57 2009 Shugo Maeda <shugo@ruby-lang.org>
* lib/net/ftp.rb (login): use "anonymous@" as a default password.