aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/pstore.rb (transaction): allow overriding dump and load.matz2004-05-271-0/+7
* * lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.shugo2004-05-271-0/+5
* * io.c (rb_io_fwrite): should check if errnro == ENOENT, too.eban2004-05-271-0/+2
* * io.c (rb_io_fwrite): workaround for bcc32's fwrite bug.eban2004-05-271-0/+5
* * test/csv/test_csv.rb: illegal require module name (../lib/csv.rb).nahi2004-05-271-0/+4
* * lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read andnahi2004-05-261-0/+13
* * eval.c (rb_eval, eval): make line number consistent on eval withnobu2004-05-261-1/+6
* Allow "do" after "for". Fix up css for standalone code windowdave2004-05-261-0/+10
* * io.c (rb_io_init_copy): copy also positions. [ruby-talk:100910]nobu2004-05-261-0/+4
* fix ML reference.nobu2004-05-261-1/+1
* * ext/syck/syck.c (syck_new_parser): clear parser on init.why2004-05-251-0/+10
* * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blocknobu2004-05-251-0/+7
* * ext/openssl/ossl_asn1.c (ossl_i2d_ASN1_TYPE, ossl_ASN1_TYPE_free):gotoyuzo2004-05-241-0/+5
* SYSTEM identifiers must be absolutedave2004-05-241-0/+5
* * MANIFEST: add test/openssl/test_x509store.rb.nobu2004-05-221-0/+6
* * ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsendnagai2004-05-211-0/+5
* Add '()' around parameters that don't have themdave2004-05-211-0/+5
* * lib/csv.rb: fixed a few bugs around multi char record/field separator.nahi2004-05-201-0/+6
* * lib/mkmf.rb (check_sizeof): define result size. [ruby-core:02911]nobu2004-05-201-1/+8
* * ext/socket/socket.c: check SCM_RIGHTS macro addition toakr2004-05-201-0/+6
* * numeric.c (flo_eq): alway check if operands are NaN.matz2004-05-201-0/+10
* At Ryan Davis' suggestion, honor visibility modifers if guarded by a statemen...dave2004-05-201-0/+6
* * lib/mkmf.rb (have_type): do not check pointer to incomplete type,nobu2004-05-201-0/+6
* * test/ruby/envutil.rb (EnvUtil::rubybin): give priority tonobu2004-05-191-2/+4
* revert mis-edited entrynobu2004-05-191-5/+5
* * test/inlinetest.rb (InlineTest::loadtest): requiring library withnobu2004-05-191-7/+13
* * ext/tk/lib/tk.rb: change permition of TkObject#tk_send from private to publicnagai2004-05-191-0/+5
* * lib/net/http.rb: support TRACE.aamine2004-05-181-0/+4
* * lib/net/http.rb: do not use class variables.aamine2004-05-181-0/+4
* * lib/csv.rb: writes lines with "\n" when row separator is not given.nahi2004-05-181-0/+55
* * lib/yaml.rb: added rdoc to beginning of lib.why2004-05-181-0/+4
* * node.h (NEW_DSTR): adjust list length.nobu2004-05-181-0/+6
* * eval.c (rb_method_node): search cache entry first.matz2004-05-181-0/+4
* Add ruby-dev number to ChangeLogocean2004-05-171-0/+2
* * ext/socket/socket.c (setup_domain_and_type): honor duck typing.matz2004-05-171-0/+7
* * numeric.c (flo_to_s): p 0.0 should be '0.0' not '0.0e+00'.ocean2004-05-171-0/+9
* * lib/yaml/baseemitter.rb (indent_text): was forcing a mod valuewhy2004-05-161-0/+5
* * lib/drb/drb.rb: Cosmetic documentation changes.gsinclair2004-05-161-0/+4
* * ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument toakr2004-05-161-0/+7
* * test/ruby/test_float.rb(test_strtod): Add test for signed 0.000...1ocean2004-05-151-0/+4
* * ext/syck/depend: add ruby's headers.eban2004-05-151-0/+4
* * ext/syck/MANIFEST, ext/syck/depend: new file.nobu2004-05-151-1/+10
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-151-0/+23
* * eval.c (eval): forgot to restore $SAFE value before evaluatingmatz2004-05-141-0/+5
* * range.c (range_each_func): terminates loop if generating valuematz2004-05-141-0/+20
* ChangeLog: typo fix.eban2004-05-141-2/+2
* * ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.nagai2004-05-141-0/+11
* * test/ruby/test_float.rb: Add test for util.c revision 1.42.ocean2004-05-141-0/+4
* * util.c (ruby_strtod): strtod("0", &end); => end should point '\0'.ocean2004-05-141-0/+5
* * lib/net/telnet.rb (Net::Telnet::login): "options" can specifyakira2004-05-131-0/+5