diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-05-30 09:10:30 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-05-30 09:10:30 +0000 |
| commit | 8128389731622791160497ff105f7a055f692236 (patch) | |
| tree | a74944200e10abac9f2e71e5dbb226a9836885cf /lib/README | |
| parent | 64a7f511fd52995588ddafece5226d2f00b814aa (diff) | |
| download | ruby-8128389731622791160497ff105f7a055f692236.tar.gz ruby-8128389731622791160497ff105f7a055f692236.tar.xz ruby-8128389731622791160497ff105f7a055f692236.zip | |
* ruby.c (proc_options): unexpected SecurityError happens when -T4.
* regex.c (re_compile_pattern): * \1 .. \9 should be
backreferences always.
* regex.c (re_match): backreferences corresponding to
unclosed/unmatched parentheses should fail always.
* string.c (rb_str_cat): use rb_str_buf_cat() if possible. [new]
* string.c (rb_str_append): ditto.
* string.c (rb_str_buf_cat): remove unnecessary check (type,
taint, modify) to gain performance.
* string.c (rb_str_buf_append): ditto.
* string.c (rb_str_buf_finish): removed.
* string.c (rb_str_buf_new): buffering string function. [new]
* string.c (rb_str_buf_append): ditto.
* string.c (rb_str_buf_cat): ditto.
* string.c (rb_str_buf_finish): ditto.
* time.c (make_time_t): local time adjustment revised.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/README')
| -rw-r--r-- | lib/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/README b/lib/README index f5dc1d6e8..02003d2a7 100644 --- a/lib/README +++ b/lib/README @@ -45,9 +45,11 @@ ping.rb checks whether host is up, using TCP echo. profile.rb ruby profiler pstore.rb persistent object strage using marshal rational.rb rational number support -readbytes.rb defines IO#readbytes +readbytes.rb define IO#readbytes +resolv.rb DNS resolver in Ruby +resolv-replace.rb replace Socket DNS by resolve.rb shell.rb runs commands and does pipeline operations like shell -shellwords.rb splits string into words like shell +shellwords.rb split into words like shell singleton.rb singleton design pattern library sync.rb 2 phase lock telnet.rb obsolete - use net/telnet |
