summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-09-13 * lib/logger.rb (Logger): added formatter accessor to logger fornahi
2005-09-13* eval.c (BEGIN_CALLARGS): pop halfly pushed status.nobu
2005-09-13* lib/net/http.rb: backported from trunk, rev 1.128. [ruby-dev:25673] [ruby-d...aamine
2005-09-13* lib/yaml.rb: reworking YAML::Stream to use the newwhy
2005-09-12* test/openssl/test_pkcs7.rb (test_enveloped): skip this testgotoyuzo
2005-09-12* test/dbm/test_dbm.rb: remove locking test, which may not bematz
2005-09-12* ext/dl/dl.c (rb_io_to_ptr): merged a patch for DragonFly BSDmatz
2005-09-11set ERB#filename so that it is used when reporting syntax/runtime errors.seki
2005-09-10tiny ChangeLog fixocean
2005-09-10* ext/openssl/ossl_engine.c (ossl_engine_s_by_id):gotoyuzo
2005-09-10* ext/openssl/ossl_asn1.c (asn1str_to_str): new function.gotoyuzo
2005-09-10* ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): assume thatgotoyuzo
2005-09-10* ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_errorgotoyuzo
2005-09-09* eval.c (rb_call0): prohibit calling tainted method (>2) whenmatz
2005-09-09* ext/iconv/iconv.c (iconv_try), ext/iconv/extconf.rb: get rid of metanobu
2005-09-09* string.c (rb_str_times): make empty strings to keep taintness,nobu
2005-09-08* merged a patch from Takahiro Kambe <taca@back-street.net> tomatz
2005-09-07* lib/open-uri.rb: abolish mod === tempfile to avoid a problemakr
2005-09-07* eval.c (rb_thread_switch): convert all exceptions tonobu
2005-09-06* lib/mkmf.rb (what_type?): guesstimate type.nobu
2005-09-06* Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not loadnobu
2005-09-05* lib/ostruct.rb: a patch from Florian Gross <florgro@gmail.com>matz
2005-09-04* ext/openssl/openssl/lib/openssl/buffering.rb (Buffering#do_write):gotoyuzo
2005-09-02* lib: do not use __send__ to access private methods. [ruby-dev:26935]nobu
2005-09-01* lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju
2005-09-01* eval.c (rb_call0): wrong condition for $SAFE restoration.matz
2005-09-01* eval.c (method_arity): should return proper arity value.matz
2005-09-01* ext/tk/lib/multi-tk.rb: On Tcl8.5, MultiTkIp#invoke_hidden doesn'tnagai
2005-08-31* win32/Makefile.sub (OPTFLAGS): default global optimization tousa
2005-08-31* test/gdbm/test_gdbm.rb (teardown): should remove GDBM temporaryusa
2005-08-31* process.c (proc_detach, proc_setmaxgroups): missing argument typeocean
2005-08-30* lib/mkmf.rb (xsystem, xpopen): no longer expand by Config.nobu
2005-08-30* eval.c (rb_rescue2): intialization miss. fixed: [ruby-dev:26917]nobu
2005-08-30* ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h,gotoyuzo
2005-08-29* lib/rdoc/usage.rb: improper exceptions. [ruby-dev:26870]ocean
2005-08-28* lib/time.rb (Time.parse): extract fractional seconds usingakr
2005-08-27* ext/curses/curses.c ({curses,window}_clrtoeol): added. suggestedocean
2005-08-24* test/logger/test_logger.rb (test_shifting_size): should close logusa
2005-08-20 * lib/wsdl/xmlSchema/importer.rb (WSDL::XMLSchema::Importer#fetch): addnahi
2005-08-20 * lib/logger.rb (write, shift_log?, shift_log): file shifting racenahi
2005-08-19* lib/time.rb (Time.apply_offset): fix a problem with last day ofakr
2005-08-18* bcc32/Makefile.sub (COMMON_HEADERS): reverted 1.42.2.24.ocean
2005-08-17* eval.c (terminate_process): take String message.nobu
2005-08-14* object.c (rb_to_integer): argument constified.nobu
2005-08-14* eval.c (rb_rescue2): reduce PUSH_TAG() as well as NODE_RESCUE.nobu
2005-08-13* ChangeLog: commit miss.nobu
2005-08-13* eval.c (rb_block_pass): distinguish current block from others.nobu
2005-08-13* ext/stringio/stringio.c (strio_set_string): disallow nil.nobu
2005-08-11* ext/stringio/stringio.c: keep holding string after closed.nobu
2005-08-11added ML number. [ruby-list:41018]kou