summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-06-09* config.guess, config.sub: Update to a more recent version as ofknu
2004-06-06* eval.c (rb_eval): bad influence on frame node.matz
2004-06-05* string.c (str_new4): should share shared instance if it alreadymatz
2004-06-04* io.c (rb_io_gets_m): set lastline ($_) even when read line ismatz
2004-05-27 * lib/logger.rb: leading 0 padding of timestamp usec part.nahi
2004-05-27* lib/pathname.rb (Pathname#initialize): fix pathname initializationakr
2004-05-27* io.c (rb_io_fwrite): check all case errno != 0 [ruby-dev:23648]ocean
2004-05-27* marshal.c (w_class): should not dump singleton class.matz
2004-05-27* io.c (rb_io_fwrite): workaround for bcc32's fwrite bug.eban
2004-05-26* eval.c (rb_eval, eval): make line number consistent on eval withnobu
2004-05-26Allow "do" after "for". Fix up css for standalone code windowdave
2004-05-26* io.c (rb_io_init_copy): copy also positions. [ruby-talk:100910]nobu
2004-05-25* ext/syck/syck.c (syck_new_parser): clear parser on init.why
2004-05-24SYSTEM identifiers must be absolutedave
2004-05-22* MANIFEST: add new encodings in rexml.nobu
2004-05-21* ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsendnagai
2004-05-21Add '()' around parameters that don't have themdave
2004-05-20* lib/mkmf.rb (check_sizeof): define result size. [ruby-core:02911]nobu
2004-05-20* ext/socket/socket.c: fix SEGV. [ruby-dev:23550]ocean
2004-05-20* ext/socket/socket.c: check SCM_RIGHTS macro addition toakr
2004-05-20* numeric.c (flo_eq): alway check if operands are NaN.matz
2004-05-20At Ryan Davis' suggestion, honor visibility modifers if guarded by a statemen...dave
2004-05-20* lib/mkmf.rb (have_type): do not check pointer to incomplete type,nobu
2004-05-19* ext/tk/lib/tk.rb: change permition of TkObject#tk_send from private to publicnagai
2004-05-18* node.h (NEW_DSTR): adjust list length.nobu
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.rb: removed fallback to pure Ruby parser.why
2004-05-16 * lib/drb/drb.rb: Cosmetic documentation changes.gsinclair
2004-05-16 * lib/text/unit.rb: Removed :nodoc: directive (it prevented effectivegsinclair
2004-05-16* ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument toakr
2004-05-16 * lib/test/unit/**/*.rb: Removed :nodoc: directives (many weregsinclair
2004-05-15* fixed typo.akira
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-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