summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-24* lib/mathn.rb (Fixnum#**, Float#**, Bignum#**): Allow fractional power for n...marcandre
2009-09-23* 2009-09-24svn
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-23svn
2009-09-22* eval.c (rb_mod_define_method): Doc fix (accepts UnboundMethod too)marcandre
2009-09-21* 2009-09-22svn
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-18svn
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 startnobu
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-17svn
2009-09-16* lib/matrix.rb: Optimizationsmarcandre
2009-09-16* lib/matrix.rb (Matrix#/): Fix was is obviously a bugmarcandre
2009-09-16* eval.c (rb_thread_start_timer): start to catch SIGVTALRM togethernobu
2009-09-16* lib/matrix.rb: fix previous optimizationmarcandre
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 indentmarcandre
2009-09-16* 2009-09-16svn
2009-09-16* lib/matrix.rb: trivial optimizationsmarcandre
2009-09-15 * win32/Makefile.sub (RDOCTARGET): the meaning of this macro was changedusa
2009-09-15* common.mk (install-rdoc), configure.in (RDOCTARGET): removednobu
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 beforenobu
2009-09-14* common.mk (check-ruby): run all test of ruby itself.nobu
2009-09-14stopdoc Tempfile::Remover.akr
2009-09-13* lib/cgi/cookie.rb (value=): Keep CGI::Cookie#value in sync with themarcandre
2009-09-13* lib/irb/ext/multi-irb.rb: Fix arguments handling for shell commands in irb;...marcandre
2009-09-13* 2009-09-14svn
2009-09-13remove temporally files explicitly.akr
2009-09-13* lib/tempfile.rb (Tempfile::Remover): new class to replaceakr
2009-09-13make 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-13svn
2009-09-12* lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling.akr
2009-09-12* 2009-09-12svn
2009-09-12* ext/win32ole/win32ole.c (EVENTSINK_Invoke): initialize resultsuke
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-04svn
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 ofnobu
2009-08-30* gc.c: removed garbage spaces.nobu