summaryrefslogtreecommitdiffstats
path: root/Modules/_decimal/tests/runall.bat
Commit message (Collapse)AuthorAgeFilesLines
* Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-131-111/+111
| | | | | Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why.
* Update test script to Visual Studio 2010.Stefan Krah2012-06-251-42/+32
|
* Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-211-0/+121
up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application.