aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* add WIN32OLE_VARIANT class.suke2005-08-131-0/+8
* * ChangeLog: commit miss.nobu2005-08-131-5/+0
* * eval.c (rb_block_pass): distinguish current block from others.nobu2005-08-131-1/+9
* * ext/stringio/stringio.c (strio_set_string): disallow nil.nobu2005-08-131-2/+7
* * ext/nkf/lib/kconv.rb: Kconv.kconv is now alias of Kconv.convnaruse2005-08-121-0/+5
* * parse.y (f_larglist): allow optional arguments even whenmatz2005-08-121-0/+9
* * numeric.c (fix_equal, fix_cmp, fix_gt, fix_ge, fix_lt, fix_le):matz2005-08-121-3/+14
* * ext/stringio/stringio.c: keep holding string after closed.nobu2005-08-111-2/+6
* added ML number. [ruby-list:41018]kou2005-08-111-0/+2
* * lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes):kou2005-08-111-0/+22
* * bignum.c (rb_big_mul0): multiply two numbers (x, y) withoutmatz2005-08-101-0/+27
* * ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys().nagai2005-08-101-0/+11
* * eval.c (formal_assign): let default values overridenobu2005-08-091-3/+8
* * ext/tk/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai2005-08-091-0/+25
* * parse.y (f_block_arg), eval.c (rb_yield_0): deal with dynamicnobu2005-08-081-0/+5
* * eval.c (assign): deal with new block argument.nobu2005-08-081-1/+9
* * test/ruby/test_fnmatch.rb: separated from test_file.rb.ocean2005-08-081-0/+4
* * test/ruby/test_method.rb: added. [ruby-dev:26761]nahi2005-08-081-0/+4
* * parse.y (f_larglist): mistake in syntax rule. [ruby-core:05535]matz2005-08-081-0/+4
* * ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_errorgotoyuzo2005-08-071-0/+9
* * lib/webrick/httpproxy.rb (HTTPProxyServer#intialize),gotoyuzo2005-08-071-0/+12
* * test/ruby/test_super.rb: added optional arg tests. [ruby-dev:26743]nahi2005-08-071-0/+5
* * ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure createsocean2005-08-061-0/+11
* * ext/tk/tcltklib.c: fixed memory leak when tk_funcall raisedocean2005-08-051-0/+6
* * lib/mkmf.rb (create_makefile): need to convert path separetorusa2005-08-051-0/+5
* * eval.c (return_jump): fix "can't across thread" error messagematz2005-08-051-0/+6
* * ext/tk/tcltklib.c: refactoring - extract ruby string <->ocean2005-08-041-0/+5
* * extmk.rb (extmake): needs to be wrapped in an Array.nobu2005-08-041-1/+3
* * eval.c (formal_assign): returns position of rest arguments variable.nobu2005-08-041-1/+6
* * enumerator.c (Init_Enumerator): provided features should havenobu2005-08-041-2/+13
* * numeric.c (Init_Numeric): do not share implementation amongmatz2005-08-041-0/+5
* * ext/tk/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.nagai2005-08-041-0/+20
* * numeric.c (fix_div): should not convert the result intomatz2005-08-041-0/+5
* * ext/extmk.rb (extmake): should not modify $mflags for eachnobu2005-08-031-0/+5
* * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integratednobu2005-08-031-0/+9
* * sprintf.c: replacing is no longer needed.nobu2005-08-031-0/+4
* * ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work onocean2005-08-031-0/+5
* * numeric.c (fix_minus, fix_mul, fix_quo, fix_div, fix_mod,matz2005-08-031-0/+11
* * configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF,usa2005-08-031-0/+8
* * configure.in: check vsnprintf() and snprintf().nobu2005-08-031-3/+10
* * ext/socket/socket.c (ruby_connect): revert [ruby-talk:111654]matz2005-08-021-1/+6
* * array.c (rb_ary_or): wraps the operand in an array if it is notmatz2005-08-021-0/+7
* * ext/tk/tcltklib.c: use Tcl_[GS]etVar2Ex instead ofocean2005-08-021-0/+10
* * lib/ping.rb (Ping.pingecho): should rescue StandardError.gotoyuzo2005-08-011-0/+5
* * ext/tk/tcltklib.c: refactoring - replaced rb_ivar_defined &ocean2005-08-011-0/+5
* * ext/tk/tcltklib.c (Tcl_GetStringResult): refactoring - defineocean2005-08-011-0/+5
* add ML numberocean2005-08-011-2/+2
* * ext/tk/tcltklib.c (deleted_ip): refactoring - interpreter deletionocean2005-08-011-1/+6
* use private_methods and protected_methods instead of respond_to? to checkseki2005-07-311-0/+10
* add WIN32OLE_TYPE#ole_typelib, WIN32OLE_TYPE#implemented_ole_types.suke2005-07-301-0/+7