summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale_tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use char32_t for QLocaleData::zeroUcs() and friendsEdward Welbourne2020-08-281-6/+6
* QLocale: update qt_asciiToDouble to use qsizetypeThiago Macieira2020-07-311-10/+10
* QLocale: fix conversion of "\0" to doubleThiago Macieira2020-07-281-1/+1
* QByteArray::toDouble: fix buffer overflow reads on fromRawData()Thiago Macieira2020-07-281-6/+25
* Fix handling of Suzhou numbering systemEdward Welbourne2020-07-171-2/+2
* Support digit-grouping correctlyEdward Welbourne2020-07-141-3/+4
* QLocalePrivate: rearrange number format statics and toolsEdward Welbourne2020-07-141-85/+0
* Fix floating-point 'g'-format's choice between 'e' and 'f' formsEdward Welbourne2020-07-141-0/+2
* Use numeric_limits instead of hand-coded equivalentsEdward Welbourne2020-07-131-6/+7
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Allow surrogate pairs for various "single character" locale dataEdward Welbourne2020-02-171-51/+69
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* Use quiet NaNs instead of signaling onesEdward Welbourne2019-09-041-2/+2
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+578