summaryrefslogtreecommitdiff
path: root/glib/gstring.h
Commit message (Expand)AuthorAgeFilesLines
* gstring.h: Avoid compiler warning on Visual StudioChun-wei Fan2023-02-221-3/+13
* g_string_append_len_inline: fix implicit conversion changes signednessAleš Matěj2023-02-161-6/+10
* gstring: Avoid warnings from inline functionsMatthias Clasen2023-02-031-1/+2
* string: Make g_string_free (_, FALSE) warn on unused resultSergey Bugaev2023-01-271-1/+14
* Merge branch 'gstring-inline-null-handling' into 'main'Philip Withnall2023-01-261-5/+27
|\
| * gstring: Cleanup some macro definitionsMarco Trevisan (Treviño)2023-01-251-3/+8
| * gstring: Gracefully handle NULL parameters in inline appendMarco Trevisan (Treviño)2023-01-251-2/+19
* | Add g_string_free_and_stealMatthias Clasen2023-01-191-0/+2
|/
* Try to make gtk-doc happyMatthias Clasen2023-01-141-1/+6
* string: Add an inline g_string_truncate tooMatthias Clasen2023-01-141-0/+12
* string: Optimize g_string_append(_len)Matthias Clasen2023-01-141-0/+31
* string: Add a G_LIKELYMatthias Clasen2023-01-141-1/+1
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* string: Add find and replace functionJoshua Lee2021-02-091-0/+5
* glib, gio: Use GLIB_DEPRECATED_MACRO instead of G_DISABLE_DEPRECATEDPhilip Withnall2019-05-301-4/+2
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+31
* Add G_GNUC_PRINTF on all functions with format stringsHenrique Dante de Almeida2013-01-131-2/+4
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* GString: Tweak documentation, add g_string_free_to_bytes()Colin Walters2012-07-061-0/+3
* Don't use G_DISABLE_DEPRECATED guards around deprecated functionsMatthias Clasen2011-11-031-4/+2
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan2011-10-111-2/+4
* Add G_GNUC_DEPRECATED to deprecated APIs in glibMatthias Clasen2011-10-081-2/+2
* Move GStringChunk into its own filesMatthias Clasen2011-10-011-17/+0
* Move GString docs inlineMatthias Clasen2011-10-011-12/+0
* GString: cosmetic cleanupsMatthias Clasen2011-10-011-93/+87
* Move documentation to inline comments: spawnJavier Jardón2011-07-061-0/+12
* #define __GLIB_H_INSIDE__ around including everything.Michael Natterer2008-05-051-1/+1
* make it possible to disable single-file includes by definingMichael Natterer2008-03-141-2/+5
* Moved gurifuncs from gio to glibAlexander Larsson2007-11-271-0/+4
* Improve performance by removing the use of an intermediate g_malloc'dRyan Lortie2007-06-151-0/+6
* Introduce g_string_overwrite(_len)? for overwriting parts of strings (#368686...Mathias Hasselmann2007-06-151-0/+7
* Add a function for clearing a GStringChunk. (#364608, Matt Barnes)Matthias Clasen2006-12-151-0/+1
* actually enable (and fix up the length test).Manish Singh2004-12-021-1/+1
* for G_CAN_INLINE environments, inline g_string_append_c() for efficiency.Tim Janik2004-02-191-0/+20
* New function, to insert possible non-nul-terminated byte sequences into aMatthias Clasen2003-03-311-0/+3
* Use gssize instead of gsize as type of the pos and len arguments. (#71964)Daniel Elstner2002-02-201-2/+2
* let the compatibility definition point to the new nameSven Neumann2001-10-021-1/+1
* Rename g_string_printfa() to g_string_append_printf(). (#61041, HavocOwen Taylor2001-10-011-1/+1
* Add functions to insert a unichar as UTF-8, since this is reasonablyOwen Taylor2001-07-191-0/+8
* Try compiling before committing, why don't you? Simple fixes for my stupidOwen Taylor2001-06-301-2/+0
* Patch from Darin Adler (#54166)Owen Taylor2001-06-301-3/+18
* Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-06-301-1/+4
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-261-1/+1
* Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor2001-06-231-14/+14
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-2/+5
* New module to parse a simple markup languageHavoc Pennington2000-10-271-0/+2
* Split glib.h into many header files mostly according to the resp.Sebastian Wilhelmi2000-10-121-0/+105