summaryrefslogtreecommitdiff
path: root/glib/gstrfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* gstrfuncs: Clarify haystack_len behaviour of g_strstr_len()Philip Withnall2023-03-201-1/+1
* Fix a memory leak in g_strerrorDan Carpenter2023-03-021-1/+4
* gstrfuncs: Add inline version of g_strdup()Marco Trevisan (Treviño)2023-01-261-2/+2
* gstrfuncs: Fix grammar in documentation of stpcpyPeter Bloomfield2023-01-021-5/+5
* gstrfuncs: Fix a compiler warning in g_strerror()Matthias Clasen2022-10-191-1/+1
* Optimize g_str_has_*() functions to detect const arguments at compile-timeEmmanuel Fleury2022-10-171-6/+4
* g_strsplit: Use a pre-allocated GArray when max_tokens is providedMarco Trevisan (Treviño)2022-09-021-2/+8
* gstrfuncs: Update docs for g_strerror with a string closer to realityMarco Trevisan (Treviño)2022-07-071-1/+1
* gstrfuncs: Handle the case strerror_r returns an errorMarco Trevisan (Treviño)2022-07-071-2/+15
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-2/+2
* Improve g_ascii_formatd docs and preconditionsMatthias Clasen2022-01-191-1/+8
* gstrfuncs: don't require nonstandard functions for USE_XLOCALE.Érico Nogueira2021-12-091-10/+7
* gstrfuncs: Document that g_ascii_strncasecmp() stops at first nul bytePhilip Withnall2021-11-021-1/+3
* docs: Break gtk-doc stanzas into paragraphsEmmanuele Bassi2021-08-021-9/+16
* gstrfuncs: Deprecate g_memdup() in favour of g_memdup2()Philip Withnall2021-02-041-0/+3
* gstrfuncs: Add g_memdup2() functionPhilip Withnall2021-02-041-0/+32
* Improve docstrings of 'g_strstr_len' and 'g_strrstr_len' (fixes: #2223)Reuben Thomas2020-10-261-5/+5
* strfuncs: a few g_strsplit_set() improvementsMarc-André Lureau2020-07-071-2/+6
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-1/+1
* strfuncs: Use a GPtrArray in strsplit()Timm Bäder2020-06-051-18/+8
* gstrfuncs: use gsize type internally for strv functionsThomas Haller2019-11-211-4/+4
* glib: add parameter annotations for g_vasprintf and callersDaniel P. Berrangé2019-10-071-2/+10
* minor typos in the documentation (a/an)Дилян Палаузов2019-08-241-2/+2
* Add g_get_console_charsetPatrick Storz2019-05-271-2/+2
* Fix some documentation issue in glib/gstrfuncs.cEmmanuel Fleury2019-04-301-2/+16
* Fixing signedness problem in glib/gstrfuncs.cEmmanuel Fleury2019-03-151-1/+2
* gstrfuncs: Add g_strv_equal()Philip Withnall2018-12-171-0/+34
* gstrfuncs: Clarify that g_ascii_string_to_unsigned() rejects signsPhilip Withnall2018-12-041-1/+2
* gstrfuncs: Clarify that g_ascii_strtoull() accepts signed numbersPhilip Withnall2018-12-041-0/+5
* gstrfuncs: Clarify that g_strv_length() does not accept NULLPhilip Withnall2018-04-101-1/+1
* gstrfuncs: Use curly quotes in a documentation commentPhilip Withnall2017-11-131-5/+5
* gstrfuncs: Fix a typo in a documentation commentPhilip Withnall2017-11-131-1/+1
* Type accuracy for result of strlen() in string utilitiesAndrew Borodin2017-10-061-10/+10
* gprintf: Fix documentation regarding <glib/gprintf.h>Martin Blanchard2017-10-051-1/+1
* gstrfuncs: Expand documentation for errno functionsPhilip Withnall2017-08-031-1/+11
* Fix detection and usage of strerror_r()Igor Pashev2017-06-201-2/+2
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* gstrfuncs: Fix translation issuesKrzesimir Nowak2017-05-101-6/+14
* gstrfuncs: Add replacement for string-to-number functionsKrzesimir Nowak2017-05-101-0/+210
* Avoid calling Standard C string/array functions with NULL argumentsSimon McVittie2016-12-021-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-4/+4
* Fix documentation typosPhillip Wood2016-04-111-1/+1
* gstrfuncs: Document the behaviour of g_strjoinv()Bastien Nocera2016-04-041-0/+4
* Fix g_strerror() on non-glibcDan Winship2015-11-161-0/+2
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-5/+5
* gstrfuncs: Add missing annotations to g_[ascii_]strto*() functionsPhilip Withnall2015-10-081-8/+8
* Move GStrv typedef to glib.h instead of gobject.hXavier Claessens2015-09-221-0/+7
* Revert "Cleanups after we dropped mem vtables"Matthias Clasen2015-09-121-4/+21
* Cleanups after we dropped mem vtablesMatthias Clasen2015-09-121-21/+4