summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2005-08-11* lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes):kou
2005-08-10* bignum.c (rb_big_coerce): allow bignum x bignum coercing.matz
2005-08-10* ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys().nagai
2005-08-09* ext/tcltklib/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai
2005-08-08 * test/ruby/test_method.rb: added. [ruby-dev:26761]nahi
2005-08-07 * test/ruby/test_super.rb: added from HEAD. [ruby-dev:26743]nahi
2005-08-06should set only one handler in WIN32OLE_EVENT#on_eventsuke
2005-08-06* ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure createsocean
2005-08-05* ext/tcltklib/tcltklib.c: fixed memory leak when tk_funcall raisedocean
2005-08-05* lib/mkmf.rb (create_makefile): need to convert path separetorusa
2005-08-04* ext/tcltklib/tcltklib.c: refactoring - extract ruby string <->ocean
2005-08-04* extmk.rb (extmake): needs to be wrapped in an Array.nobu
2005-08-04* ext/tcltklib/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.nagai
2005-08-03* ext/extmk.rb (extmake): should not modify $mflags for eachnobu
2005-08-03* common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integratednobu
2005-08-03* ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work onocean
2005-08-02* ext/socket/socket.c (ruby_connect): revert [ruby-talk:111654]matz
2005-08-02* ext/tcltklib/tcltklib.c: use Tcl_[GS]etVar2Ex instead ofocean
2005-08-01* lib/ping.rb (Ping.pingecho): should rescue StandardError.gotoyuzo
2005-08-01* ext/tcltklib/tcltklib.c: refactoring - replaced rb_ivar_defined &ocean
2005-08-01* ext/tcltklib/tcltklib.c (Tcl_GetStringResult): refactoring - defineocean
2005-08-01add ML numberocean