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

* ChangeLog: iconv -f utf-8 -t us-ascii//translit

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-05-18 02:14:01 +00:00
parent 3cb36fadf2
commit 73bb32d4dd

View file

@ -1,17 +1,17 @@
Wed May 18 06:09:24 2011 Eric Hodel <drbrain@segment7.net>
* lib/cmath.rb: Add some examples and improve documentation. Patch by
Sandor Szücs. [Ruby 1.9 - Bug #4727]
Sandor Szucs. [Ruby 1.9 - Bug #4727]
Wed May 18 05:40:31 2011 Eric Hodel <drbrain@segment7.net>
* lib/benchmark.rb: Remove nodoc from Benchmark::Job and
Benchmark::Report. Patch by Sandor Szücs. [Ruby 1.9 - Bug #4726]
Benchmark::Report. Patch by Sandor Szucs. [Ruby 1.9 - Bug #4726]
Wed May 18 05:29:26 2011 Eric Hodel <drbrain@segment7.net>
* lib/webrick/compat.rb: Improve documentation. Patch by Sandor
Szücs. [Ruby 1.9 - Bug #4725]
Szucs. [Ruby 1.9 - Bug #4725]
Wed May 18 05:10:35 2011 Eric Hodel <drbrain@segment7.net>
@ -357,7 +357,7 @@ Fri May 13 06:50:43 2011 Eric Hodel <drbrain@segment7.net>
Fri May 13 05:44:19 2011 Eric Hodel <drbrain@segment7.net>
* lib/logger.rb (class Logger): Document Logger#datetime_format.
Patch by Sergio Gil Pe'rez de la Manga. [Ruby 1.9 - Bug #4678]
Patch by Sergio Gil Perez de la Manga. [Ruby 1.9 - Bug #4678]
Fri May 13 05:39:11 2011 Eric Hodel <drbrain@segment7.net>
@ -2545,7 +2545,7 @@ Sat Feb 26 16:10:23 2011 Shota Fukumori <sorah@tubusu.net>
Sat Feb 26 07:10:05 2011 Aaron Patterson <aaron@tenderlovemaking.com>
* ext/psych/lib/psych/scalar_scanner.rb: fix parsing timezone's whose
whose format is (+/-)hhmm. Thanks Gon??alo Silva!
whose format is (+/-)hhmm. Thanks Goncalo Silva!
* test/psych/test_scalar_scanner.rb: test for bug.