summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale_tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-271-1/+1
|\
| * Recognize E along with e as exponent character in asciiToDoubleEdward Welbourne2018-11-231-1/+1
* | Add "qt_" prefix to asciiToDouble and doubleToAscii functionsThiago Macieira2018-08-031-7/+7
* | QByteArray: toInt() and toDouble() ignore surrounding whitespacesAndre Hartmann2018-07-071-6/+10
|/
* QLocaleData::longLongToString: clean up sign handlingEdward Welbourne2017-10-031-5/+0
* Fix parsing of 0E+1 and 0E-1 (capital 'E')Thiago Macieira2017-07-031-1/+1
* QLocale: Fix wrong assertUlf Hermann2016-08-251-1/+1
* Add qstrntod as qstrtod overload, which takes a len parameterTobias Koenig2016-02-031-2/+12
* Update the Intel copyright yearThiago Macieira2016-01-211-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QLocale: Accept trailing junk in qstrtod()Ulf Hermann2016-01-051-7/+11
* Centralize dropping of trailing zeroes when converting doublesUlf Hermann2015-11-241-4/+2
* Add flags to omit/reject padding in scientific notation exponentsUlf Hermann2015-11-231-2/+3
* Interpret precision == -128 as "shortest" double conversionUlf Hermann2015-11-231-11/+19
* QLocale: Return overflowing numbers from asciiToDouble()Ulf Hermann2015-11-041-8/+28
* Replace qdtoa and qstrtod implementation by a 3rdparty libraryUlf Hermann2015-11-021-2395/+300
* Provide a simpler and safer version of qdtoa()Ulf Hermann2015-10-201-0/+10
* Update strtoll and strtoull from upstream FreeBSDThiago Macieira2015-03-261-214/+51
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Remove support for QT_QLOCALE_USES_FCVT.Erik Verbruggen2015-01-281-53/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add ascii_isspace to replace the locale-dependent isspace(3)Thiago Macieira2014-07-311-3/+3
* QLocalePrivate: merge removeGroupSeparators into numberToCLocaleThiago Macieira2014-02-141-74/+0
* QLocalePrivate: move the stringToXxx to QLocaleDataThiago Macieira2014-02-141-1/+1
* QLocalePrivate: move the xxxToString functions to QLocaleDataThiago Macieira2014-02-141-2/+2
* Remove workarounds to old GCC bugs we had encountered on IRIXThiago Macieira2013-08-311-22/+0
* un-confuse lupdate: make #ifdef'd braces symmetricalOswald Buddenhagen2013-08-121-3/+2
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-12/+12
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* MinGW: Add missing constants for float control.Friedemann Kleint2012-11-161-0/+9
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QTBUG-26035: Remove positive sign from start of stringTarja Sundqvist2012-06-261-1/+1
* Remove ARMFPA support and Q_DOUBLE_FORMAT detectionBradley T. Hughes2012-03-011-40/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Remove Q_CC_MWERKS.Robin Burchell2012-01-191-7/+0
* Build fix for WINCE to qlocale_tools.cppJanne Anttila2012-01-131-0/+4
* Update year in Nokia copyright headers.Jason McDonald2012-01-101-1/+1
* Windows: Adapt mkspec for MinGW / gcc 4.6.Friedemann Kleint2011-11-181-0/+7
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+2961