summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-05-14* eval.c (eval): warning during eval should not cause deadlock.matz
2004-05-14* ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.nagai
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* hash.c (delete_if_i): use st_delete_safe() (viaeban
2004-05-13* lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.akira
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-10Change symbol lookup scheme in HTML generationdave
2004-05-10Search parent for unqualified constantsdave
2004-05-09 * lib/net/ftp.rb: improved documentationgsinclair
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* eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)matz
2004-05-07* util.c (ruby_strtod): 0.0000000000000000001 == 0.0 should be false.ocean
2004-05-07* ext/tk/tkutil.c (get_eval_string_core): bug fix. [ruby-dev:23466]nagai
2004-05-06use numerichost if cannot resolve hostnameseki
2004-05-06* lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy
2004-05-06* lib/net/imap.rb (string): accept NIL.shugo
2004-05-05Don't include &block if we have yield parametersdave
2004-05-04use recv instead of recvfromseki
2004-05-04 * lib/gserver.rb: documentedgsinclair
2004-05-04 * lib/xmlrpc/README.txt: introduced for documentation purposesgsinclair
2004-05-03Fix parsing problem with yield within blockdave
2004-05-01* renewal Ruby/Tknagai
2004-04-30* time.c (SIZEOF_TIME_T): support SIZEOF_TIME_T == SIZEOF_INT.eban
2004-04-26* lib/yaml/rubytypes.rb: passing Range tests.why
2004-04-26* README.EXT, README.EXT.ja: fixed wrong function signature.nobu
2004-04-26Alias alias to instance methodsdave
2004-04-24Fix bug where consecutive headings were mergeddave
2004-04-23* version.c (ruby_show_copyright): obtain copyright year fromnobu
2004-04-23* lib/mkmf.rb: $hdrdir should not contain macros for backwardnobu
2004-04-23* lib/pathname.rb: sync taint/freeze flag betweenakr
2004-04-23* parse.y (stmt, arg, aref_args): should not make sole splat intonobu
2004-04-23* lib/resolv.rb: don't use Regexp#source to embed regexps.akr
2004-04-21* parse.y (aref_args): should pass expanded list. [ruby-core:02793]nobu
2004-04-21check hash tuple sizeseki
2004-04-21* lib/open-uri.rb (URI::HTTP#proxy_open): set Host: field explicitly.akr
2004-04-18* dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb,nobu
2004-04-18Allow for HAVE_PROTOTYPES macrodave
2004-04-17Change :enddoc: to terminate processing of current filedave
2004-04-16 * ext/iconv/iconv.c: nearly finished RDoc comments.gsinclair
2004-04-15* ext/extmk.rb: skip linking when libraries to be preloaded notnobu
2004-04-15* process.c (pst_success_p): new method Process::Status#success?.nobu
2004-04-15* ext/gdbm/gdbm.c (Init_gdbm): define GDBM::READER, GDBM::WRITER,akr