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

* lib/README: Add rdoc modeline directive and formatting libs

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2012-12-04 19:24:37 +00:00
parent 9f9380edf0
commit 32a75432b6
2 changed files with 98 additions and 91 deletions

View file

@ -1,8 +1,13 @@
Wed Dec 5 04:25:00 2012 Zachary Scott <zachary@zacharyscott.net>
* lib/README: Add rdoc modeline directive and formatting libs
Wed Dec 5 04:04:02 2012 Masaya Tarui <tarui@ruby-lang.org> Wed Dec 5 04:04:02 2012 Masaya Tarui <tarui@ruby-lang.org>
* test/ruby/test_thread.rb (test_async_interrupt_blocking): bugfix * test/ruby/test_thread.rb (test_async_interrupt_blocking): bugfix
about defered check about defered check
>>>>>>> .r38195
Wed Dec 5 03:35:37 2012 Masaya Tarui <tarui@ruby-lang.org> Wed Dec 5 03:35:37 2012 Masaya Tarui <tarui@ruby-lang.org>
* vm_core.h (RUBY_VM_CHECK_INTS_BLOCKING): check async queue everytime. * vm_core.h (RUBY_VM_CHECK_INTS_BLOCKING): check async queue everytime.

View file

@ -1,91 +1,93 @@
English.rb lets Perl'ish global variables have English names # lib/README - -*- RDoc -*-
README this file
abbrev.rb abbreviation calculator English.rb:: lets Perl'ish global variables have English names
base64.rb Base64 de- and encoder README:: this file
benchmark.rb a benchmark utility abbrev.rb:: abbreviation calculator
cgi.rb CGI support library base64.rb:: Base64 de- and encoder
cgi/session.rb CGI session class benchmark.rb:: a benchmark utility
cmath.rb math support for complex numbers cgi.rb:: CGI support library
complex.rb includes cmath and set complex arithemtic as default (obsolete) cgi/session.rb:: CGI session class
csv.rb CSV parser/generator cmath.rb:: math support for complex numbers
debug.rb ruby debugger complex.rb:: includes cmath and set complex arithemtic as default (obsolete)
delegate.rb delegates messages to other object csv.rb:: CSV parser/generator
drb.rb distributed Ruby debug.rb:: ruby debugger
e2mmap.rb exception utilities delegate.rb:: delegates messages to other object
erb.rb tiny eRuby library drb.rb:: distributed Ruby
fileutils.rb file utilities e2mmap.rb:: exception utilities
find.rb traverses directory tree erb.rb:: tiny eRuby library
forwardable.rb explicit delegation library fileutils.rb:: file utilities
gauntlet_rubygems.rb Gem package validator find.rb:: traverses directory tree
getoptlong.rb GNU getoptlong compatible forwardable.rb:: explicit delegation library
gserver.rb general TCP server gauntlet_rubygems.rb:: Gem package validator
ipaddr.rb defines the IPAddr class getoptlong.rb:: GNU getoptlong compatible
irb.rb interactive ruby gserver.rb:: general TCP server
logger.rb simple logging utility ipaddr.rb:: defines the IPAddr class
mathn.rb extended math operation (obsolete) irb.rb:: interactive ruby
matrix.rb matrix calculation library logger.rb:: simple logging utility
minitest/unit minimal drop-in replacement for test-unit mathn.rb:: extended math operation (obsolete)
mkmf.rb Makefile maker matrix.rb:: matrix calculation library
monitor.rb exclusive region monitor for thread minitest/unit:: minimal drop-in replacement for test-unit
mutex_m.rb mutex mixin mkmf.rb:: Makefile maker
net/ftp.rb ftp access monitor.rb:: exclusive region monitor for thread
net/http.rb HTTP access mutex_m.rb:: mutex mixin
net/https.rb HTTPS access net/ftp.rb:: ftp access
net/imap.rb IMAP4 access net/http.rb:: HTTP access
net/pop.rb POP3 access net/https.rb:: HTTPS access
net/protocol.rb abstract class for net library (DO NOT USE) net/imap.rb:: IMAP4 access
net/smtp.rb SMTP access net/pop.rb:: POP3 access
net/telnet.rb telnet library net/protocol.rb:: abstract class for net library (DO NOT USE)
observer.rb observer desing pattern library (provides Observable) net/smtp.rb:: SMTP access
open-uri.rb easy-to-use network interface using URI and Net net/telnet.rb:: telnet library
open3.rb opens subprocess connection stdin/stdout/stderr observer.rb:: observer desing pattern library (provides Observable)
optparse.rb command line option analysis open-uri.rb:: easy-to-use network interface using URI and Net
ostruct.rb python style object open3.rb:: opens subprocess connection stdin/stdout/stderr
pathname.rb Object-Oriented Pathname Class optparse.rb:: command line option analysis
pp.rb pretty print objects ostruct.rb:: python style object
prettyprint.rb pretty printing algorithm pathname.rb:: Object-Oriented Pathname Class
prime.rb prime numbers and factorization pp.rb:: pretty print objects
profile.rb runs ruby profiler prettyprint.rb:: pretty printing algorithm
profiler.rb ruby profiler module prime.rb prime numbers and factorization
pstore.rb persistent object strage using marshal profile.rb:: runs ruby profiler
racc/parser.rb racc (Ruby yACC) runtime profiler.rb:: ruby profiler module
rake.rb Ruby Make pstore.rb:: persistent object strage using marshal
rational.rb rational number support (obsolete) racc/parser.rb:: racc (Ruby yACC) runtime
rdoc source-code documentation tool rake.rb:: Ruby Make
resolv-replace.rb replace Socket DNS by resolve.rb rational.rb:: rational number support (obsolete)
resolv.rb DNS resolver in Ruby rdoc:: source-code documentation tool
rexml an XML parser for Ruby, in Ruby resolv-replace.rb:: replace Socket DNS by resolve.rb
rinda/rinda.rb Linda distributed computing paradigm for drb resolv.rb:: DNS resolver in Ruby
rinda/ring.rb RingServer for tuplespace rexml:: an XML parser for Ruby, in Ruby
rinda/tuplespace.rb tuplespace for drb rinda/rinda.rb:: Linda distributed computing paradigm for drb
rss.rb RSS parser/generator rinda/ring.rb:: RingServer for tuplespace
rubygems Ruby package management system rinda/tuplespace.rb:: tuplespace for drb
scanf.rb scanf for Ruby rss.rb:: RSS parser/generator
securerandom.rb Secure random number generator interface rubygems:: Ruby package management system
set.rb defines the Set class scanf.rb:: scanf for Ruby
shell.rb runs commands and does pipeline operations like shell securerandom.rb:: Secure random number generator interface
shellwords.rb split into words like shell set.rb:: defines the Set class
singleton.rb singleton design pattern library shell.rb:: runs commands and does pipeline operations like shell
sync.rb 2 phase lock shellwords.rb:: split into words like shell
tempfile.rb temporary file with automatic removal singleton.rb:: singleton design pattern library
test/unit Ruby Unit Testing Framework sync.rb:: 2 phase lock
thread.rb thread support tempfile.rb:: temporary file with automatic removal
thwait.rb thread syncronization class test/unit:: Ruby Unit Testing Framework
time.rb RFC2822, RFC2616, ISO8601 style time formatting/parsing thread.rb:: thread support
timeout.rb provides timeout thwait.rb:: thread syncronization class
tmpdir.rb retrieve temporary directory path time.rb:: RFC2822, RFC2616, ISO8601 style time formatting/parsing
tracer.rb execution tracer timeout.rb:: provides timeout
tsort.rb topological sorting tmpdir.rb:: retrieve temporary directory path
ubygems.rb command line shortcut for RubyGems tracer.rb:: execution tracer
un.rb Utilities to replace common UNIX commands in Makefiles etc tsort.rb:: topological sorting
uri.rb URI support rubygems.rb:: command line shortcut for RubyGems
uri/ftp.rb ftp scheme support un.rb:: Utilities to replace common UNIX commands in Makefiles etc
uri/http.rb http scheme support uri.rb:: URI support
uri/https.rb https scheme support uri/ftp.rb:: ftp scheme support
uri/ldap.rb ldap scheme support uri/http.rb:: http scheme support
uri/ldaps.rb ldaps scheme support uri/https.rb:: https scheme support
uri/mailto.rb mailto scheme support uri/ldap.rb:: ldap scheme support
weakref.rb weak reference class uri/ldaps.rb:: ldaps scheme support
webrick.rb WEB server toolkit uri/mailto.rb:: mailto scheme support
xmlrpc XML-RPC implementation weakref.rb:: weak reference class
yaml.rb YAML implementation webrick.rb:: WEB server toolkit
xmlrpc:: XML-RPC implementation
yaml.rb:: YAML implementation