From 415365974bf3b18e67f24c0ea7d0cb20c06baa0e Mon Sep 17 00:00:00 2001 From: aamine Date: Sat, 24 Sep 2005 12:20:14 +0000 Subject: * ext/strscan/strscan.c: document enhancement. * ext/strscan/strscan.c: update copyright year. * ext/strscan/strscan.c: update coding style. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 96bdc1f1c..5b48bf1a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Sep 24 21:19:39 2005 Minero Aoki + + * ext/strscan/strscan.c: document enhancement. + + * ext/strscan/strscan.c: update copyright year. + + * ext/strscan/strscan.c: update coding style. + Sat Sep 24 20:20:05 2005 Minero Aoki * test/net/http/test_http.rb (teardown): Net::HTTP.version_1_1 breaks -- cgit