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

ChangeLog: Update r42013 r42014.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
xibbar 2013-07-17 03:02:40 +00:00
parent fd2fc885b4
commit 99285bcd57

View file

@ -1,3 +1,13 @@
Wed Jul 17 11:57:45 2013 Takeyuki FUJIOKA <xibbar@ruby-lang.org>
* lib/cgi/util.rb (CGI::Util#escape, unescape): Avoid use of regexp
special global variable. [Feature #8648] Thanks to fotos.
Wed Jul 17 11:57:10 2013 Takeyuki FUJIOKA <xibbar@ruby-lang.org>
* lib/erb.rb (ERB::Util#url_encode): Avoid use of regexp special global
variable. [Feature #8648] Thanks to fotos.
Wed Jul 17 08:12:41 2013 Tanaka Akira <akr@fsij.org>
* st.c (st_locale_insensitive_strcasecmp): Renamed from st_strcasecmp.