index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lib/rss/maker.rb (RSS::Maker.[]): add.
kou
2008-12-10
1
-5
/
+12
*
* enumerator.c (enumerator_next): Fix a typo: s/rewinded/rewound/.
knu
2008-12-10
1
-1
/
+1
*
rdoc update.
akr
2008-12-08
1
-2
/
+16
*
rdoc update.
akr
2008-12-07
1
-0
/
+2
*
rdoc update.
akr
2008-12-07
1
-0
/
+11
*
* lib/open3.rb (Open3.capture3): renamed from Open3.poutput3.
akr
2008-12-07
1
-23
/
+23
*
* lib/open3.rb (Open3.poutput3): :binmode option implemented.
akr
2008-12-07
1
-6
/
+62
*
update rdoc.
akr
2008-12-06
1
-14
/
+24
*
* lib/open3.rb (Open3.pipeline_start): new method.
akr
2008-12-05
1
-28
/
+126
*
update rdoc.
akr
2008-12-04
1
-17
/
+14
*
rdoc update.
akr
2008-12-04
1
-0
/
+7
*
* lib/open3.rb (Open3.poutput3): new method.
akr
2008-12-04
1
-10
/
+89
*
* lib/open3.rb (Open3.popen3): simplified.
akr
2008-12-04
1
-54
/
+263
*
* lib/rubygems/validator.rb (Gem#remove_leading_dot_dir): make
matz
2008-12-04
1
-0
/
+1
*
* lib/gserver.rb: fixed type in sample code. a report from Oleg
matz
2008-12-04
1
-1
/
+1
*
* lib/rubygems/local_remote_options.rb (Gem#add_update_sources_option):
matz
2008-12-04
1
-1
/
+1
*
* lib/rexml/xpath.rb (REXML::XPath.first): apply documentation
matz
2008-12-03
1
-0
/
+11
*
* lib/open3.rb (Open3.popen3): merge hash options if given.
akr
2008-12-02
1
-19
/
+89
*
* lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): use
matz
2008-12-02
1
-3
/
+9
*
* lib/foerwardable.rb: should be usable def_single_delegator for
keiju
2008-11-28
1
-18
/
+111
*
add comment and test.
akr
2008-11-26
1
-2
/
+32
*
* lib/date/format.rb (strftime): ignores '_' flag for %[LN].
tadf
2008-11-24
1
-0
/
+2
*
* lib/date.rb (inspect): changed again.
tadf
2008-11-24
1
-1
/
+3
*
* lib/time.rb: r20251 reverted. The patched behavior do not round
matz
2008-11-24
1
-28
/
+28
*
* lib/logger.rb (Logger): should handle the case that cvs/svn do
matz
2008-11-19
1
-1
/
+7
*
* lib/minitest/unit.rb (MiniTest::Assertions#capture_io): adjust
matz
2008-11-19
1
-5
/
+5
*
fixed NoMethodError problem from NaHi [ruby-dev:37110].
seki
2008-11-18
1
-0
/
+1
*
* lib/time.rb: according to RFC2822, -0000 means local time, +0000
matz
2008-11-18
1
-28
/
+28
*
* lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete.
matz
2008-11-18
1
-2
/
+2
*
* lib/logger.rb (ProgName): fixed typo.
nobu
2008-11-18
1
-1
/
+1
*
* lib/logger.rb (ProgName): fixed for svn, based on a patch from
nobu
2008-11-18
1
-2
/
+2
*
* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#read_request_line):
matz
2008-11-18
1
-1
/
+1
*
* lib/optparse.rb (OptionParser::make_switch): makes default
nobu
2008-11-18
1
-1
/
+6
*
* lib/uri/generic.rb (URI::Generic#check_path): REL_PATH should a
matz
2008-11-11
1
-1
/
+1
*
* lib/rubygems/timer.rb: removed svn:executable.
yugui
2008-11-11
2
-0
/
+0
*
* lib/date.rb (inspect): reverted the previous change.
tadf
2008-11-11
1
-3
/
+1
*
* lib/date.rb (inspect): changed the format.
tadf
2008-11-10
1
-1
/
+3
*
* lib/delegate.rb (Delegator.delegating_block): should not refer
matz
2008-11-10
1
-1
/
+1
*
* lib/cgi/session/pstore.rb: fix indentation.
xibbar
2008-11-08
1
-25
/
+25
*
* lib/cgi/session.rb (FileStore): use marshalized data.
xibbar
2008-11-08
1
-2
/
+2
*
* lib/cgi/session.rb: remove debug code.
xibbar
2008-11-08
1
-2
/
+0
*
* lib/cgi/session.rb: fix indentation.
xibbar
2008-11-08
1
-64
/
+66
*
* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT):
matz
2008-11-08
9
-26
/
+26
*
* lib/optparse.rb (OptionParser#make_switch): 1.9 Symbols respond
matz
2008-11-08
1
-1
/
+1
*
* lib/irb.rb (IRB::Irb#eval_input): remove extra @context.prompt_i.
matz
2008-11-07
1
-1
/
+1
*
* lib/yaml/rubytypes.rb: support Rational and Complex as 1.8
matz
2008-11-06
1
-0
/
+38
*
* lib/rexml/entity.rb (unnormalized): do not call
shugo
2008-11-06
1
-1
/
+1
*
* lib/test/unit.rb: sorry, removed debug code.
usa
2008-11-04
1
-1
/
+0
*
* lib/test/unit.rb (Test::Unit.setup_argv): now can specify ``-xname''
usa
2008-11-04
1
-5
/
+6
*
Don't require rubygems/defaults from gem_prelude.rb.
drbrain
2008-10-31
2
-1
/
+5
[next]