зеркало из https://github.com/github/ruby.git
* doc/NEWS: Mention the Readline.vi_editing_mode?,
Readline.emacs_editing_mode?, Readline::HISTORY[] and Readline::HISTORY.clear change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
5501d84ceb
Коммит
4e15017783
|
@ -1,3 +1,9 @@
|
||||||
|
Wed Aug 13 10:16:35 2008 TAKAO Kouji <kouji@takao7.net>
|
||||||
|
|
||||||
|
* doc/NEWS: Mention the Readline.vi_editing_mode?,
|
||||||
|
Readline.emacs_editing_mode?, Readline::HISTORY[] and
|
||||||
|
Readline::HISTORY.clear change.
|
||||||
|
|
||||||
Wed Aug 13 08:03:02 2008 Tanaka Akira <akr@fsij.org>
|
Wed Aug 13 08:03:02 2008 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* transcode.c (econv_primitive_convert): add output_size argument.
|
* transcode.c (econv_primitive_convert): add output_size argument.
|
||||||
|
|
6
doc/NEWS
6
doc/NEWS
|
@ -63,6 +63,8 @@ Incompatible (Trivial)
|
||||||
o New format in Time#to_s
|
o New format in Time#to_s
|
||||||
o Timezone information preserved on Marshal.dump/load
|
o Timezone information preserved on Marshal.dump/load
|
||||||
* Symbols: restriction on literal symbols
|
* Symbols: restriction on literal symbols
|
||||||
|
* Readline
|
||||||
|
o If Readline uses libedit, Readline::HISTORY[0] returns the first of the history.
|
||||||
* $SAFE and bound methods
|
* $SAFE and bound methods
|
||||||
* Deprecation
|
* Deprecation
|
||||||
o VERSION and friends
|
o VERSION and friends
|
||||||
|
@ -153,6 +155,10 @@ Compatible
|
||||||
o New methods
|
o New methods
|
||||||
* Process
|
* Process
|
||||||
o Process.daemon
|
o Process.daemon
|
||||||
|
* Readline
|
||||||
|
o Readline.vi_editing_mode?
|
||||||
|
o Readline.emacs_editing_mode?
|
||||||
|
o Readline.HISTORY::clear
|
||||||
* Misc. new methods
|
* Misc. new methods
|
||||||
o public_send
|
o public_send
|
||||||
o GC.count
|
o GC.count
|
||||||
|
|
Загрузка…
Ссылка в новой задаче