summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-10* lib/resolv.rb (Resolv::DNS#each_address): backport from 1.9 forakr
2008-04-09 * enum.c (iterate_method): add prototype to avoid warning on VC++.usa
2008-04-09* ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.nagai
2008-04-09Fix a typo.knu
2008-04-09* array.c (rb_ary_pop): Do not reallocate too often; backportedknu
2008-04-09Array#reject too.knu
2008-04-09Update.knu
2008-04-09* array.c (rb_ary_each, rb_ary_each_index, rb_ary_reverse_each,knu
2008-04-09Update.knu
2008-04-09* array.c (rb_ary_index, rb_ary_index): Array#index and #rindexknu
2008-04-09Add items about the enumerator module.knu
2008-04-09* enumerator.c, inits.c (rb_call_inits), ruby.h, intern.h,knu
2008-04-0920080409knu
2008-04-09* eval.c (rb_obj_method, rb_proc_call), intern.h: Export.knu
2008-04-08* eval.c (EXEC_TAG): remove unnecessary FLUSH_REGISTER_WINDOWS formatz
2008-04-08* re.c (rb_reg_quote): should always copy the quoting string.matz
2008-04-07* array.c (rb_ary_nitems): Backport Array#nitems with a block;knu
2008-04-07* ignores all libruby stuffs.nobu
2008-04-06* dir.c (dir_tell): check if closed. [ruby-core:16223]nobu
2008-04-05* object.c (rb_check_to_integer): backported for range_step.nobu
2008-04-03* lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails andmatz
2008-04-03* range.c (range_step): should not round step into integer ifmatz
2008-04-01* bignum.c (rb_big_div): Bignum#div should return integer formatz
2008-04-01* configure.in: get rid of empty expansion.nobu
2008-04-01* {bcc,win}32/Makefile (config.h): need to define RUBY_SETJMP, etc.nobu
2008-04-01* configure.in: quoted.nobu
2008-04-01* configure.in: _setjmp is available but _longjmp is not on mingw.nobu
2008-03-31* configure.in: __builtin_setjmp cannot handle a variable.nobu
2008-03-31* configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefersnobu
2008-03-31* lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu
2008-03-29* ext/tk/tcltklib.c: rb_hash_lookup has not been backported yet.nobu
2008-03-29* class.c (clone_method): should copy cref as well.matz
2008-03-29* 2008-03-29nobu
2008-03-29* ext/tk/sample/{demos-*/textpeer,tksleep_sample,ttk_wrapper}.rb: set eol-style.nobu
2008-03-29* ext/tk/lib/tk/ttk_selector.rb: forget to add.nagai
2008-03-29* ext/tk/sample/ttk_wrapper.rb: minor bug fix.nagai
2008-03-29* ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai
2008-03-24* eval.c (rb_eval): Call trace hook for if expression after theknu
2008-03-24* parse.y (yycompile): Always prepare a new array for each file'sknu
2008-03-24* configure.in: sitearch should use target_cpu. [ruby-core:15986]nobu
2008-03-23use proc instead of Thread. [ruby-dev:33692]seki
2008-03-23* ext/tk/sample/demos-jp/widget, ext/tk/sample/demos-jp/bind.rb, nagai
2008-03-21* lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.nobu
2008-03-21* lib/ipaddr.rb: Say that I am the current maintainer.knu
2008-03-21* instruby.rb (open_for_install): write block result and rewrite onlynobu
2008-03-19* dir.c (dir_inspect, dir_path, dir_tell): check for frozen and closednobu
2008-03-19* dir.c (Init_Dir): define inspect method. [ruby-core:15960]nobu
2008-03-19* misc/ruby-style.el (ruby-style-{case,label}-indent): fix for labelsnobu
2008-03-19* bignum.c (rb_cstr_to_inum): treat successive underscores asnobu
2008-03-18* 2008-03-19usa