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/webrick/httpservlet/filehandler.rb: should normalize path
gotoyuzo
2008-05-18
3
-22
/
+44
*
* lib/date.rb (once): use Object#object_id instead of Symbol#to_i.
akr
2008-05-12
1
-3
/
+3
*
* parse.y (arg): operator assignment "a += b rescue c" should be
matz
2008-05-08
1
-1
/
+1
*
* common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT.
nobu
2008-05-08
1
-1
/
+1
*
* common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT.
nobu
2008-05-08
1
-1
/
+1
*
* lib/getoptlong.rb: use $stderr instead of $deferr.
akr
2008-05-04
1
-2
/
+2
*
* lib/net/telnet.rb: This patch from Brian Candler adds a FailEOF mode which
jeg2
2008-05-01
1
-0
/
+7
*
[ruby-dev:34497] ERB::Util#url_encode bug fix. Reported by rubikitch.
seki
2008-04-30
1
-1
/
+3
*
* lib/net/telnet.rb: Fixing a bug where line endings would not be properly
jeg2
2008-04-30
1
-3
/
+10
*
* lib/open3.rb (Open3.popen3w): removed.
akr
2008-04-26
1
-42
/
+15
*
Import RDoc 2.0.0 r56.
drbrain
2008-04-26
12
-408
/
+716
*
describe about waiting a child process.
akr
2008-04-26
1
-2
/
+5
*
describe :pid thread variable.
akr
2008-04-26
1
-0
/
+3
*
* lib/open3.rb: double fork is replaced by spawn with Process.detach.
akr
2008-04-26
1
-29
/
+48
*
* lib/rdoc/ri/descriptions.rb: fixed wrong class nestings.
usa
2008-04-23
1
-3
/
+3
*
* lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Return
knu
2008-04-23
1
-5
/
+7
*
* lib/drb/drb.rb (DRb::DRbServer::check_insecure_method): should
matz
2008-04-22
1
-2
/
+2
*
* lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]
kou
2008-04-15
1
-2
/
+7
*
* lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d...
kazu
2008-04-15
3
-3
/
+3
*
* prelude.rb (require_relative): move require_relative from
matz
2008-04-12
1
-11
/
+0
*
Update to RubyGems 1.1.1 r1701.
drbrain
2008-04-11
18
-844
/
+137
*
* lib/yaml/store.rb (YAML::load): modified to support empty
matz
2008-04-11
2
-3
/
+24
*
* lib/pstore.rb (PStore::dump, PStore::load): allow subclass
matz
2008-04-10
2
-5
/
+18
*
* lib/pstore.rb: replaced by Hongli Lai's faster version.
matz
2008-04-10
1
-75
/
+203
*
* lib/generator.rb: removed obsolete library. [ruby-core:16233]
matz
2008-04-10
1
-385
/
+0
*
* lib/complex.rb: remove Math first before overwriting by CMath.
matz
2008-04-08
1
-0
/
+1
*
trivial change.
tadf
2008-04-07
1
-2
/
+2
*
lib/complex.rb depends lib/cmath.rb.
tadf
2008-04-05
1
-224
/
+0
*
* lib/cmath.rb: new.
tadf
2008-04-05
3
-0
/
+231
*
* lib/rdoc/parsers/parse_rb.rb: Fix uninitialized variable warnings.
drbrain
2008-04-04
4
-5
/
+7
*
* lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails and
matz
2008-04-03
1
-0
/
+2
*
Import RubyGems 1.1.0
drbrain
2008-03-31
46
-2076
/
+2883
*
* lib/resolv.rb (Resolv::Config.default_config_hash): requires
nobu
2008-03-31
1
-0
/
+1
*
revert git backfire in r15860; sorry
matz
2008-03-30
2
-64
/
+0
*
* proc.c (proc_dup): should copy is_lambda attribute as well.
matz
2008-03-30
2
-0
/
+64
*
* complex.c (f_lcm): removed.
tadf
2008-03-27
2
-64
/
+0
*
Applied Laurent's patch to testcase.rb to fix symbol method names
ryan
2008-03-21
1
-1
/
+1
*
* lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.
nobu
2008-03-21
1
-1
/
+1
*
* lib/ipaddr.rb: Say that I am the current maintainer.
knu
2008-03-21
3
-0
/
+11
*
both complex and rational are now builtin classes.
tadf
2008-03-16
3
-1040
/
+117
*
* lib/cgi.rb (CGI::Cookie::initialize): performance patch from
matz
2008-03-14
1
-6
/
+11
*
* lib/irb/cmd/help.rb: should be updated for new ri structure.
matz
2008-03-12
3
-6
/
+15
*
Restore missing line to RDoc::Generator#params. Patch by Lincoln Stoll.
drbrain
2008-03-09
1
-7
/
+8
*
* lib/rdoc/code_objects.rb: Remove debugging Kernel#p. Patch by Lincoln Stoll
drbrain
2008-03-09
3
-4
/
+8
*
* lib/mkmf.rb: rdoc added. [ruby-Patches-9762]
nobu
2008-03-07
1
-2
/
+121
*
* lib/debug.rb: require 'continuation' to implement "restart"
matz
2008-03-05
1
-4
/
+5
*
* lib/irb.rb (IRB::Irb::eval_input): SyntaxError should not be
matz
2008-03-04
2
-2
/
+5
*
* lib/webrick/httpservlet/filehandler.rb: should normalize path
gotoyuzo
2008-03-03
1
-2
/
+19
*
* lib/test/unit/collector/dir.rb (recursive_collect): do not always
nobu
2008-03-01
1
-2
/
+3
*
* lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): use ASCII-8BIT
akr
2008-02-28
1
-5
/
+7
[next]