summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-13* object.c (sym_to_proc): new method Symbol#to_proc; backported from 1.9. bug...kazu
2008-04-11* object.c (rb_obj_tap): new method Object#tap; backported from 1.9. bug#19008kazu
2008-04-11* process.c: new method Process.exec; backported from 1.9. bug#19006kazu
2008-04-11* ext/tk/lib/tkextlib/tile.rb, ext/tk/lib/tkextlib/tile/style.rb, nagai
2008-04-11* ext/tk/lib/tkextlib/tile.rb:nagai
2008-04-10* marshal.c (w_object): add volatile to avoid potential GC bug. amatz
2008-04-10Mention the ruby-debug project at RubyForge in README.knu
2008-04-10Oops, my mistake, rdebug.el was in 1.8.6.knu
2008-04-10* misc/rdebug.el, misc/README: Remove rdebug.el as per requestknu
2008-04-10* enum.c (enum_first, enum_group_by): New methods:knu
2008-04-10Sort entries.knu
2008-04-10* enumerator.c (rb_eStopIteration), eval.c (rb_f_loop), ruby.h:knu
2008-04-10* array.c (rb_ary_first, rb_ary_last): Return a shared array whenknu
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