[kdbus][wip] Import code from tizen.org repo
[platform/upstream/glib.git] / glib / gstring.c
2014-05-09 Sébastien Wilmetdoc: various improvements
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-01-31 Daniel MustielesUpdated FSF's address
2013-11-20 Dan WinshipReplace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
2013-11-20 Dan WinshipRequire C90 compliance
2013-09-09 Kalev LemberTrivial typo fix
2012-07-06 Colin WaltersGString: Tweak documentation, add g_string_free_to_bytes()
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-02 Matthias ClasenMove all hash functions to ghash.c
2011-10-02 Matthias ClasenMove GStringChunk into its own files
2011-10-02 Matthias ClasenMove GString docs inline
2011-10-02 Matthias ClasenGString: cosmetic cleanups
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-07-22 Ryan LortieReplace @Varargs with @...
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-02-01 Johan DahlinCorrect gtk-doc SECTION: syntax
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-12-03 Colin Waltersglib: Document g_string_free semantics better in the...
2010-11-17 Ryan Lortieg_str_hash: switch to using DJB hash
2010-11-17 Ryan Lortieg_str_hash: clean up code
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-04 Matthias ClasenRemove redundant header inclusions
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-19 Matthias Clasen Silence a warning
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-15 Ryan Lortieg_string_append_len() accept NULL with length == 0
2010-03-31 Behdad EsfahbodImprove docs
2010-01-31 Ryan LortieString chunks: move docs from tmpl to .c
2009-07-10 Matthias ClasenImprove g_str_equal docs
2009-06-11 Matthias ClasenFix g_string_chunk_insert_len to accept nuls
2008-01-18 Murray CummingFixed some minor typos in the documentation.
2007-11-28 Alexander LarssonMove this function before g_string_append_c so that...
2007-11-27 Alexander LarssonMoved gurifuncs from gio to glib
2007-07-22 Matthias ClasenDocumentation cleanups
2007-06-22 Mathias HasselmannUse memcpy in g_string_append_vprintf (#57693).
2007-06-18 Mathias HasselmannRestore old behaviour of g_string_append_vprintf: g_vas...
2007-06-16 Mathias HasselmannCorrectly use g_printf_string_upper_bound in g_string_a...
2007-06-15 Ryan LortieImprove performance by removing the use of an intermedi...
2007-06-15 Mathias HasselmannIntroduce g_string_overwrite(_len)? for overwriting...
2007-03-06 Matthias ClasenClarify docs. (#364026, Bastian Nocera)
2006-12-18 Behdad EsfahbodImprove docs about string functions taking a length...
2006-12-17 Matthias ClasenDon't shadow size parameter
2006-12-16 Matthias ClasenMove more documentation inline.
2006-12-16 Matthias ClasenMove documentation inline.
2006-12-15 Matthias ClasenAdd a function for clearing a GStringChunk. (#364608...
2005-12-05 Matthias ClasenAdd versioned deprecation information
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2005-08-18 Ross BurtonOptimise single-character insertions
2005-07-19 Matthias ClasenAvoid an unnecessary strlen if len is -1. (#169692...
2005-06-30 Matthias ClasenFix portability issues. (#307064, Morten Welinder)
2005-05-02 Matthias ClasenDocumentation trivia
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-02-19 Tim Janikfor G_CAN_INLINE environments, inline g_string_append_c...
2004-01-16 Matthias ClasenForgot to fix this one.
2004-01-15 Matthias ClasenMove initialization of variables after g_return_val_if_...
2003-11-05 Morten WelinderHandle the case where the to-be-inserted string is...
2003-06-05 Matthias ClasenUse g_vasprintf() and g_string_append_len(), thus enabl...
2003-03-31 Matthias ClasenNew function, to insert possible non-nul-terminated...
2003-03-30 Matthias ClasenOptimize the common cases (init == NULL or init ==...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-11-28 Matthias ClasenMove some docs inline, and add deprecation information...
2002-05-26 Matthias ClasenRemove references to nonexisting functions
2002-02-20 Daniel ElstnerUse gssize instead of gsize as type of the pos and...
2001-10-01 Owen TaylorRename g_string_printfa() to g_string_append_printf...
2001-09-28 Matthias Clasenglib/gstring.c: Fix inline docs for g_string_prepend_un...
2001-09-19 Owen TaylorPatch from Darin Adler to remove GReal* structures...
2001-09-10 Owen TaylorDoc fixes.
2001-07-19 Owen TaylorAdd functions to insert a unichar as UTF-8, since this...
2001-06-30 Owen TaylorPatch from Darin Adler (#54166)
2001-06-30 Owen Taylor Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat...
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2001-03-07 Tim Janikchanged prototype of g_boxed_type_register_static(...
2000-10-27 Havoc PenningtonNew module to parse a simple markup language
2000-09-29 Martin BauligSeveral minor ANSI C fixes.
2000-09-01 Sebastian WilhelmiUse g_return_val_if_fail instead of g_return_if_fail...
2000-08-17 Darin AdlerReturn the data left behind. Return the data left behind.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-29 Owen Taylorupdated
2000-05-19 Tim Janikadded argument assertments.
2000-02-17 Havoc Penningtonchanged g_str_hash() to a 31 bit version based on a...
1999-07-24 Tim Janik18:36. incorporated proposed cleanups from gtk-devel...
1999-04-25 Tor LillqvistMore editing. Use gcc, not ld to link. On native Win32...
1999-04-17 BST 1999 Tony GaleAdd new g_string functions for reading from file/socket...
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1999-02-10 Sebastian Wilhelmis/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added...
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age 0.
1998-12-15 Owen TaylorThis commit merges the glib-threads branch into the...
1998-11-24 Tim Janikremoved the GListAllocator type and its g_*_allocator_...
1998-08-24 Tim Janikremoved this function which was not publically exported...
1998-08-17 Tim Janikmade private functions static.
1998-08-16 Tim Janikversion bump to 1.1.3, binary age 0, interface age 0.
1998-06-12 Josh MacDonald[Changes from josh to sync with his glib stuff -Yosh]
1998-06-10 Owen TaylorInitial revision