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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/stringio/stringio.c (strio_truncate): should MEMZERO an extended
nobu
2005-02-02
2
-3
/
+12
*
* lib/rss/rss.rb (RSS::Element#convert): added.
kou
2005-02-02
6
-66
/
+88
*
(DRb::DRbObject#respond_to?): check marshal_dump and _dump
seki
2005-02-01
2
-1
/
+16
*
* 2005-02-01
eban
2005-01-31
1
-4
/
+4
*
* configure.in (aix): fix linker flags on AIX. [ruby-talk:125460]
nobu
2005-01-31
2
-8
/
+11
*
* 2005-01-31
eban
2005-01-31
1
-3
/
+3
*
* ext/tcltklib/tcltklib.c: add invalid namespace check
nagai
2005-01-31
7
-90
/
+144
*
example modified a bit.
akr
2005-01-29
1
-4
/
+4
*
* 2005-01-29
eban
2005-01-29
1
-3
/
+3
*
* lib/resolv.rb (Resolv::DNS::Resource::IN::SRV): Added RFC2782 SRV
akr
2005-01-29
2
-0
/
+63
*
* 2005-01-28
eban
2005-01-28
1
-3
/
+3
*
* lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf):
akr
2005-01-28
2
-0
/
+19
*
* 2005-01-27
eban
2005-01-26
1
-3
/
+3
*
* test/fileutils/test_fileutils.rb (setup): support BSD-style directory group...
aamine
2005-01-26
3
-15
/
+23
*
* lib/net/protocol.rb (WriteAdapter#puts): should append \n, not prepend. [ru...
aamine
2005-01-26
2
-1
/
+6
*
* 2005-01-26
usa
2005-01-26
1
-3
/
+3
*
* win32/win32.c (flock_winnt, flock_win95): unlock file even if
usa
2005-01-26
2
-0
/
+7
*
* ruby.c (proc_options): correct -T option in RUBYOPT. (backported
usa
2005-01-25
2
-2
/
+7
*
* ext/tk/sample/vu/vu_demo.rb: rename from vu.rb; avoid the bug on
nagai
2005-01-25
2
-0
/
+5
*
2005-01-25
ocean
2005-01-25
1
-3
/
+3
*
* ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remained
nagai
2005-01-25
31
-105
/
+639
*
fix some documents.
akr
2005-01-25
1
-11
/
+10
*
fix IO#read docment.
akr
2005-01-24
1
-7
/
+13
*
* ext/nkf/lib/kconv.rb (guess_old): not use NKF.guess_old but NKF.guess1. fix...
naruse
2005-01-24
1
-1
/
+1
*
* 2005-01-24
eban
2005-01-24
1
-3
/
+3
*
* document updates - [ruby-core:04296], [ruby-core:04301],
matz
2005-01-24
6
-46
/
+204
*
* 2005-01-23
eban
2005-01-23
1
-3
/
+3
*
* lib/soap/wsdlDriver.rb: from 1.5.3-ruby1.8.2, operation which has
nahi
2005-01-23
2
-0
/
+15
*
* ext/openssl/ossl_ocsp.c (ossl_ocspreq_to_der): should call
gotoyuzo
2005-01-22
2
-1
/
+6
*
(accept) rescue SSLError. [druby-ja:110]
seki
2005-01-22
2
-0
/
+9
*
fail if UNIXFileOwner is set. [druby-ja:111]
seki
2005-01-22
2
-0
/
+5
*
* 2005-01-22
eban
2005-01-21
1
-3
/
+3
*
* ext/stringio/stringio.c (strio_set_pos): clear EOF flag.
matz
2005-01-21
2
-0
/
+6
*
* lib/resolv.rb (Resolv::DNS::Config.resolv): don't raise ResolvError.
akr
2005-01-21
2
-3
/
+6
*
* ChangeLog: fixed typo.
shugo
2005-01-21
1
-1
/
+1
*
file test_imap.rb was added on branch ruby_1_8 on 2006-11-04 13:03:20 +0000
shugo
2005-01-21
1
-14
/
+0
*
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
(no author)
2005-01-21
1
-0
/
+14
*
* dir.c (rb_push_glob): should work for NUL delimited patterns.
matz
2005-01-21
2
-1
/
+5
*
* lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-lis:40546]
shugo
2005-01-21
2
-1
/
+6
*
* rubyio.h (rb_eof_error): should mark as NORETURN. (backported
usa
2005-01-21
2
-1
/
+6
*
* 2005-01-21
eban
2005-01-20
1
-3
/
+3
*
* ext/syck/rubyext.c (syck_parser_bufsize_set): avoid VC++ warning
ocean
2005-01-20
2
-2
/
+7
*
* 2005-01-20
usa
2005-01-20
1
-3
/
+3
*
* ext/extmk.rb (extmake): shoudn't set $extflags on mswin32.
usa
2005-01-20
3
-5
/
+15
*
* string.c (rb_str_new4): should propagate taintedness.
matz
2005-01-20
6
-8
/
+27
*
* 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
2
-3
/
+12
*
* 2005-01-19
eban
2005-01-18
1
-3
/
+3
*
* lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf): ignore
akr
2005-01-18
2
-0
/
+8
*
* 2005-01-18
eban
2005-01-18
1
-3
/
+3
[next]