summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * 2010-09-02ruby_1_8_6svn2010-09-011-4/+4
* Add revision number to changelog for last entry.wyhaines2010-09-011-1/+1
* lib/webrick/httpresponse.rb: CVE-2010-0541; Fix a potential XSS vulnerabilty....wyhaines2010-08-173-5/+9
* ext/bigdecimal/bigdecimal.c: Backport #2349 [ruby-core:26646]; fix comparison...wyhaines2010-08-176-36/+826
* io.c: Backport #2267 [ruby-core:26300]; Fix problem with IO so that the file ...wyhaines2010-06-224-2/+45
* object.c: Backport #2364 [ruby-core:26733]; Allow result of to_f to be NaN to...wyhaines2010-06-223-8/+8
* * 2010-06-23svn2010-06-221-3/+3
* Forgot to bump the version # for r28374.wyhaines2010-06-221-1/+1
* * 2010-06-22svn2010-06-211-3/+3
* eval.c: Bug #1886 [ruby-core:24767]; ensure that rb_exc_raise and rb_exc_fata...wyhaines2010-06-213-1/+17
* configure.in: Backport #1710 [ruby-core:24104]; backport of r20573 to clean u...wyhaines2010-06-113-15/+24
* lib/uri/generic.rb: Backport #2428 [ruby-core:27019]; fixed #eql? so that it ...wyhaines2010-06-104-3/+17
* ext/nkf/nkf-utf8/nkf.c: Backport #2953 [ruby-dev:40606]; change nkf_char buff...wyhaines2010-06-094-3/+15
* lib/delegate.rb: Backport #1781 [ruby-core:24356]; allow a block to be proper...wyhaines2010-06-093-11/+15
* Backport #1785 [ruby-core:24395]; check to make sure finalizer_table isn't nu...wyhaines2010-06-083-3/+7
* lib/pathname.rb: Backport #2110 [ruby-core:25627]; backport of r23093 to hand...wyhaines2010-06-083-4/+15
* lib/date.rb: Backport #2707 [ruby-core:28011]; backport r27014 to fix proble...wyhaines2010-06-083-5/+12
* lib/monitor.rb: Backport #2240 [ruby-core:26185]; backport r25420 to ensure ...wyhaines2010-06-084-10/+50
* regexp.c: Backport #3403; backported from r28192 to fix a bug with non-greedy...wyhaines2010-06-084-9/+496
* eval.c: Backport #2202 [ruby-core:26074]; backport of r25359, which modifies ...wyhaines2010-06-084-2/+358
* lib/net/http.rb: Backport #1284 [ruby-core:22874]; Change Net:HTTP to use a b...wyhaines2010-06-074-6/+45
* Backport #2392 [ruby-core:26868]; backport of r23353 which suppresses a stric...wyhaines2010-06-033-38/+53
* Bug #911 [ruby-core:20723]; This bug, and occasional ArgumentError in Resolv#...wyhaines2010-05-263-13/+20
* Backport #776 [ruby-core:20043]; Added an #ifdef _WIN32 to rb_io_flush in io....wyhaines2010-05-243-6/+14
* Backport #484 [ruby-core:18377]; Make OpenSSL::Config freeze correctly, prev...wyhaines2010-05-243-3/+19
* Backport #1700 [ruby-core:24078]; Stringify group argument in #fu_get_gid bef...wyhaines2010-05-242-1/+4
* * 2010-05-25svn2010-05-241-3/+3
* Added --disable-ucontext, to be used with --enable-pthreads, to improve perfo...wyhaines2010-05-242-3/+12
* Backport #145 [ruby-dev:35075]; Fixes some misleading exceptions in IRB's fg ...wyhaines2010-05-203-6/+19
* * 2010-05-21svn2010-05-201-4/+4
* lib/cgi.rb: Backport #229 [ruby-core:17634]; CGI::Cookie objects can get out ...wyhaines2010-05-201-7/+8
* Fix for Bug #1718 [ruby-core:24121]. Add a :startdoc into lib/yaml/tag.rbwyhaines2010-03-043-4/+9
* 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