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/yaml.rb: Kernel#y requires an argument.
why
2005-01-07
1
-1
/
+2
*
* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):
gotoyuzo
2005-01-07
3
-8
/
+22
*
* lib/time.rb: recognize +00:00 and GMT as a localtime.
akr
2005-01-06
1
-4
/
+28
*
Allow for colons in DOS file names
dave
2005-01-05
1
-1
/
+1
*
* missed in last commit.
gotoyuzo
2005-01-02
1
-2
/
+2
*
* lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):
gotoyuzo
2005-01-02
4
-8
/
+13
*
add lazy stop_service
seki
2005-01-02
2
-9
/
+11
*
update copyright year
aamine
2005-01-01
2
-3
/
+3
*
* lib/net/http.rb (each_capitalized): should join header field value. This p...
aamine
2005-01-01
1
-1
/
+1
*
* lib/fileutils.rb (copy_stream): use read/write instead of sysread/syswrite,...
aamine
2005-01-01
1
-8
/
+12
*
Fix problem in ri formatting if heading contains markup
dave
2004-12-31
2
-9
/
+32
*
Update kilmer template to use sections
dave
2004-12-29
1
-0
/
+14
*
* lib/net/telnet.rb (preprocess): remove NULL unless binmode.
usa
2004-12-28
1
-0
/
+3
*
* lib/fileutils.rb (mv): should raise error when moving a directory to the (e...
aamine
2004-12-27
1
-12
/
+31
*
* lib/net/imap.rb (Net::IMAP::PlainAuthenticator): added a new class
shugo
2004-12-26
1
-0
/
+16
*
* lib/xmlrpc/client.rb: use "" instead of "." if prefix argument is
mneumann
2004-12-21
1
-5
/
+5
*
* lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup.
nahi
2004-12-21
7
-114
/
+87
*
* added files:
nahi
2004-12-20
74
-1094
/
+2295
*
* lib/net/https.rb: delete descriptions about key_file and cert_file.
gotoyuzo
2004-12-20
1
-6
/
+0
*
* lib/cgi/session.rb (CGI::Session#initialize): empty session id was
nobu
2004-12-19
1
-1
/
+2
*
* lib/rexml/encodings/SHIFT_JIS.rb: fixed LoadError bug. [ruby-core:3958]
kou
2004-12-19
1
-1
/
+1
*
* lib/test/unit.rb: use standalone runner for -e.
nobu
2004-12-19
3
-12
/
+23
*
* lib/webrick/httpauth.rb,
nahi
2004-12-18
3
-5
/
+2
*
* lib/cgi/session.rb (CGI::Session#initialize): control adding
nobu
2004-12-17
1
-6
/
+5
*
* lib/mkmf.rb (create_makefile): create RUBYARCHDIR also when no extension
nobu
2004-12-16
1
-1
/
+2
*
* lib/net/http.rb: remove junk.
aamine
2004-12-15
1
-1
/
+1
*
* ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]
matz
2004-12-15
1
-0
/
+7
*
changed default binded address family to use an available address family of h...
seki
2004-12-15
2
-4
/
+30
*
* lib/webrick/server.rb (WEBrick::GenericServer#start_thread):
gotoyuzo
2004-12-15
4
-13
/
+32
*
* lib/set.rb (Set#==): [ruby-dev:25206]
matz
2004-12-15
3
-24
/
+35
*
Merged in the changes from BSD bug report. shift-jis is now shift_jis, in
ser
2004-12-13
2
-5
/
+5
*
* lib/pathname.rb (cleanpath_aggressive): make it private.
akr
2004-12-12
1
-2
/
+4
*
Don't show r/w accessot flags if none were specified for custom attributes
dave
2004-12-12
1
-0
/
+5
*
Never exclude files given on command line
dave
2004-12-12
1
-4
/
+5
*
add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]
seki
2004-12-11
1
-4
/
+22
*
* lib/webrick/cgi.rb (WEBrick::CGI#setup_header): avoid
gotoyuzo
2004-12-09
2
-10
/
+16
*
Fix CSS typo that meant h2 headings were invisible
dave
2004-12-08
1
-2
/
+2
*
* process.c (rb_spawn): support for DJGPP.
eban
2004-12-08
1
-0
/
+3
*
* process.c (proc_setgroups): [ruby-dev:25081]
matz
2004-12-06
1
-1
/
+1
*
* lib/optparse.rb (OptionParser::Completion#complete): new parameter
nobu
2004-12-05
1
-17
/
+12
*
* lib/fileutils.rb: (In previous commit) new method chown.
aamine
2004-12-04
1
-30
/
+7
*
* lib/fileutils.rb (mkdir, mkdir_p): should chmod explicitly. [ruby-core:03881]
aamine
2004-12-04
1
-5
/
+128
*
* lib/rss/rss.rb: removed empty lines from output.
kou
2004-12-04
1
-1
/
+2
*
* lib/rss/rss.rb (RSS::VERSION): 0.1.1 -> 0.1.2
kou
2004-12-04
3
-8
/
+34
*
Ignore leading and trailing lines in :section: blocks
dave
2004-12-04
3
-5
/
+41
*
* eval.c (proc_invoke): prepare to pass a block from "call" method
matz
2004-12-03
1
-10
/
+6
*
* io.c (rb_file_initialize): [ruby-dev:25032]
matz
2004-12-02
1
-6
/
+23
*
* io.c (rb_io_sysread): use temporary lock. [ruby-dev:24992]
matz
2004-11-29
1
-8
/
+6
*
* object.c (convert_type): [ruby-core:03845]
matz
2004-11-29
1
-2
/
+2
*
* lib/rss/rss.rb (RSS::Element#tag): not use block_given? for
kou
2004-11-28
5
-14
/
+14
[next]