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/find.rb (Find.find): sort directory entries. [ruby-dev:39847]
akr
2009-12-13
1
-16
/
+13
*
* lib/un.rb (httpd): easy WEBrick HTTP server.
nobu
2009-12-10
1
-1
/
+38
*
* lib/rubygems: update to 1.3.5.
nobu
2009-12-08
14
-68
/
+92
*
* lib/rubygems/defaults.rb (Gem::default_dir): removed a clause
nobu
2009-12-08
1
-5
/
+1
*
* lib/find.rb (Find.find): reduce stat system call.
akr
2009-12-06
1
-2
/
+6
*
fix indent.
akr
2009-12-06
1
-1
/
+1
*
* lib/webrick/httpservlet/filehandler.rb: escape filename of index.
naruse
2009-12-06
1
-1
/
+1
*
* lib/irb/extend-command.rb (def_extend_command): fixed argument
nobu
2009-12-05
1
-11
/
+11
*
* configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved from
nobu
2009-11-30
1
-3
/
+7
*
* lib/rexml/formatters/default.rb (write_attribute): fix an
tenderlove
2009-11-28
1
-1
/
+3
*
rdoc update.
akr
2009-11-26
1
-0
/
+28
*
* strftime.c: %Y format a year with 4 digits at least.
akr
2009-11-24
1
-6
/
+6
*
* lib/net/ftp.rb (putbinaryfile): use APPE for resume.
shugo
2009-11-19
1
-2
/
+6
*
* lib/net/imap.rb (flag_list): untaint strings to intern in the safe
shugo
2009-11-19
1
-1
/
+33
*
Rolled out last change
ryan
2009-11-16
1
-3
/
+4
*
Minor cleanup to improve hash use
ryan
2009-11-16
1
-4
/
+3
*
* lib/cgi/util.rb (CGI::pretty): fix the overflow bug
xibbar
2009-11-12
1
-1
/
+1
*
* lib/cgi/core.rb (read_from_cmdline): this code is better.
xibbar
2009-11-12
1
-5
/
+1
*
* lib/net/telnet.rb: don't use simple delegate.
xibbar
2009-11-12
1
-3
/
+1
*
* lib/tempfile.rb (Tempfile#initialize): option hash may not be
nobu
2009-11-11
1
-3
/
+9
*
* lib/tempfile.rb (Tempfile#initialize): merge mode option.
nobu
2009-11-11
2
-2
/
+4
*
* lib/pp.rb (PP::ObjectMixin#pretty_print): use to_s regardless of
akr
2009-11-07
1
-3
/
+2
*
* lib/mkmf.rb (create_header): split the line by tabs.
nobu
2009-11-06
1
-1
/
+1
*
fix a typo.
akr
2009-11-05
1
-1
/
+1
*
* lib/net/http.rb (Net::HTTPResponse#each_response_header):
nahi
2009-10-31
1
-1
/
+1
*
* lib/net/http.rb (Net::HTTPResponse#each_response_header):
nahi
2009-10-30
1
-3
/
+10
*
* lib/net/ftp.rb (Net::FTP#initialize): sets @binary to true.
shugo
2009-10-28
1
-3
/
+14
*
* lib/net/ftp.rb (Net::FTP#initialize): @sock = nil.
naruse
2009-10-27
1
-1
/
+2
*
* lib/net/ftp.rb (getbinaryfile, list): call to_s to convert
shugo
2009-10-27
1
-2
/
+2
*
* lib/matrix.rb (**): Optimization (up to 45% faster)
marcandre
2009-10-24
1
-11
/
+5
*
* object.c (rb_obj_cmp): defines Object#<=>. [ruby-core:24063]
matz
2009-10-24
1
-1
/
+1
*
* lib/matrix (transpose): bug fix for Matrix.empty(0,42).t
marcandre
2009-10-24
1
-0
/
+1
*
* lib/matrix (column): handle negative arguments. cf [ruby-core:23598]
marcandre
2009-10-24
1
-2
/
+2
*
* lib/matrix (minor): Also handle negative arguments like Array#[]
marcandre
2009-10-24
1
-5
/
+18
*
* lib/pathname.rb (Pathname::SAME_PATHS): FNM_SYSCASE is always
nobu
2009-10-23
1
-1
/
+1
*
* lib/fileutils.rb (FileUtils#fu_get_uid, fu_get_gid): Do not
knu
2009-10-22
1
-8
/
+14
*
* lib/matrix.rb (transpose, inspect): Bug fix
marcandre
2009-10-20
1
-2
/
+1
*
* lib/matrix.rb (empty): Improved rdoc
marcandre
2009-10-20
1
-2
/
+9
*
* lib/webrick/httpauth/digestauth.rb: typo in exception message fixed.
nahi
2009-10-20
1
-1
/
+1
*
* lib/logger.rb: imported upstream version (logger/1.2.7) see #2238.
nahi
2009-10-20
1
-42
/
+60
*
* lib/matrix.rb: Bug fix. See detail [ruby-core:23598].
keiju
2009-10-20
1
-96
/
+119
*
* lib/rexml/element.rb (text=): false should be converted to string.
marcandre
2009-10-18
1
-1
/
+1
*
* lib/date.rb: do not require lib/delta.rb.
tadf
2009-10-18
2
-8
/
+32
*
* test/test_prime.rb
yugui
2009-10-18
1
-19
/
+43
*
* vm_method.c (basic_obj_respond_to): call #respond_to_missing?
matz
2009-10-17
1
-1
/
+1
*
* lib/delegate.rb (Delegator#respond_to_missing): warn only when
matz
2009-10-17
1
-3
/
+5
*
* lib/delegate: rdoc typo
marcandre
2009-10-16
1
-1
/
+1
*
* lib/delegate.rb (Delegator#method_missing): remove backtrace
matz
2009-10-16
1
-1
/
+3
*
* lib/delegate.rb (Delegator#freeze): #freeze should freeze self
matz
2009-10-16
1
-0
/
+6
*
* lib/delegate.rb (Delegator#respond_to_missing): warn if optional
matz
2009-10-16
1
-3
/
+5
[next]