summaryrefslogtreecommitdiff
path: root/glib/gstring.c
Commit message (Expand)AuthorAgeFilesLines
* gstring: add g_string_new_takePeter Eisenmann2023-05-161-0/+33
* string: Make g_string_free (_, FALSE) warn on unused resultSergey Bugaev2023-01-271-3/+3
* Add g_string_free_and_stealMatthias Clasen2023-01-191-0/+22
* string: Add an inline g_string_truncate tooMatthias Clasen2023-01-141-2/+2
* string: Optimize g_string_append(_len)Matthias Clasen2023-01-141-8/+7
* string: Split g_string_maybe_expandMatthias Clasen2023-01-141-12/+19
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Add overflow protection to g_string_maybe_expand()Sebastian Dröge2021-11-251-0/+8
* De-duplicate g_nearest_pow() implementationSebastian Dröge2021-11-251-22/+2
* GString: Bump minimum sizegstring-min-sizeMatthias Clasen2021-09-181-1/+1
* Annotate the GString constructorsEmmanuele Bassi2021-08-161-9/+8
* g_string_replace: Document behaviour of zero-length match patternSimon McVittie2021-08-021-0/+5
* g_string_replace: Don't replace empty string more than once per locationSimon McVittie2021-08-021-0/+9
* gstring: Cleanup documentation of g_string_replacePeter Bloomfield2021-04-271-2/+2
* g_string_replace(): Fix documentation of 'limit' parameterNelson Ben2021-04-181-1/+1
* Fix signedness warning in glib/gstring.cEmmanuel Fleury2021-04-141-1/+1
* string: Add find and replace functionJoshua Lee2021-02-091-0/+49
* guri: new URI parsing and generating functionsDan Winship2020-06-251-62/+4
* glib: add parameter annotations for g_vasprintf and callersDaniel P. Berrangé2019-10-071-2/+2
* Fixing various warnings in glib/gstring.cEmmanuel Fleury2019-03-171-31/+51
* gstring: fully document semantics of @len for g_string_insert_lenDaniel P. Berrangé2019-02-111-20/+26
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* gstring: Explictly annotate return-values with (transfer none/full)Rico Tzschichholz2016-02-021-24/+24
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-2/+2
* GString: Avoid some repeated parameter checkingMatthias Clasen2015-09-071-19/+1
* gstring: Mark g_string_free() as taking (transfer full) inputPhilip Withnall2015-09-021-1/+1
* gstring: Mark the return value from g_string_free() as nullablePhilip Withnall2015-03-031-1/+1
* doc: various improvementsSébastien Wilmet2014-05-091-1/+2
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-9/+9
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-3/+0
* Require C90 complianceDan Winship2013-11-201-5/+5
* Trivial typo fixKalev Lember2013-09-091-1/+1
* GString: Tweak documentation, add g_string_free_to_bytes()Colin Walters2012-07-061-6/+42
* Move all hash functions to ghash.cMatthias Clasen2011-10-021-76/+19
* Move GStringChunk into its own filesMatthias Clasen2011-10-011-271/+0
* Move GString docs inlineMatthias Clasen2011-10-011-0/+29
* GString: cosmetic cleanupsMatthias Clasen2011-10-011-265/+270
* Replace @Varargs with @...Ryan Lortie2011-07-221-4/+4
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-1/+1
* glib: Document g_string_free semantics better in the FALSE caseColin Walters2010-12-031-1/+3
* g_str_hash: switch to using DJB hashRyan Lortie2010-11-171-6/+12
* g_str_hash: clean up codeRyan Lortie2010-11-171-5/+4
* Remove redundant header inclusionsMatthias Clasen2010-09-031-3/+4
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Silence a warningMatthias Clasen2010-04-181-19/+22
* g_string_append_len() accept NULL with length == 0Ryan Lortie2010-04-151-1/+1
* Improve docsBehdad Esfahbod2010-03-311-1/+1
* String chunks: move docs from tmpl to .cRyan Lortie2010-01-301-0/+35
* Improve g_str_equal docsMatthias Clasen2009-07-101-3/+7