aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * add test for OpenSSL::SSL.gotoyuzo2004-05-263-0/+264
* * ext/openssl/ossl_ssl.c (ossl_ssl_read): take optional second argumentgotoyuzo2004-05-263-8/+19
* * lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read andnahi2004-05-263-92/+144
* * eval.c (rb_eval, eval): make line number consistent on eval withnobu2004-05-262-4/+10
* 2004-05-26eban2004-05-261-3/+3
* Allow "do" after "for". Fix up css for standalone code windowdave2004-05-264-10/+34
* * io.c (rb_io_init_copy): copy also positions. [ruby-talk:100910]nobu2004-05-262-0/+6
* fix ML reference.nobu2004-05-261-1/+1
* * ext/syck/syck.c (syck_new_parser): clear parser on init.why2004-05-255-25/+24
* * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blocknobu2004-05-255-28/+186
* 2004-05-25eban2004-05-251-3/+3
* * test/openssl/test_x509name.rb: short names of some OIDs (serialNumbergotoyuzo2004-05-242-8/+25
* * ext/openssl/ossl_asn1.c (ossl_i2d_ASN1_TYPE, ossl_ASN1_TYPE_free):gotoyuzo2004-05-242-8/+37
* test Kernel.open accepts pathname object.akr2004-05-241-1/+12
* 2004-05-24eban2004-05-241-3/+3
* * ext/tcltklib/extconf.rb: add --enable-tcl-thread configure option andnagai2004-05-242-33/+144
* SYSTEM identifiers must be absolutedave2004-05-243-3/+8
* 2004-05-23eban2004-05-231-3/+3
* Merged Nakada-san's patch [ruby-core:02916].ttate2004-05-236-49/+70
* 2004-05-22eban2004-05-221-3/+3
* * ext/tk/sample/remote-ip_sample2.rb: modifynagai2004-05-221-10/+10
* * MANIFEST: add test/openssl/test_x509store.rb.nobu2004-05-223-0/+12
* * add a new sample 'ext/tk/sample/remote-ikp_sample2.rb'nagai2004-05-222-1/+54
* * ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsendnagai2004-05-2118-43/+562
* * test_x509crl.rb (test_basic): add test for CRL issuer.gotoyuzo2004-05-213-0/+145
* MANIFEST: removed trailing white spaces.eban2004-05-211-1/+1
* Add '()' around parameters that don't have themdave2004-05-212-0/+6
* * lib/csv.rb: fixed a few bugs around multi char record/field separator.nahi2004-05-204-86/+251
* * lib/mkmf.rb (check_sizeof): define result size. [ruby-core:02911]nobu2004-05-202-3/+10
* * ext/socket/socket.c: check SCM_RIGHTS macro addition toakr2004-05-202-9/+27
* * ext/socket/socket.c (make_hostent_internal): remove debug print.matz2004-05-201-1/+0
* * numeric.c (flo_eq): alway check if operands are NaN.matz2004-05-208-28/+44
* 2004-05-20eban2004-05-201-3/+3
* At Ryan Davis' suggestion, honor visibility modifers if guarded by a statemen...dave2004-05-202-1/+13
* * lib/mkmf.rb (have_type): do not check pointer to incomplete type,nobu2004-05-202-2/+8
* * rescue LoadError. [ruby-dev:23539]gotoyuzo2004-05-194-7/+35
* * test/ruby/envutil.rb (EnvUtil::rubybin): give priority tonobu2004-05-192-3/+7
* revert mis-edited entrynobu2004-05-191-5/+5
* * test/inlinetest.rb (InlineTest::loadtest): requiring library withnobu2004-05-192-8/+15
* 2004-05-19eban2004-05-191-3/+3
* * ext/tk/lib/tk.rb: change permition of TkObject#tk_send from private to publicnagai2004-05-192-1/+6
* * lib/net/http.rb: support TRACE.aamine2004-05-182-0/+16
* * lib/net/http.rb: do not use class variables.aamine2004-05-182-5/+9
* * lib/csv.rb: writes lines with "\n" when row separator is not given.nahi2004-05-183-611/+463
* * lib/yaml.rb: added rdoc to beginning of lib.why2004-05-181-18/+58
* * lib/yaml.rb: added rdoc to beginning of lib.why2004-05-182-8/+125
* * node.h (NEW_DSTR): adjust list length.nobu2004-05-183-1/+8
* 2004-05-18eban2004-05-181-3/+3
* * eval.c (rb_method_node): search cache entry first.matz2004-05-182-0/+10
* * test for OpenSSL::X509gotoyuzo2004-05-176-0/+804