summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-09-01Add revision number to changelog for last entry.wyhaines
2010-08-17lib/webrick/httpresponse.rb: CVE-2010-0541; Fix a potential XSS vulnerabilty....wyhaines
2010-08-17ext/bigdecimal/bigdecimal.c: Backport #2349 [ruby-core:26646]; fix comparison...wyhaines
2010-06-22io.c: Backport #2267 [ruby-core:26300]; Fix problem with IO so that the file ...wyhaines
2010-06-22object.c: Backport #2364 [ruby-core:26733]; Allow result of to_f to be NaN to...wyhaines
2010-06-21eval.c: Bug #1886 [ruby-core:24767]; ensure that rb_exc_raise and rb_exc_fata...wyhaines
2010-06-11configure.in: Backport #1710 [ruby-core:24104]; backport of r20573 to clean u...wyhaines
2010-06-10lib/uri/generic.rb: Backport #2428 [ruby-core:27019]; fixed #eql? so that it ...wyhaines
2010-06-09ext/nkf/nkf-utf8/nkf.c: Backport #2953 [ruby-dev:40606]; change nkf_char buff...wyhaines
2010-06-09lib/delegate.rb: Backport #1781 [ruby-core:24356]; allow a block to be proper...wyhaines
2010-06-08Backport #1785 [ruby-core:24395]; check to make sure finalizer_table isn't nu...wyhaines
2010-06-08lib/pathname.rb: Backport #2110 [ruby-core:25627]; backport of r23093 to hand...wyhaines
2010-06-08lib/date.rb: Backport #2707 [ruby-core:28011]; backport r27014 to fix proble...wyhaines
2010-06-08lib/monitor.rb: Backport #2240 [ruby-core:26185]; backport r25420 to ensure ...wyhaines
2010-06-08regexp.c: Backport #3403; backported from r28192 to fix a bug with non-greedy...wyhaines
2010-06-08eval.c: Backport #2202 [ruby-core:26074]; backport of r25359, which modifies ...wyhaines
2010-06-07lib/net/http.rb: Backport #1284 [ruby-core:22874]; Change Net:HTTP to use a b...wyhaines
2010-06-03Backport #2392 [ruby-core:26868]; backport of r23353 which suppresses a stric...wyhaines
2010-05-26Bug #911 [ruby-core:20723]; This bug, and occasional ArgumentError in Resolv#...wyhaines
2010-05-24Backport #776 [ruby-core:20043]; Added an #ifdef _WIN32 to rb_io_flush in io....wyhaines
2010-05-24 Backport #484 [ruby-core:18377]; Make OpenSSL::Config freeze correctly, prev...wyhaines
2010-05-24Backport #1700 [ruby-core:24078]; Stringify group argument in #fu_get_gid bef...wyhaines
2010-05-24Added --disable-ucontext, to be used with --enable-pthreads, to improve perfo...wyhaines
2010-05-20Backport #145 [ruby-dev:35075]; Fixes some misleading exceptions in IRB's fg ...wyhaines
2010-03-04Fix for Bug #1718 [ruby-core:24121]. Add a :startdoc into lib/yaml/tag.rbwyhaines
2010-02-04Syntax change and dead code cleanup to help resolve some build issues on cert...wyhaines
2010-02-03Backport #1743 [ruby-core:24203]; stops timer thread unless other threads exist.wyhaines
2010-01-27Backport #2009 [ruby-core:25173]; (rb_io_fptr_finalize): free fptr to avoid m...wyhaines
2010-01-27Backport #1916 [ruby-core:24838]; (rb_sysopen): workaround for MSVCRT's bug. ...wyhaines
2010-01-27Backport #1875 [ruby-core:24735]; (RMATCH_REGS): added for compatibility.wyhaines
2010-01-27Backport #1818 [ruby-core:24561]; (argf_eof): go to the next file if called a...wyhaines
2010-01-27Backport #1806 [ruby-core:24506]; (REXML::Text.normalize): call to_s for input.wyhaines
2010-01-26Backport #2039 [ruby-core:25339]; backported r24413, r24416, r24442 to fix a ...wyhaines
2010-01-20eval.c: Backport #2592 [ruby-core:27525]; Added an ifndef for WIN32 so that F...wyhaines
2010-01-10Fix to escape logs in order to avoid escape sequence injection bug. Also ins...wyhaines
2009-11-20backport r24713 which adds a check for freelist exhaustion in gc_sweep; this ...wyhaines
2009-09-08Openstruct fix, and fix to test_file_exhaustive.wyhaines
2009-08-25Backport #1509 [ruby-dev:38538]; Typo in CGI::HTTP_STATUS: Rrecondition -> Pr...wyhaines
2009-08-25Fix for backport #1168 -- wrong result of File.extname for a path that contai...wyhaines
2009-08-20Backport #1001; handle EBADF in select() to avoid Interpreter-wide deadlock w...wyhaines
2009-08-19Backport #1232. Fixed sprintf buffer corruption.wyhaines
2009-08-04Fixed a small documentation bug in lib/rdoc/parsers/parse_c.rb.wyhaines
2009-08-03Pulled the date.rb change; it should not have been applied.wyhaines
2009-07-14Adjust #angle/#arg NaN return as per issue #1715 and recent rubyspec changes....wyhaines
2009-07-14Fixes to bignum/numeric so that infinity is always greater than any num.wyhaines
2009-07-10Fix method scoping bug.wyhaines
2009-07-10Added FCNTL inclusion to fix a compile error with solaris (backport from r22812)wyhaines
2009-07-10Fixed ostruct recursion inspection.wyhaines
2009-07-09Minor fixes to x64 sitedir/libdir.wyhaines
2009-07-09Removed private on to_date and to_datetime.wyhaines