summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* QByteArray: avoid detach() in a no-op replace()Marc Mutz2022-01-031-2/+3
* QStringBuilder: handle freeSpaceAtBegin() in op+=Marc Mutz2021-12-211-2/+2
* QString: use char16_t in isAscii() instead of QCharThiago Macieira2021-12-181-15/+19
* QString: don't let the compiler emit unnecessary loopingThiago Macieira2021-12-181-0/+6
* QString: replace an #if with ifThiago Macieira2021-12-181-6/+4
* QStringBuilder: fix quadratic behavior in op+=Marc Mutz2021-12-181-2/+7
* QByteArray: fix UB (precondition violation) in replace()Marc Mutz2021-12-171-1/+3
* QByteArray: optimize replace() a bitMarc Mutz2021-12-171-1/+1
* QString: fix UB (pointer arithmetic on nullptr) in qLastIndexOfMarc Mutz2021-12-161-1/+1
* QLocale: suppress annoying GCC warning in the bootstrap libThiago Macieira2021-11-281-1/+5
* QAnyStringView: fix broken implicit conversion from QStringBuilderMarc Mutz2021-11-222-2/+3
* QString::fromUtf16: use qustrlenThiago Macieira2021-11-201-5/+2
* Update CLDR-derived data to newly-released v40Ievgenii Meshcheriakov2021-11-103-2406/+2408
* QByteArrayList: fix narrowing in join() implementations [1/2]Marc Mutz2021-11-052-8/+13
* Doc: QByteArrayMatcher: add note that the pattern must remain on scopeThiago Macieira2021-11-041-4/+6
* Correct qcollator_posix.cpp's check against system localeEdward Welbourne2021-11-041-3/+6
* QUtf32: remove set-but-not-used variableThiago Macieira2021-10-181-4/+0
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-154-6/+6
* Guard WinRT API code for clang-clPeter Varga2021-10-121-4/+4
* corelib: Fix typos in documentationJonas Kvinge2021-10-123-9/+9
* Fix compilation error with MSVC 2019 and C++20Sona Kurazyan2021-10-121-1/+1
* QUtf32: fix bad assertion in convertFromUnicodeThiago Macieira2021-10-111-2/+1
* macOS: Disable PCRE JIT when running under RosettaTor Arne Vestbø2021-10-051-0/+6
* Let QLocale::uiLanguages() use WinRT API when possibleIvan Solovev2021-10-011-1/+26
* QStringBuilder: fix warning about memcpying onto QCharThiago Macieira2021-09-171-1/+1
* Teach QLocale::system() to use narrow formatIvan Solovev2021-09-165-20/+95
* qlocale_mac: make sure that helper functions return QVariantIvan Solovev2021-09-161-25/+25
* Fix system locale instantiationIvan Solovev2021-09-161-1/+1
* QByteDataBuffer::getChar() - assert that buffer is not emptyIvan Solovev2021-09-141-0/+2
* Doc: Remove documentation for non-existent overloadTopi Reinio2021-09-081-6/+0
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-065-8/+40
* Doc: fix a bunch of qdoc warnings from wrong prototypesVolker Hilsheimer2021-09-042-8/+5
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-011-3/+30
* Refine QLocale constructor documentationEdward Welbourne2021-09-011-4/+4
* QBA(V)/QS(V)::lastIndexOf: fix the search of 1-char needlesGiuseppe D'Angelo2021-08-262-2/+6
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-242-2/+13
* Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-241-15/+27
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-208-32/+306
* QRegularExpression: fix matching over null/empty QString(View)Giuseppe D'Angelo2021-08-191-2/+14
* qlocale_win: return null QVariant on failed look-upsEdward Welbourne2021-08-111-4/+4
* Assert that special handling of '0' padding does what it shouldEdward Welbourne2021-08-101-14/+33
* QString/QByteArray: Fix setNum docs and add testsMårten Nordheim2021-08-101-2/+1
* QStringLiteral: suppress the clang-tidy warning about const_castThiago Macieira2021-08-051-4/+14
* Consolidate documentation of floating-point formatting codeEdward Welbourne2021-08-047-212/+186
* QString::localeAwareCompare: adapt to QLocale::setDefault() being calledThiago Macieira2021-08-033-4/+25
* QByteArray: don't coerce negative to unsigned for any baseEdward Welbourne2021-08-022-5/+6
* QByteArray: fix indexOf/lastIndexOfIvan Solovev2021-07-291-5/+10
* doubleToString: Fix assert when double is NaNMårten Nordheim2021-07-291-1/+1
* Doc: Add missing commaPaul Wicking2021-07-281-1/+1
* Doc: Ensure deprecated APIs in Qt Core are documented as suchNico Vertriest2021-07-232-23/+19