gecko-dev/js
gavin%gavinsharp.com db36e0ed3e Bug 358569: When running with reduced FPU precision, the rounding error introduced by |d -=L*ds;| will cause |if (!(d *= 10.)) break;| to never be true, causing an infinite loop and consequent crash. Given |k| is already known, we know how often the loop should run, so use that as stop condition, also avoiding overwriting memory with 0. Patch by Keith Victor of MediaMachines, r=igor, r=crowder 2006-11-09 18:53:24 +00:00
..
benchmarks
docs Bug 106386 Correct misspellings in source code 2006-11-01 23:02:18 +00:00
jsd Bug 343511 - Don't assert more than necessary. r=rginda 2006-07-20 15:25:32 +00:00
jsdj Bug 106386 Correct misspellings in source code 2006-02-23 09:36:43 +00:00
jsj
narcissus Use __applyConstructor__ to allow for an arbitrary number of parameters to be passed to native constructors. bug 331429, r=brendan 2006-05-09 19:23:39 +00:00
perf Bug 106386 Correct misspellings in source code 2006-08-28 20:12:37 +00:00
ref
rhino We're now 1.6R5pre 2006-11-06 08:40:52 +00:00
src Bug 358569: When running with reduced FPU precision, the rounding error introduced by |d -=L*ds;| will cause |if (!(d *= 10.)) break;| to never be true, causing an infinite loop and consequent crash. Given |k| is already known, we know how often the loop should run, so use that as stop condition, also avoiding overwriting memory with 0. Patch by Keith Victor of MediaMachines, r=igor, r=crowder 2006-11-09 18:53:24 +00:00
tamarin *** empty log message *** 2006-11-08 21:03:34 +00:00
tests JavaScript Test - regression test for bug 355344, by Jesse Ruderman 2006-11-07 04:40:46 +00:00
.cvsignore
landbranch.pl
makefile.win