| Age | Commit message (Expand) | Author |
| 2009-09-24 | * lib/mathn.rb (Fixnum#**, Float#**, Bignum#**): Allow fractional power for n... | marcandre |
| 2009-09-23 | * 2009-09-24 | svn |
| 2009-09-23 | * eval.c (Kernel#autoload?): doc fix by Jeremy Henty [ruby-core:19983] | marcandre |
| 2009-09-22 | * eval.c (umethod_bind): Fix bug that disallowed methods from singleton class... | marcandre |
| 2009-09-22 | * 2009-09-23 | svn |
| 2009-09-22 | * eval.c (rb_mod_define_method): Doc fix (accepts UnboundMethod too) | marcandre |
| 2009-09-21 | * 2009-09-22 | svn |
| 2009-09-21 | * numeric.c: Fix doc for #remainder [ruby-core:18796] | marcandre |
| 2009-09-20 | * lib/open3.rb (Open3#popen3): fixed and improved rdoc. [ruby-core:25658] | nobu |
| 2009-09-18 | * win32/win32.c (rb_w32_select): wait specified time on select. | usa |
| 2009-09-18 | * win32/win32.c (rb_w32_select): wait specified time on select. | usa |
| 2009-09-18 | * 2009-09-18 | svn |
| 2009-09-18 | * win32/win32.c (rb_w32_select): on 1.8, we don't need to poll sockets, | usa |
| 2009-09-17 | * eval.c (rb_thread_start_0, rb_thread_start_1): should call start | nobu |
| 2009-09-16 | * lib/matrix.rb (Matrix#rank): Two bug fixes. One made Matrix[[0,0],[0,0],[1,... | marcandre |
| 2009-09-16 | * 2009-09-17 | svn |
| 2009-09-16 | * lib/matrix.rb: Optimizations | marcandre |
| 2009-09-16 | * lib/matrix.rb (Matrix#/): Fix was is obviously a bug | marcandre |
| 2009-09-16 | * eval.c (rb_thread_start_timer): start to catch SIGVTALRM together | nobu |
| 2009-09-16 | * lib/matrix.rb: fix previous optimization | marcandre |
| 2009-09-16 | * lib/matrix.rb (Scalar#/): fix bug whereby (any numeric)/(any Matrix) would ... | marcandre |
| 2009-09-16 | * lib/matrix.rb: Fix typos in doc and indent | marcandre |
| 2009-09-16 | * 2009-09-16 | svn |
| 2009-09-16 | * lib/matrix.rb: trivial optimizations | marcandre |
| 2009-09-15 | * win32/Makefile.sub (RDOCTARGET): the meaning of this macro was changed | usa |
| 2009-09-15 | * common.mk (install-rdoc), configure.in (RDOCTARGET): removed | nobu |
| 2009-09-15 | * common.mk (install-all): target to install all. | nobu |
| 2009-09-14 | * configure.in (RDOCTARGET): use install-all. [ruby-dev:39334] | nobu |
| 2009-09-14 | * configure.in, common.mk, */configure.bat (rdoc): make before | nobu |
| 2009-09-14 | * common.mk (check-ruby): run all test of ruby itself. | nobu |
| 2009-09-14 | stopdoc Tempfile::Remover. | akr |
| 2009-09-13 | * lib/cgi/cookie.rb (value=): Keep CGI::Cookie#value in sync with the | marcandre |
| 2009-09-13 | * lib/irb/ext/multi-irb.rb: Fix arguments handling for shell commands in irb;... | marcandre |
| 2009-09-13 | * 2009-09-14 | svn |
| 2009-09-13 | remove temporally files explicitly. | akr |
| 2009-09-13 | * lib/tempfile.rb (Tempfile::Remover): new class to replace | akr |
| 2009-09-13 | make tempfile prefix more descriptive. | akr |
| 2009-09-13 | * lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes. | akr |
| 2009-09-12 | * 2009-09-13 | svn |
| 2009-09-12 | * lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling. | akr |
| 2009-09-12 | * 2009-09-12 | svn |
| 2009-09-12 | * ext/win32ole/win32ole.c (EVENTSINK_Invoke): initialize result | suke |
| 2009-09-10 | * lib/mkmf.rb (create_makefile): fix for parallel execution. | nobu |
| 2009-09-04 | * io.c (rb_io_binmode): check if closed regardless platforms. | nobu |
| 2009-09-04 | * numeric.c (round): added declaration. [ruby-dev:39222] | nobu |
| 2009-09-04 | * 2009-09-04 | svn |
| 2009-09-04 | * NEWS: forgot to mention about new looser splats. | shyouhei |
| 2009-09-02 | * math.c (domain_check): simplified. | nobu |
| 2009-08-30 | * gc.c (gc_sweep): makes new room if object space is full of | nobu |
| 2009-08-30 | * gc.c: removed garbage spaces. | nobu |