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/mkmf.rb (with_cppflags, with_cflags, with_ldflags): keep flags
nobu
2005-02-06
1
-6
/
+6
*
* ext/extmk.rb (extract_makefile): extract previously collected
nobu
2005-02-06
1
-50
/
+149
*
synchronized with date2 3.6.3
tadf
2005-02-06
2
-9
/
+40
*
* lib/resolv.rb (Resolv::DNS::Resource::TXT): multiple strings was not
akr
2005-02-05
1
-6
/
+24
*
comment refined.
akr
2005-02-05
1
-2
/
+2
*
* lib/rss: supported Image module.
kou
2005-02-03
9
-8
/
+381
*
* lib/rss/rss.rb (RSS::Element#convert): added.
kou
2005-02-02
5
-66
/
+74
*
(DRb::DRbObject#respond_to?): check marshal_dump and _dump
seki
2005-02-01
1
-1
/
+11
*
* Makefile.in, configure.in: made EXTOUT configurable.
nobu
2005-01-31
1
-2
/
+6
*
example modified a bit.
akr
2005-01-29
1
-4
/
+4
*
* lib/resolv.rb (Resolv::DNS::Resource::IN::SRV): Added RFC2782 SRV
akr
2005-01-29
1
-0
/
+58
*
* lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf):
akr
2005-01-28
1
-0
/
+10
*
* lib/soap/wsdlDriver.rb: from 1.5.3-ruby1.8.2, operation which has
nahi
2005-01-23
1
-0
/
+4
*
(accept) rescue SSLError. [druby-ja:110]
seki
2005-01-22
1
-0
/
+5
*
fail if UNIXFileOwner is set. [druby-ja:111]
seki
2005-01-22
1
-0
/
+1
*
* lib/resolv.rb (Resolv::DNS::Config.resolv): don't raise ResolvError.
akr
2005-01-21
1
-3
/
+1
*
* lib/net/imap.rb (decode_utf7): use pack("U*") to encode UTF-8.
shugo
2005-01-21
1
-121
/
+2
*
* lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-lis:40546]
shugo
2005-01-21
1
-1
/
+1
*
* lib/ipaddr.rb (test_s_new): typo.
usa
2005-01-19
1
-0
/
+1
*
* lib/ipaddr.rb (to_s, test_to_s): too many colons with some cases.
usa
2005-01-19
1
-1
/
+5
*
* lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf): ignore
akr
2005-01-18
1
-0
/
+2
*
* ext/readline/readline.c: suppress warnings.
nobu
2005-01-16
5
-17
/
+13
*
* lib/uri/common.rb (PORT): typo fix. fiex: [ruby-core:04256]
eban
2005-01-16
1
-1
/
+1
*
* lib/rss/rss.rb (RSS::VERSION): 0.1.2 -> 0.1.3.
kou
2005-01-15
2
-49
/
+66
*
* lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): should
gotoyuzo
2005-01-10
3
-6
/
+12
*
* 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
[next]