summaryrefslogtreecommitdiff
path: root/glib/gutf8.c
Commit message (Expand)AuthorAgeFilesLines
* Rename GTK+ to GTK (mostly comments and documentation)Arnaud Rebillout2023-05-101-1/+1
* Fix GIR: gunichar -> gunichar[]Bart Jacobs2023-01-261-4/+4
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Fix the annotation of g_utf8_strncpy()Hodong2022-04-261-1/+1
* Merge branch 'main' into 'main'Philip Withnall2021-11-221-2/+17
|\
| * gutf8: add string length check when ending character offset is -1Chen Guanqiao2021-11-191-2/+17
* | Fix signedness warnings in glib/gutf8.cEmmanuel Fleury2021-11-171-3/+3
|/
* gutf8: Document that out args from g_utf16_to_utf8() are non-negativePhilip Withnall2021-10-141-1/+2
* introspection: Remove 'caller-allocates' from POD typesPhilip Chimento2021-03-201-13/+13
* gutf8: Fix a typo in the docs for g_utf16_to_utf8()Philip Withnall2020-09-101-1/+1
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-1/+1
* gunicode: Fix UB in gutf8.c and utf8-pointer testnightuser2019-11-141-3/+4
* Add a missing check to g_utf8_get_char_validated()Emmanuel Fleury2019-09-141-0/+5
* minor typos in the documentation (a/an)Дилян Палаузов2019-08-241-1/+1
* gutf8: Assert that written memory stays in boundsCarlos Garnacho2019-08-071-0/+1
* gutf8: Add various missing (transfer) annotationsPhilip Withnall2019-06-211-17/+17
* gutf8: Add a g_utf8_validate_len() functionPhilip Withnall2018-10-231-5/+37
* docs: Clarify dest requirements of g_utf8_strncpy()Patrick Griffis2018-02-031-0/+3
* gutf8: Fix length handling in g_utf8_make_valid()Ole André Vadla Ravnås2017-10-251-1/+1
* gutf8: Clarify return value docs for g_utf8_find_next_char()Philip Withnall2017-06-211-1/+7
* gutf8: Fix documentation for g_utf8_get_char_validated() length limitsPhilip Withnall2017-06-211-0/+4
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* gutf8: Clarify documentation for g_utf8_get_char_validated()Philip Withnall2017-03-201-3/+2
* gutf8: Clarify return values from g_utf8_get_char_extended()Philip Withnall2017-03-201-7/+9
* Make g_utf8_make_valid optionally take a lengthPaolo Borelli2017-03-021-5/+12
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-1/+1
* Make g_utf8_make_valid publicSimon McVittie2016-10-131-6/+23
* Fix a corner-case in g_utf8_find_next_charMatthias Clasen2016-07-161-8/+10
* gutf8: Fix typo in GIR annotation for g_utf8_to_ucs4()Philip Withnall2015-12-231-1/+1
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-38/+40
* g_utf8_validate: fix a regressionMikhail Zabaluev2015-09-131-2/+2
* Unrolled implementation of g_utf8_to_ucs4_fast()Mikhail Zabaluev2015-09-051-28/+43
* Optimized branching in g_utf8_validate()Mikhail Zabaluev2015-09-051-69/+80
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-21/+21
* Docs: Don't use the emphasis tagMatthias Clasen2014-01-311-4/+4
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Docs: don't use the type tagMatthias Clasen2014-01-311-136/+123
* gutf8: use g_try_malloc_nMarc-André Lureau2013-12-031-8/+8
* utf8: report allocation errorMarc-André Lureau2013-11-251-12/+35
* unicode: Allow noncharactersChristian Persch2013-03-051-11/+3
* Fix g_utf8_validate() out argument transfer modeMartin Pitt2012-06-181-1/+1
* g_utf8_validate: @str shouldn't end up annotated as utf8Dan Winship2012-05-181-1/+1
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-13/+13
* Clarify g_utf8_strlen docs a bitMatthias Clasen2012-01-041-2/+4
* docs: Clarify non-NUL requirement in g_utf8_validate()Benjamin Otte2011-12-241-1/+1
* Move charset and locale name functions to their own filesMatthias Clasen2011-10-161-193/+0
* Move g_get_codeset next to g_get_charsetMatthias Clasen2011-10-151-5/+23
* Replace static privates by privatesMatthias Clasen2011-10-021-5/+5
* Clean up l10n threading stuffRyan Lortie2011-09-091-0/+2
* Spelling fixesMatthias Clasen2011-08-291-6/+6