summaryrefslogtreecommitdiff
path: root/glib/gutf8.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* utf8: annotate the end pointer in g_utf8_validate as out + allow-noneCosimo Cecchi2011-07-261-1/+1
* Unicode: add a g_utf8_substring convenience apiMatthias Clasen2011-06-231-0/+32
* Clarify nul-termination of g_utf8_to_ucs4[_fast] resultChristian Persch2011-06-191-2/+3
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-1/+1
* Made g_utf8_to_ucs4_fast() even fasterMikhail Zabaluev2011-06-031-29/+16
* Fix compiler warningsDan Winship2011-05-021-4/+0
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-1/+1
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-1/+1
* Add missing gstrfuncs.h includeEmmanuele Bassi2010-09-041-0/+1
* Remove redundant header inclusionsMatthias Clasen2010-09-031-2/+5
* Fix some glib docs warningsRyan Lortie2010-07-121-1/+1
* glib/: fully remove galias hacksRyan Lortie2010-07-071-5/+0
* Optimized the overlong sequence check in g_utf8_get_char_extended()Mikhail Zabaluev2010-05-271-9/+17
* Minor doc clarificationMatthias Clasen2010-03-081-7/+8
* [gutf8.c] Add a bit of documentation to UNICODE_VALIDColin Walters2010-02-191-1/+17
* Improve docs for g_utf16_to_utf8Matthias Clasen2009-09-291-5/+11
* Correct g_utf8_to_utf16 docsMatthias Clasen2009-05-021-6/+6