summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagging 399 for release.v1_8_6_399wyhaines2010-02-040-0/+0
* Syntax change and dead code cleanup to help resolve some build issues on cert...wyhaines2010-02-044-38/+12
* * 2010-02-04svn2010-02-031-1/+1
* Backport #1743 [ruby-core:24203]; stops timer thread unless other threads exist.wyhaines2010-02-033-36/+81
* Backport #2009 [ruby-core:25173]; (rb_io_fptr_finalize): free fptr to avoid m...wyhaines2010-01-272-6/+19
* * 2010-01-28svn2010-01-271-3/+3
* Backport #1916 [ruby-core:24838]; (rb_sysopen): workaround for MSVCRT's bug. ...wyhaines2010-01-272-2/+10
* Backport #1875 [ruby-core:24735]; (RMATCH_REGS): added for compatibility.wyhaines2010-01-273-1/+17
* Backport #1818 [ruby-core:24561]; (argf_eof): go to the next file if called a...wyhaines2010-01-272-1/+4
* Backport #1806 [ruby-core:24506]; (REXML::Text.normalize): call to_s for input.wyhaines2010-01-272-2/+6
* * 2010-01-27svn2010-01-261-3/+3
* Backport #2039 [ruby-core:25339]; backported r24413, r24416, r24442 to fix a ...wyhaines2010-01-262-36/+49
* * 2010-01-21svn2010-01-201-3/+3
* eval.c: Backport #2592 [ruby-core:27525]; Added an ifndef for WIN32 so that F...wyhaines2010-01-203-5/+24
* * 2010-01-11svn2010-01-101-5/+5
* Fix to escape logs in order to avoid escape sequence injection bug. Also ins...wyhaines2010-01-106-24/+49
* * 2009-11-20svn2009-11-201-4/+4
* backport r24713 which adds a check for freelist exhaustion in gc_sweep; this ...wyhaines2009-11-202-1/+13
* * 2009-09-09svn2009-09-081-3/+3
* Openstruct fix, and fix to test_file_exhaustive.wyhaines2009-09-085-17/+57
* Backport #1509 [ruby-dev:38538]; Typo in CGI::HTTP_STATUS: Rrecondition -> Pr...wyhaines2009-08-253-2/+4
* * 2009-08-26svn2009-08-251-3/+3
* Fix for backport #1168 -- wrong result of File.extname for a path that contai...wyhaines2009-08-255-7/+777
* * 2009-08-21svn2009-08-201-3/+3
* Backport #1001; handle EBADF in select() to avoid Interpreter-wide deadlock w...wyhaines2009-08-203-20/+77
* * 2009-08-19svn2009-08-191-3/+3
* Backport #1232. Fixed sprintf buffer corruption.wyhaines2009-08-192-1/+5
* * 2009-08-05svn2009-08-041-3/+3
* Fixed a small documentation bug in lib/rdoc/parsers/parse_c.rb.wyhaines2009-08-043-2/+6
* * 2009-08-04svn2009-08-031-3/+3
* Pulled the date.rb change; it should not have been applied.wyhaines2009-08-034-8/+20
* Small configure.in tweak.wyhaines2009-07-202-5/+5
* Adjusted release date info.wyhaines2009-07-151-3/+3
* Adjust #angle/#arg NaN return as per issue #1715 and recent rubyspec changes....wyhaines2009-07-143-2/+8
* Fixes to bignum/numeric so that infinity is always greater than any num.wyhaines2009-07-145-8/+26
* Fix method scoping bug.wyhaines2009-07-105-3/+16
* Added FCNTL inclusion to fix a compile error with solaris (backport from r22812)wyhaines2009-07-103-2/+10
* Fixed ostruct recursion inspection.wyhaines2009-07-104-14/+24
* Minor fixes to x64 sitedir/libdir.wyhaines2009-07-093-4/+6
* Removed private on to_date and to_datetime.wyhaines2009-07-093-3/+3
* ext/socket/extconf.rb: Corrected function definitions to specify return values.wyhaines2009-07-093-1/+5
* Pendantic change to remove surplus comma.wyhaines2009-07-093-2/+4
* Fixed warning: passing argument 1 of 'add_freelist' makes pointer from intege...wyhaines2009-07-093-2/+4
* Stopgap fix for gc.c based segmentation faults.wyhaines2009-07-093-2/+7
* Updated the release dates.wyhaines2009-06-081-4/+4
* Fixed a typo in lib/soap/mimemessage.rb -- conent -> contentwyhaines2009-06-084-27/+64
* merge revision(s) 21750:shyouhei2009-03-313-5/+16
* merge revision(s) 21749:shyouhei2009-03-272-4/+27
* merge revision(s) 22882,22961,22971:shyouhei2009-03-273-5/+22
* merge revision(s) 22011:shyouhei2009-03-234-10/+67