summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-08-12* parse.y (f_larglist): allow optional arguments even whenmatz
2005-08-12* numeric.c (fix_equal, fix_cmp, fix_gt, fix_ge, fix_lt, fix_le):matz
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_mul0): multiply two numbers (x, y) withoutmatz
2005-08-10* ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys().nagai
2005-08-09* eval.c (formal_assign): let default values overridenobu
2005-08-09* ext/tk/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai
2005-08-08* parse.y (f_block_arg), eval.c (rb_yield_0): deal with dynamicnobu
2005-08-08* eval.c (assign): deal with new block argument.nobu
2005-08-08* test/ruby/test_fnmatch.rb: separated from test_file.rb.ocean
2005-08-08 * test/ruby/test_method.rb: added. [ruby-dev:26761]nahi
2005-08-08* parse.y (f_larglist): mistake in syntax rule. [ruby-core:05535]matz
2005-08-07* ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_errorgotoyuzo
2005-08-07* lib/webrick/httpproxy.rb (HTTPProxyServer#intialize),gotoyuzo
2005-08-07 * test/ruby/test_super.rb: added optional arg tests. [ruby-dev:26743]nahi
2005-08-06* ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure createsocean
2005-08-05* ext/tk/tcltklib.c: fixed memory leak when tk_funcall raisedocean
2005-08-05* lib/mkmf.rb (create_makefile): need to convert path separetorusa
2005-08-05* eval.c (return_jump): fix "can't across thread" error messagematz
2005-08-04* ext/tk/tcltklib.c: refactoring - extract ruby string <->ocean
2005-08-04* extmk.rb (extmake): needs to be wrapped in an Array.nobu
2005-08-04* eval.c (formal_assign): returns position of rest arguments variable.nobu
2005-08-04* enumerator.c (Init_Enumerator): provided features should havenobu
2005-08-04* numeric.c (Init_Numeric): do not share implementation amongmatz
2005-08-04* ext/tk/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.nagai
2005-08-04* numeric.c (fix_div): should not convert the result intomatz
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* sprintf.c: replacing is no longer needed.nobu
2005-08-03* ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work onocean
2005-08-03* numeric.c (fix_minus, fix_mul, fix_quo, fix_div, fix_mod,matz
2005-08-03* configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF,usa
2005-08-03* configure.in: check vsnprintf() and snprintf().nobu
2005-08-02* ext/socket/socket.c (ruby_connect): revert [ruby-talk:111654]matz
2005-08-02* array.c (rb_ary_or): wraps the operand in an array if it is notmatz
2005-08-02* ext/tk/tcltklib.c: use Tcl_[GS]etVar2Ex instead ofocean
2005-08-01* lib/ping.rb (Ping.pingecho): should rescue StandardError.gotoyuzo
2005-08-01* ext/tk/tcltklib.c: refactoring - replaced rb_ivar_defined &ocean
2005-08-01* ext/tk/tcltklib.c (Tcl_GetStringResult): refactoring - defineocean
2005-08-01add ML numberocean
2005-08-01* ext/tk/tcltklib.c (deleted_ip): refactoring - interpreter deletionocean
2005-07-31use private_methods and protected_methods instead of respond_to? to checkseki
2005-07-30add WIN32OLE_TYPE#ole_typelib, WIN32OLE_TYPE#implemented_ole_types.suke
2005-07-29* lib/irb/context.rb: fix `irb --readline` option. [ruby-dev:40955]keiju
2005-07-29* eval.c (rb_yield_0): push yielded node instead of yielding.nobu
2005-07-29* eval.c (rb_call0): fix calling zsuper from a method with anonymousnobu
2005-07-28* parse.y (rb_parser_end_seen_p): exclude from ripper.nobu
2005-07-28* ext/tk/stubs.c: When --enable-tcltk-stubs, the initializenagai