ruby/lib
drbrain 6e10135d47 * lib/mathn.rb: Add documentation. Patch by Jason Dew. [Ruby 1.9 -
Feature #4667]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-12 21:51:41 +00:00
..
cgi * Various .document files: Update .document files to match files which 2011-05-11 22:31:17 +00:00
drb * lib/*.rb: Remove unused variable warnings. 2010-11-08 20:59:01 +00:00
irb * lib/irb/locale.rb (IRB::Locale::#search_file): 2011-01-31 05:46:50 +00:00
minitest lib/minitest/*.rb: Imported minitest 2.0.2 r6207 2011-02-19 20:44:08 +00:00
net * lib/net/http.rb (Net::HTTP#connect): support SNI (Server Name 2011-02-07 13:37:43 +00:00
optparse * lib/optparse/version.rb: remove variable shadowing to stop 2008-12-18 07:54:50 +00:00
racc * lib/racc/parser.rb (do_parse, yyparse): using class eval to define 2010-11-15 02:47:05 +00:00
rake Deprecate Rake::RDocTask in favor of RDoc::Task 2010-12-28 22:22:58 +00:00
rbconfig * Various .document files: Update .document files to match files which 2011-05-11 22:31:17 +00:00
rdoc Upgrade to RDoc 3.5.3. Fixes [Bug #4376] 2011-02-07 07:07:12 +00:00
rexml * object.c (rb_obj_equal): Add documentation. Patch by Vincent Batts. 2011-05-11 22:56:13 +00:00
rinda * Various .document files: Update .document files to match files which 2011-05-11 22:31:17 +00:00
rss * lib/rss/atom.rb (module RSS): Document URIs. Patch by Mark Turner. 2011-05-12 20:17:29 +00:00
rubygems * lib/rubygems/test_case.rb: save current dir to @current_dir 2011-03-22 12:20:52 +00:00
shell * lib/*.rb: Remove unused variable warnings. 2010-11-08 20:59:01 +00:00
test * lib/test/unit.rb: Add option for hiding skip messages when test 2011-05-10 05:53:46 +00:00
uri * re.c (Init_Regexp): Document option constants. Patch by Vincent 2011-05-12 20:39:11 +00:00
webrick * lib/csv.rb: fix a typo. 2011-05-11 10:22:16 +00:00
xmlrpc * Various .document files: Update .document files to match files which 2011-05-11 22:31:17 +00:00
yaml * ext/syck/lib/syck/dbm.rb: moved to lib/yaml/dbm.rb since it is not 2010-04-11 01:21:29 +00:00
English.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
README * ext/date/lib: moved from lib. 2011-03-11 15:07:47 +00:00
abbrev.rb
base64.rb * lib/base64.rb: typo fixed. a patch from okkez. [ruby-dev:38564] 2009-06-03 17:26:35 +00:00
benchmark.rb * lib/benchmark.rb (Benchmark#bmbm): use ensure clause instead of 2011-02-07 14:01:01 +00:00
cgi.rb * lib/cgi.rb: set autoload to CGI::HtmlExtension. [ruby-dev:40194] 2010-01-28 15:19:52 +00:00
cmath.rb * lib/cmath.rb (CMath.sqrt): use floating-point value. [ruby-core:31672] [Bug #3678] 2010-08-11 14:30:47 +00:00
complex.rb warn only when $VERBOSE. 2009-08-16 15:34:35 +00:00
csv.rb * lib/csv.rb: fix a typo. 2011-05-11 10:22:16 +00:00
debug.rb * lib/csv.rb: Fix unused variable warnings. 2010-07-11 16:59:10 +00:00
delegate.rb * lib/delegate.rb: Forward #trust, #untrust, #taint and #untaint 2010-06-22 04:23:59 +00:00
drb.rb
e2mmap.rb Cleaning up syntax warnings. 2010-04-27 21:09:46 +00:00
erb.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
fileutils.rb * lib/fileutils.rb (FileUtils#chmod): accept symbolic mode argument. 2011-05-01 16:16:05 +00:00
find.rb * lib/find.rb (Find.find): rescue more exceptions which is possible to 2009-12-15 15:54:34 +00:00
forwardable.rb * lib/forwardable.rb: support 'delegate :foo => :bar' for to meet 2011-05-11 11:12:40 +00:00
getoptlong.rb * lib/getoptlong.rb (set_options): ensure that the type of argument is 2010-01-29 13:53:57 +00:00
gserver.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
ipaddr.rb * lib/resolv-replace.rb: specify super class for rdoc. 2010-03-21 12:10:53 +00:00
irb.rb * lib/irb.rb: remove double exclamation marks. a patch from Diego 2010-06-19 02:12:40 +00:00
logger.rb * lib/logger.rb (class Logger): Document Logger#datetime_format. 2011-05-12 20:45:45 +00:00
mathn.rb * lib/mathn.rb: Add documentation. Patch by Jason Dew. [Ruby 1.9 - 2011-05-12 21:51:41 +00:00
matrix.rb Clean warnings: unused variables. 2010-06-23 05:32:46 +00:00
mkmf.rb * lib/mkmf.rb (Logging.postpone): copy only when tmporary logfile 2011-05-12 05:48:41 +00:00
monitor.rb * lib/monitor.rb (wait): supported timeout. 2010-02-06 12:31:52 +00:00
mutex_m.rb * lib/mutex_m.rb (sleep): added Mutex_m#sleep to support ConditionVariable. 2010-07-23 07:14:54 +00:00
observer.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
open-uri.rb * lib/resolv-replace.rb: suppress warning. 2010-10-29 22:02:39 +00:00
open3.rb fix doc again. 2010-07-02 15:01:54 +00:00
optparse.rb * lib/optparse.rb (OptionParser#compsys): escape brackets too. 2010-12-26 23:30:33 +00:00
ostruct.rb * lib/ostruct.rb (OpenStruct#delete_field): also undefine 2010-11-03 05:17:25 +00:00
pp.rb * lib/pp.rb: describe superclasses explicitly. 2010-08-01 14:09:40 +00:00
prettyprint.rb * test/test_pp.rb: extract from lib/pp.rb. 2009-02-14 23:36:45 +00:00
prime.rb * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716]. 2010-03-20 03:30:59 +00:00
profile.rb * lib/debug.rb, lib/profile.rb: fix to use RubyVM. 2008-07-08 13:28:57 +00:00
profiler.rb * lib/profiler.rb (Profiler__#print_profile): sort in the descending 2008-07-09 02:13:41 +00:00
pstore.rb * lib/pstore.rb: Fix don't raise "nested transaction" when thread_safe 2011-03-13 07:14:07 +00:00
rake.rb * lib/rake/*.rb: Remove unused variable warnings. 2010-11-08 20:58:12 +00:00
rational.rb * lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiring lib/mathn 2009-09-24 00:42:23 +00:00
rdoc.rb Upgrade to RDoc 3.5.3. Fixes [Bug #4376] 2011-02-07 07:07:12 +00:00
resolv-replace.rb * lib/resolv-replace.rb: suppress warning. 2010-10-29 22:02:39 +00:00
resolv.rb * resolv.rb (Resolv::DNS): use the same DNS server when retry using TCP. 2010-11-27 09:03:26 +00:00
rss.rb * lib/csv.rb: fix a typo. 2011-05-11 10:22:16 +00:00
rubygems.rb Import rubygems 1.6.2 (release candidate @ 2026fbb5) 2011-03-09 22:32:29 +00:00
scanf.rb * lib/scanf.rb (extract_float): allow 2.e+2 style. 2010-10-26 12:39:33 +00:00
securerandom.rb update document. 2010-09-11 23:43:13 +00:00
set.rb * lib/set.rb (class Set): Add nodoc to internal-use methods. Patch by Pete Higgins. [Ruby 1.9 - Bug #4665] 2011-05-11 23:17:52 +00:00
shell.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
shellwords.rb * lib/ipaddr.rb: Say that I am the current maintainer. 2008-03-21 12:15:06 +00:00
singleton.rb * lib/singleton.rb: fix documentation. [ruby-core:21038] 2009-01-02 14:28:02 +00:00
sync.rb * lib/*.rb: Remove unused variable warnings. 2010-11-08 20:59:01 +00:00
tempfile.rb cancel subversion backfire. sorry 2011-03-07 08:44:45 +00:00
thread.rb * lib/thread.rb (ConditionVariable#wait): ensure to remove the current 2010-05-09 17:10:18 +00:00
thwait.rb * lib/thwait.rb (ThreadsWait#join): refined rdoc again. 2010-04-29 09:39:52 +00:00
time.rb * lib/time.rb (xmlschema): avoid passing any negative numbers. 2011-05-08 10:08:12 +00:00
timeout.rb * lib/timeout.rb (Timeout#timeout): propagate errors to the 2010-04-19 03:46:17 +00:00
tmpdir.rb * ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir. 2010-05-08 03:25:17 +00:00
tracer.rb * lib/tracer.rb: count only non-internal libraries in stack trace, 2010-09-16 23:30:30 +00:00
tsort.rb * lib/**/*.rb: removed unnecessary shbang lines. 2009-03-06 04:23:05 +00:00
ubygems.rb
un.rb * lib/un.rb (httpd): SIGQUIT and SIGHUP are not guaranteed to exist. 2010-08-10 02:29:04 +00:00
uri.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
weakref.rb
webrick.rb * lib/webrick: Add documentation for WEBrick::HTTPAuth 2011-05-10 23:37:43 +00:00
yaml.rb * lib/yaml.rb: use Psych if only it is loaded already. 2010-04-08 02:45:23 +00:00

README

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