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
...
*
* lib/pstore.rb (transaction): allow overriding dump and load.
matz
2004-05-27
5
-80
/
+50
*
* lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.
shugo
2004-05-27
2
-1
/
+6
*
* io.c (rb_io_fwrite): should check if errnro == ENOENT, too.
eban
2004-05-27
2
-2
/
+4
*
* io.c (rb_io_fwrite): workaround for bcc32's fwrite bug.
eban
2004-05-27
2
-2
/
+11
*
2004-05-27
nahi
2004-05-27
1
-3
/
+3
*
* test/csv/test_csv.rb: illegal require module name (../lib/csv.rb).
nahi
2004-05-27
2
-1
/
+5
*
* add test for OpenSSL::SSL.
gotoyuzo
2004-05-26
3
-0
/
+264
*
* ext/openssl/ossl_ssl.c (ossl_ssl_read): take optional second argument
gotoyuzo
2004-05-26
3
-8
/
+19
*
* lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read and
nahi
2004-05-26
3
-92
/
+144
*
* eval.c (rb_eval, eval): make line number consistent on eval with
nobu
2004-05-26
2
-4
/
+10
*
2004-05-26
eban
2004-05-26
1
-3
/
+3
*
Allow "do" after "for". Fix up css for standalone code window
dave
2004-05-26
4
-10
/
+34
*
* io.c (rb_io_init_copy): copy also positions. [ruby-talk:100910]
nobu
2004-05-26
2
-0
/
+6
*
fix ML reference.
nobu
2004-05-26
1
-1
/
+1
*
* ext/syck/syck.c (syck_new_parser): clear parser on init.
why
2004-05-25
5
-25
/
+24
*
* eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a block
nobu
2004-05-25
5
-28
/
+186
*
2004-05-25
eban
2004-05-25
1
-3
/
+3
*
* test/openssl/test_x509name.rb: short names of some OIDs (serialNumber
gotoyuzo
2004-05-24
2
-8
/
+25
*
* ext/openssl/ossl_asn1.c (ossl_i2d_ASN1_TYPE, ossl_ASN1_TYPE_free):
gotoyuzo
2004-05-24
2
-8
/
+37
*
test Kernel.open accepts pathname object.
akr
2004-05-24
1
-1
/
+12
*
2004-05-24
eban
2004-05-24
1
-3
/
+3
*
* ext/tcltklib/extconf.rb: add --enable-tcl-thread configure option and
nagai
2004-05-24
2
-33
/
+144
*
SYSTEM identifiers must be absolute
dave
2004-05-24
3
-3
/
+8
*
2004-05-23
eban
2004-05-23
1
-3
/
+3
*
Merged Nakada-san's patch [ruby-core:02916].
ttate
2004-05-23
6
-49
/
+70
*
2004-05-22
eban
2004-05-22
1
-3
/
+3
*
* ext/tk/sample/remote-ip_sample2.rb: modify
nagai
2004-05-22
1
-10
/
+10
*
* MANIFEST: add test/openssl/test_x509store.rb.
nobu
2004-05-22
3
-0
/
+12
*
* add a new sample 'ext/tk/sample/remote-ikp_sample2.rb'
nagai
2004-05-22
2
-1
/
+54
*
* ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsend
nagai
2004-05-21
18
-43
/
+562
*
* test_x509crl.rb (test_basic): add test for CRL issuer.
gotoyuzo
2004-05-21
3
-0
/
+145
*
MANIFEST: removed trailing white spaces.
eban
2004-05-21
1
-1
/
+1
*
Add '()' around parameters that don't have them
dave
2004-05-21
2
-0
/
+6
*
* lib/csv.rb: fixed a few bugs around multi char record/field separator.
nahi
2004-05-20
4
-86
/
+251
*
* lib/mkmf.rb (check_sizeof): define result size. [ruby-core:02911]
nobu
2004-05-20
2
-3
/
+10
*
* ext/socket/socket.c: check SCM_RIGHTS macro addition to
akr
2004-05-20
2
-9
/
+27
*
* ext/socket/socket.c (make_hostent_internal): remove debug print.
matz
2004-05-20
1
-1
/
+0
*
* numeric.c (flo_eq): alway check if operands are NaN.
matz
2004-05-20
8
-28
/
+44
*
2004-05-20
eban
2004-05-20
1
-3
/
+3
*
At Ryan Davis' suggestion, honor visibility modifers if guarded by a statemen...
dave
2004-05-20
2
-1
/
+13
*
* lib/mkmf.rb (have_type): do not check pointer to incomplete type,
nobu
2004-05-20
2
-2
/
+8
*
* rescue LoadError. [ruby-dev:23539]
gotoyuzo
2004-05-19
4
-7
/
+35
*
* test/ruby/envutil.rb (EnvUtil::rubybin): give priority to
nobu
2004-05-19
2
-3
/
+7
*
revert mis-edited entry
nobu
2004-05-19
1
-5
/
+5
*
* test/inlinetest.rb (InlineTest::loadtest): requiring library with
nobu
2004-05-19
2
-8
/
+15
*
2004-05-19
eban
2004-05-19
1
-3
/
+3
*
* ext/tk/lib/tk.rb: change permition of TkObject#tk_send from private to public
nagai
2004-05-19
2
-1
/
+6
*
* lib/net/http.rb: support TRACE.
aamine
2004-05-18
2
-0
/
+16
*
* lib/net/http.rb: do not use class variables.
aamine
2004-05-18
2
-5
/
+9
*
* lib/csv.rb: writes lines with "\n" when row separator is not given.
nahi
2004-05-18
3
-611
/
+463
[prev]
[next]