mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: Add Zlib.deflate and Zlib.inflate. [ruby-dev:42833]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0585d81d51
commit
c1c02696ae
2 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Dec 28 01:45:12 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* NEWS: Add Zlib.deflate and Zlib.inflate.
|
||||
[ruby-dev:42833]
|
||||
|
||||
Mon Dec 27 21:22:33 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* win32/configure.bat: Remove obsoleted conding rule. Now, we
|
||||
|
@ -18,7 +23,7 @@ Mon Dec 27 12:14:46 2010 NAKAMURA Usaku <usa@ruby-lang.org>
|
|||
|
||||
Mon Dec 27 10:33:43 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* ext/zlib/zlib.c (Init_zlib): Add Zlib.defale and Zlib.inflate.
|
||||
* ext/zlib/zlib.c (Init_zlib): Add Zlib.deflate and Zlib.inflate.
|
||||
[ruby-dev:42833]
|
||||
|
||||
Mon Dec 27 07:38:07 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
|
5
NEWS
5
NEWS
|
@ -104,6 +104,11 @@ with all sufficient information, see the ChangeLog file.
|
|||
* new logging directive:
|
||||
* %{remote}p for remote (client) port number.
|
||||
|
||||
* zlib
|
||||
* new methods:
|
||||
* Zlib.deflate
|
||||
* Zlib.inflate
|
||||
|
||||
=== Language changes
|
||||
|
||||
* Regexps now support Unicode 6.0. (new characters and scripts)
|
||||
|
|
Loading…
Reference in a new issue