index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2011-07-29
* lib/securerandom.rb: call OpenSSL::Random.seed at the
akr
2011-07-28
* lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): typo.
usa
2011-07-27
* lib/delegate.rb: Move file-level documentation to the appropriate
drbrain
2011-07-27
* lib/rubygems/uninstaller.rb: Add missing require and update
drbrain
2011-07-27
* lib/rubygems: Update to RubyGems 1.8.6.1.
drbrain
2011-07-25
* lib/xmlrpc/client.rb: Fix possible HTTP header formatting failure by
nahi
2011-07-23
* lib/rubygems/specification.rb: Restore behavior of
drbrain
2011-07-23
* lib/cmath.rb: should return a real number if possible.
tadf
2011-07-22
Fix r32622.
naruse
2011-07-22
* lib/uri/generic.rb (WFKV_): unroll the loop of regexp.
naruse
2011-07-22
* lib/net/http.rb: Net::HTTP#finish is used to manually close
drbrain
2011-07-21
* lib/csv.rb: Do not modify CSV.generate's argument [ruby-core:38356]
marcandre
2011-07-21
* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#each):
naruse
2011-07-15
* lib/uri/common.rb (module): Remove optional parser argument to Kernel#URI
marcandre
2011-07-12
* lib/test/unit.rb(Test::Unit::Options#process_args): Fix bug.
sorah
2011-07-10
* lib/test/unit.rb: Add new class variable `@@testfile_prefix`.
sorah
2011-07-10
* lib/test/unit/assertions.rb: Import documentation patch by Justin
sorah
2011-07-09
Remove duplicated definition.
naruse
2011-07-09
* lib/cgi/core.rb: fix multipart form parsing bug. [Bug #3866]
xibbar
2011-07-09
* lib/matrix.rb: Add Vector#normalize [ruby-dev:43829]
marcandre
2011-07-06
* lib/rubygems.rb: Reduce requires to improve `make benchmark`.
drbrain
2011-07-05
* lib/webrick/httpauth/digestauth.rb (_authenticate):
naruse
2011-07-01
* lib/matrix: Add LUP decomposition
marcandre
2011-07-01
* lib/matrix.rb: Allow non integer exponents for Matrix#**
marcandre
2011-07-01
* lib/matrix: Add Eigenvalue Decomposition
marcandre
2011-07-01
* lib/matrix: Add Matrix#round
marcandre
2011-06-30
* lib/weakref.rb: Attach documentation to WeakRef and add missing
drbrain
2011-06-30
* lib/yaml.rb: Document toplevel YAML and YAML::ENGINE to describe
drbrain
2011-06-30
* lib/cmath.rb: Hide handle_no_method_error from RDoc.
drbrain
2011-06-29
* lib/drb/drb.rb: Hide deprecated toplevel DRb constants.
drbrain
2011-06-29
* lib/cmath.rb (CMath.log): second argument: b can be nil.
naruse
2011-06-29
* lib/rdoc: Update to RDoc 3.8 which contains fixes for documentation
drbrain
2011-06-29
* lib/cmath.rb: make same exception for Math. fix [Bug #3137].
keiju
2011-06-29
* lib/irb/completion.rb: complate correctry string literal. fix [Bug #1145].
keiju
2011-06-29
* lib/irb/cmd/help.rb: support RDoc 3.7. fix [Bug #3760].
keiju
2011-06-29
* lib/tracer.rb: Tracer.on only if required by -r command-line option.
nagachika
2011-06-29
* math.c: Attach documentation for Math.
drbrain
2011-06-29
* lib/matrix.rb: Matrix.zero can build rectangular matrices.
marcandre
2011-06-29
* lib/matrix.rb: Add Matrix#diagonal?, hermitian?, normal?, orthogonal?
marcandre
2011-06-29
* lib/matrix.rb: Specialize Matrix#find_index to return [row, col]
marcandre
2011-06-29
* lib/matrix.rb: Matrix#each{_with_index} can iterate over a subset of the Ma...
marcandre
2011-06-28
* lib/tracer.rb: count only non-internal libraries in stack trace,
keiju
2011-06-28
* lib/irb/ruby-lex.rb: recognize '\char' in ruby statement.
keiju
2011-06-28
* lib/debug.rb (var_list): Command 'var *' did not work on 1.9(!).
nahi
2011-06-28
* lib/benchmark.rb: merge eregon/benchmark.
naruse
2011-06-28
* lib/rake: Update rake to fix some bugs and hide deprecated features
drbrain
2011-06-28
* lib/rdoc: Update to RDoc 3.7 (final)
drbrain
2011-06-27
* lib/irb/ruby-lex.rb: fix [Bug #4232].
keiju
2011-06-27
fix [Bug #4409]. add DRbServer#here?
seki
2011-06-27
* lib/irb/workspace.rb: fix BUG#4793.
keiju
[next]