index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lib/xmlrpc/parser.rb: added new parser class using libxml-ruby gem.
hsbt
2014-10-13
2
-1
/
+34
*
* lib/find.rb (Find.find): Call to_path for arguments to obtain
akr
2014-10-13
1
-0
/
+1
*
open-uri: accept :open_timeout option
normal
2014-10-10
1
-0
/
+11
*
mkmf.rb: translate to assembler
nobu
2014-10-08
1
-3
/
+22
*
* lib/uri/generic.rb (URI#inspect): remove Object id.
naruse
2014-10-07
1
-2
/
+1
*
* lib/matrix.rb: Add @- and @+ for Matrix and Vector.
marcandre
2014-10-07
1
-0
/
+20
*
normalize reference to Timeout::Error
normal
2014-10-07
3
-3
/
+3
*
* lib/matrix.rb: Add Matrix#laplace_expansion.
marcandre
2014-10-07
1
-0
/
+33
*
* lib/matrix.rb: Add Vector.basis.
marcandre
2014-10-07
1
-0
/
+14
*
* lib/matrix.rb: Add hstack & vstack methods.
marcandre
2014-10-03
1
-0
/
+73
*
* lib/matrix.rb: Fix Matrix.rows copy bug.
marcandre
2014-10-03
1
-1
/
+1
*
* lib/rubygems: Update to RubyGems 2.4.2.
drbrain
2014-10-01
7
-8
/
+74
*
* lib/uri/rfc3986_parser.rb: raise URI::InvalidURIError when
glass
2014-09-27
1
-1
/
+5
*
* lib/matrix.rb: Fix docs. Patched by Ben Woodall. [GH-726]
ayumin
2014-09-24
1
-12
/
+12
*
tmpdir.rb: explicit conversion to string
nobu
2014-09-22
1
-0
/
+4
*
* lib/drb/drb.rb: Support graceful shutdown.
akr
2014-09-21
3
-7
/
+45
*
* lib/csv.rb: avoid unnecessary object allocations.
glass
2014-09-21
1
-2
/
+2
*
* lib/rexml/**/*.rb: removed commented-out code.
hsbt
2014-09-21
7
-178
/
+0
*
tempfile.rb: fix r47655
nobu
2014-09-21
2
-16
/
+7
*
* lib/tempfile.rb: define parameters appropriately and some
glass
2014-09-20
2
-41
/
+17
*
* lib/uri/rfc3986_parser.rb: specify a regexp for :OPAQUE; generic.rb
naruse
2014-09-17
1
-1
/
+1
*
* lib/rubygems: Update to RubyGems 2.4.1 master(713ab65)
hsbt
2014-09-14
90
-588
/
+2253
*
lib/benchmark.rb: remove CLOCK_MONOTONIC_RAW support
normal
2014-09-11
1
-3
/
+0
*
* lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(21b241a)
hsbt
2014-09-11
4
-5
/
+10
*
mkmf.rb: -I flags to $INCFLAGS
nobu
2014-09-09
1
-4
/
+19
*
mkmf.rb: --cflags to $CXXFLAGS
nobu
2014-09-09
1
-0
/
+1
*
* append newline at EOF.
svn
2014-09-06
1
-0
/
+1
*
* lib/rake.rb, lib/rake/*, test/rake/*: Update latest rake master(e47d023)
hsbt
2014-09-06
9
-9
/
+50
*
* lib/rdoc/generator/template/darkfish/js/jquery.js: Backport
zzak
2014-09-05
1
-18
/
+4
*
* lib/shellwords.rb: proofreading documentation.
hsbt
2014-09-05
1
-9
/
+9
*
* lib/rdoc/generator/pot/po.rb: fixed broken tests for trailing whitespace.
hsbt
2014-09-05
1
-1
/
+0
*
* remove trailing spaces.
svn
2014-09-05
1
-2
/
+2
*
* lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(313287)
hsbt
2014-09-05
35
-68
/
+814
*
* lib/benchmark.rb: Fix a syntax error.
akr
2014-08-31
1
-2
/
+2
*
benchmark.rb: Process::CLOCK_MONOTONIC_RAW may be unavailable
nobu
2014-08-31
1
-1
/
+2
*
benchmark.rb: prefer Process::CLOCK_MONOTONIC_RAW
nobu
2014-08-30
1
-1
/
+4
*
* lib/tempfile.rb: remove "require 'thread'". its features are no
glass
2014-08-27
1
-1
/
+0
*
* lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation.
hsbt
2014-08-27
7
-7
/
+7
*
* lib/drb/drb.rb: use attr_reader instead of Module#attr.
hsbt
2014-08-27
5
-16
/
+16
*
lib/mathn.rb: remove built-in methods
nobu
2014-08-26
1
-136
/
+7
*
* lib/shell/process-controller.rb: removed commented-out code.
hsbt
2014-08-26
1
-9
/
+0
*
* lib/thwait.rb (ThreadsWait): removed needless constant.
hsbt
2014-08-26
1
-2
/
+0
*
* lib/mathn.rb: mathn library is deprecated on ruby 2.2.
hsbt
2014-08-26
1
-0
/
+2
*
* lib/mathn.rb: removed commented-out code.
hsbt
2014-08-26
1
-6
/
+0
*
uri/common.rb: use negative look-ahead
nobu
2014-08-25
1
-1
/
+1
*
logger.rb: simplify
nobu
2014-08-25
1
-5
/
+1
*
lib/logger.rb: use %N
nobu
2014-08-25
1
-1
/
+1
*
* lib/e2mmap.rb: remove needless instance variables.
hsbt
2014-08-24
15
-15
/
+0
*
lib/benchmark.rb (measure): reduce allocations as in r47260
normal
2014-08-24
1
-10
/
+10
*
lib/benchmark.rb: speedup by reducing allocations
normal
2014-08-24
1
-2
/
+10
[next]