summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-293-25/+23
* Update CLDR to v37, adding Nigerian Pidgin as a new languageEdward Welbourne2020-10-293-1702/+1770
* Deprecate QLocale::Language entries that no locale data relates toEdward Welbourne2020-10-282-86/+132
* Fix locale look-up when language is unspecifiedEdward Welbourne2020-10-261-5/+15
* Revert changes in strto(u)ll.c to avoid integer overflowsRobert Loehning2020-10-261-0/+4
* Fix QLocale's findLocaleDataById(): skip likely sub-tag look-upEdward Welbourne2020-10-231-4/+1
* Add QStringView overloads to QRegularExpression::(global)Match()Lars Knoll2020-10-192-0/+63
* Add some missing QStringView overloads to QStringLars Knoll2020-10-152-0/+95
* Add QStringView::count(...)Lars Knoll2020-10-153-0/+43
* Add QStringView::split()Lars Knoll2020-10-154-0/+70
* Add toInt() and friends to QStringViewLars Knoll2020-10-123-0/+280
* Loosen the API contract for QStringView::left() and friendsLars Knoll2020-10-122-9/+22
* Reference proper SplitBehaviour enum in docsNicolas Fella2020-10-021-1/+1
* macOS: fix standaloneMonthName implementation for system localeVolker Hilsheimer2020-08-271-5/+23
* Un-deprecate QByteArray's relational operators taking QStringSona Kurazyan2020-08-263-21/+1
* QRegularExpression: do not assume QStringViews are NUL terminatedGiuseppe D'Angelo2020-08-261-3/+18
* QtPrivate::isLatin1: fix SSE2 non-SSE4.1 codeThiago Macieira2020-08-061-20/+1
* qustrlen: Add #warnings to explain how to deal with GCC 7.x's ASanThiago Macieira2020-08-061-0/+7
* Fix warning in QStringView::compare(QChar) on qsizetype->intThiago Macieira2020-07-311-1/+4
* Be clearer about the locale-aware comparison QString supportsEdward Welbourne2020-07-301-95/+61
* QLocaleData: remove unused internal functionThiago Macieira2020-07-282-13/+0
* QByteArray::toDouble: fix buffer overflow reads on fromRawData()Thiago Macieira2020-07-281-6/+25
* Deprecate QByteArray's methods taking QStringSona Kurazyan2020-06-243-19/+56
* Fix Clang 10 warnings about deprecated copy constructorsThiago Macieira2020-06-102-0/+2
* Doc: Improve documentation for QLocale::FormatTypeKai Koehne2020-06-102-21/+33
* Create QLocale's default store if missing when setDefault() is calledEdward Welbourne2020-06-051-2/+10
* Doc: fix some typos in QRegularExpression documentationSamuel Gaist2020-06-031-8/+8
* QByteArrayLiteral: Remove const temporary that may prevent optimizationAlbert Astals Cid2020-05-211-2/+1
* QString: fix an aliasing issue in remove(QString)Marc Mutz2020-05-211-1/+9
* QString: optimize insert() of a substringMarc Mutz2020-05-211-5/+2
* QString: fix UB in replace()Marc Mutz2020-05-211-1/+2
* QString: fix quadratic behavior in QString::remove(QString)Marc Mutz2020-05-211-10/+24
* QString: mark qustrlen() as unsuitable for ASanThiago Macieira2020-05-201-0/+5
* Revert "Revert "QLocale: Actually get the language script for the system loca...Edward Welbourne2020-05-201-2/+3
* QString: fix premature pessimisation in arg(char-ish)Marc Mutz2020-05-191-6/+2
* QString: fix UB in insert()Marc Mutz2020-05-191-1/+2
* Small fixes for the Q*Ref deprecation stuffMarc Mutz2020-05-141-4/+12
* Compile fixes for clang10Lars Knoll2020-05-051-1/+1
* Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-04-301-2/+0
|\
| * Don't output a warning that can trigger before Qt has fully initializedAndy Shaw2020-04-301-2/+0
* | Merge remote-tracking branch 'origin/5.15.0' into 5.15Liang Qi2020-04-281-32/+0
|\|
| * Doc: Remove manual duplicate alias descriptionsPaul Wicking2020-04-281-32/+0
* | QStringLiteral: Remove const temporary that may prevent optimizationAlbert Astals Cid2020-04-231-2/+1
|/
* Handle specified time-spec in date-time parsingAndrei Golubev2020-04-221-5/+4
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-2/+2
* Change QLocale to use CLDR's accounting formats for currenciesEdward Welbourne2020-04-021-433/+433
* Take CLDR's distinguished attributes into accountEdward Welbourne2020-04-021-146/+143
* Take number system into account in currency format look-upEdward Welbourne2020-04-021-18/+18
* Rework qlocalexml2cpp.py to use writers based on TranscriberEdward Welbourne2020-04-022-3/+5
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-311-4/+3
|\