るりまサーチ

最速Rubyリファレンスマニュアル検索!
42件ヒット [1-42件を表示] (0.010秒)
トップページ > クエリ:table[x] > 種類:文書[x]

別のキーワード

  1. csv table
  2. table []
  3. table each
  4. zlib crc_table
  5. table delete_if

検索結果

ruby 1.8.4 feature (13.0)

ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。

...L [bug]>))
* ((<ruby 1.8.4 feature/fileutils [bug]>))
* ((<ruby 1.8.4 feature/extmk, mkmf [compat]>))
* ((<ruby 1.8.4 feature/mkmf: find_executable() [compat]>))
* ((<ruby 1.8.4 feature/拡張ライブラリAPI>))
* ((<ruby 1.8.4 feature/rb_funcall2() [bug]>))
* ((<ruby 1.8.4 feature/rb_re...
...サンプル兼ライブラリ

#Wed Dec 7 01:02:04 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
#
# * ext/tk/README.macosx-aqua: [new document] tips to avoid the known
# bug on platform specific dialogs of Tcl/Tk Aqua on MacOS X.

MacOS X 上で Aqua 版の Tcl/Tk を用いた...
...7:35:09 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
#
# * ext/tk/lib/multi-tk.rb: add restriction to access the entried
# command table and manipulate other IPs (for reason of security).
# Now, a IP object can be controlled by only its master IP or the
# default IP....

NEWS for Ruby 2.2.0 (7.0)

NEWS for Ruby 2.2.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...m2long は SIGNED_VALUE のかわりに long を返します

* rb_num2ulong は VALUE のかわりに unsigned long を返します

* st hash table は速度のために2のべき乗のサイズを使います。9425.
適切はハッシュ関数を使うと探索は10-25%速くなります...

NEWS for Ruby 2.3.0 (7.0)

NEWS for Ruby 2.3.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...nonblock に `exception: false` オプションを追加しました。
例外 IO::WaitReadable や IO::WaitWritable を発生させるかわりに :wait_readable, :wait_writable を返すためです。
10532
11229
* BasicSocket#recv と BasicSocket#recv_nonblock は GC のオ...
...* メソッドテーブルなどに使用する新しいテーブルデータ構造を導入しました。
新しいテーブル構造は st_table よりもシンプルで速いです。
11420

* オブジェクトアロケーションとメソッド呼び出しのために機械語レ...

NEWS for Ruby 2.4.0 (7.0)

NEWS for Ruby 2.4.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...れていないこと

* スレッドのデッドロックを検知するとバックトレースと依存関係を出力します 8214

* st_table (st.c) 内部のデータ構造が改善されました 12142

* Rational は大幅に最適化されました 12484

=== その他の変更

*...