summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-05-19* test/ruby/envutil.rb (EnvUtil::rubybin): give priority tonobu
2004-05-19revert mis-edited entrynobu
2004-05-19* test/inlinetest.rb (InlineTest::loadtest): requiring library withnobu
2004-05-19* ext/tk/lib/tk.rb: change permition of TkObject#tk_send from private to publicnagai
2004-05-18* lib/net/http.rb: support TRACE.aamine
2004-05-18* lib/net/http.rb: do not use class variables.aamine
2004-05-18 * lib/csv.rb: writes lines with "\n" when row separator is not given.nahi
2004-05-18* lib/yaml.rb: added rdoc to beginning of lib.why
2004-05-18* node.h (NEW_DSTR): adjust list length.nobu
2004-05-18* eval.c (rb_method_node): search cache entry first.matz
2004-05-17Add ruby-dev number to ChangeLogocean
2004-05-17* ext/socket/socket.c (setup_domain_and_type): honor duck typing.matz
2004-05-17* numeric.c (flo_to_s): p 0.0 should be '0.0' not '0.0e+00'.ocean
2004-05-16* lib/yaml/baseemitter.rb (indent_text): was forcing a mod valuewhy
2004-05-16 * lib/drb/drb.rb: Cosmetic documentation changes.gsinclair
2004-05-16* ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument toakr
2004-05-15* test/ruby/test_float.rb(test_strtod): Add test for signed 0.000...1ocean
2004-05-15* ext/syck/depend: add ruby's headers.eban
2004-05-15* ext/syck/MANIFEST, ext/syck/depend: new file.nobu
2004-05-15* lib/yaml.rb: removed fallback to pure Ruby parser.why
2004-05-14* eval.c (eval): forgot to restore $SAFE value before evaluatingmatz
2004-05-14* range.c (range_each_func): terminates loop if generating valuematz
2004-05-14ChangeLog: typo fix.eban
2004-05-14* ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.nagai
2004-05-14* test/ruby/test_float.rb: Add test for util.c revision 1.42.ocean
2004-05-14* util.c (ruby_strtod): strtod("0", &end); => end should point '\0'.ocean
2004-05-13* lib/net/telnet.rb (Net::Telnet::login): "options" can specifyakira
2004-05-13* ext/syck/rubyext.c (yaml_org_handler): some empty strings werewhy
2004-05-13* pack.c (pack_pack): always add with null for 'Z'.nobu
2004-05-12* lib/mkmf.rb (have_type, check_sizeof): replace unusable characters.nobu
2004-05-12* lib/resolv.rb (Resolv::DNS::Config): make it configurable withoutakr
2004-05-12* ext/openssl/ossl_x509name.c: attribute value of DC (short name ofgotoyuzo
2004-05-12* ext/tk/lib/tk/composite.rb: improve configure methods. (based on the propos...nagai
2004-05-12fix rdocdave
2004-05-10* lib/net/protocol.rb (each_crlf_line): remove junk line.aamine
2004-05-10Change symbol lookup scheme in HTML generationdave
2004-05-10* eval.c (eval): warning during eval should not cause deadlock.matz
2004-05-10Search parent for unqualified constantsdave
2004-05-09* lib/net/pop.rb (loggin): append "\n".aamine
2004-05-09 * lib/net/ftp.rb: ported documentation improvement from 1.8 branchgsinclair
2004-05-09 * test/ruby/test_float.rb: added test_strtod to test Float("0").nahi
2004-05-09* lib/yaml/store.rb: use FileUtils::copy.eban
2004-05-09* regex.c : removed unused file.ksaito
2004-05-08* io.c (rb_f_open): open should not ignore block when "to_open"matz
2004-05-07* lib/fileutils.rb (mv): new option `force'. [ruby-talk:99457]aamine
2004-05-07Allow multiple arguments to includedave
2004-05-07* lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor...aamine
2004-05-07add freeze test for dbm and gdbm.akr
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-05-07* util.c (ruby_strtod): 0.0000000000000000001 == 0.0 should be false.ocean