| Age | Commit message (Expand) | Author |
| 2009-07-31 | * 2009-07-31 | svn |
| 2009-07-31 | * parse.y: Support for { key: value } -style hash immediates. | shyouhei |
| 2009-07-28 | * eval.c (rb_event_all, rb_add_event_hook): merged thread-switch | nobu |
| 2009-07-27 | * 2009-07-28 | svn |
| 2009-07-27 | * ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries. | nagai |
| 2009-07-27 | * ChangeLog: forgotten ML ref, [ruby-core:24561]. | nobu |
| 2009-07-26 | * io.c (argf_eof): go to the next file if called after ARGF.close | nobu |
| 2009-07-26 | * io.c (Init_IO): $FILENAME should correspond to the first element | nobu |
| 2009-07-26 | * test/ruby/test_argf.rb: partially backported from the trunk. | nobu |
| 2009-07-26 | * ChangeLog: removed extra spaces. | nobu |
| 2009-07-24 | * 2009-07-24 | svn |
| 2009-07-24 | * lib/time.rb, test/test_time.rb: Move test code to a separate | knu |
| 2009-07-23 | * ext/tk/extconf.rb: should not create "config_list" in a $srcdir. | nagai |
| 2009-07-23 | * 2009-07-23 | svn |
| 2009-07-23 | * lib/irb.rb, lib/irb/init.rb, lib/irb/ext/save-history.rb: add | keiju |
| 2009-07-21 | * win32/Makefile.sub (config.status): remove the definition of CP, so | usa |
| 2009-07-21 | * 2009-07-21 | svn |
| 2009-07-21 | * io.c (rb_io_flush): fsync() after buffer is flushed on win32. | usa |
| 2009-07-19 | * configure.in (DEPRECATED): backported from trunk. | nobu |
| 2009-07-18 | * ruby.h (RFLOAT_VALUE, RSTRING_END, RREGEXP_SRC_*, RBIGNUM_*): | nobu |
| 2009-07-18 | * re.h (RMATCH_REGS): added for compatibility. | nobu |
| 2009-07-17 | * ext/tk/lib/tk.rb: fail to create a widget object for an unknown wiget path. | nagai |
| 2009-07-17 | * 2009-07-18 | svn |
| 2009-07-17 | * ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves(). | nagai |
| 2009-07-16 | * 2009-07-16 | svn |
| 2009-07-16 | * ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includes | nagai |
| 2009-07-14 | * 2009-07-15 | svn |
| 2009-07-14 | * ext/tk/extconf.rb: --with-{tcl,tk}-dir doesn't work.[ruby-dev:38782] | nagai |
| 2009-07-14 | * ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet. | nagai |
| 2009-07-13 | * 2009-07-14 | svn |
| 2009-07-13 | * ext/tk/lib/tk/menuspec.rb: commit miss on my last commitment. | nagai |
| 2009-07-13 | * ext/tk: eol-style. | nobu |
| 2009-07-12 | * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries. | nagai |
| 2009-07-12 | * time.c (time_timeval): rounds subsecond toward zero. | nobu |
| 2009-07-03 | * 2009-07-03 | svn |
| 2009-07-03 | * lib/complex.rb (Numeric#arg): should return NaN for NaN. | matz |
| 2009-07-01 | * test/ruby/test_proc.rb (test_return_from_proc): test for [ruby-core:24097]. | nobu |
| 2009-07-01 | * eval.c (PUSH_ANCHOR, POP_ANCHOR, rb_thread_start_0): separated | nobu |
| 2009-06-27 | * 2009-06-28 | svn |
| 2009-06-27 | * enum.c (enum_first): Perform negative length check before | knu |
| 2009-06-27 | * 2009-06-27 | svn |
| 2009-06-27 | Merge r24865:23867 from trunk. | kou |
| 2009-06-26 | * 2009-06-26 | svn |
| 2009-06-26 | * lib/mkmf.rb (CXX_EXT): cygwin's filesystem (= Windows) is case | usa |
| 2009-06-25 | * ruby.c (load_file): preserves $.. [ruby-core:24024] | nobu |
| 2009-06-22 | * 2009-06-23 | svn |
| 2009-06-22 | rdoc update. | akr |
| 2009-06-18 | * bignum.c (big_lshift, big_rshift): return Bignum always without | nobu |
| 2009-06-16 | * 2009-06-17 | svn |
| 2009-06-16 | * lib/webrick/httputils.rb (parse_form_data): escape boundary of | naruse |