hook gvariant vectors up to kdbus
[platform/upstream/glib.git] / glib / gconvert.c
2014-05-30 Thiago Santosgconvert: mention that the g_convert len should be...
2014-02-20 Ryan Lortiegconvert: add note to avoid transliteration
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-08 Matthias ClasenStrip out a remaining programlisting
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-06 Matthias ClasenUse markdown for images
2014-02-06 Matthias ClasenDon't use <filename> in docs
2014-02-06 Matthias ClasenDon't use <envar> in docs
2014-02-01 Matthias Clasengconvert: Stop using footnotes
2014-02-01 Matthias Clasengconvert: Convert docs to markdown
2014-02-01 Matthias ClasenDocs: Convert examples to |[ ]|
2014-02-01 Matthias ClasenDocs: Don't use the emphasis tag
2014-01-31 Daniel MustielesUpdated FSF's address
2013-10-19 Djalal Harounigconvert: fix redundant-decls of _g_charset_get_aliases()
2013-10-19 Jehangconvert: Clarify g_locale_to/from_utf8 docs
2013-07-28 Colin WaltersDrop iconv caching code
2013-01-18 Ryan LortieRemove a few more G_GNUC_INTERNAL users
2013-01-18 Colin WaltersRemove most use of G_GNUC_INTERNAL
2012-11-16 Dan Winshipwin32: re-fix the _utf8 compat function situation
2012-11-15 Dan Winshipwin32: add gwin32compat.h, for utf8-renaming compatibil...
2012-11-03 Martin PittAnnotate g_filename_to_utf8()
2012-11-02 Colin Waltersgcharset: Add header file for private API
2012-10-30 Vincent UntzAdd annotations for g_filename_from_uri()
2012-08-28 Cosimo Cecchiglib: don't quote quark names for G_DEFINE_QUARK
2012-08-28 Matthias ClasenUse G_DEFINE_QUARK for GLib's own quarks
2012-07-12 Krzesimir NowakGRegex, GConvert: Add some missing annotations.
2012-03-31 Robert AncellAdd missing allow-none annotations for function parameters.
2012-02-25 John Ralls[Bug 529806] Cannot build in 64-bit Mac OS X due to...
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-11-13 Matthias ClasenMore consistent doc formatting
2011-10-17 Matthias ClasenMore include cleanups
2011-10-17 Matthias Claseninclude cleanup
2011-10-16 Matthias ClasenAlso clean up includes
2011-10-12 Ryan Lortiethread: hide g_static_rec_mutex_get_rec_mutex_impl
2011-09-18 Matthias ClasenRemove redundant checks
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Ryan LortieClean up l10n threading stuff
2011-08-29 Matthias ClasenSpelling fixes
2011-06-15 Matthias ClasenAdd some argument checks to filename conversion functions
2011-06-09 Ryan LortieRemove all uses of G_CONST_RETURN
2011-06-07 Colin WaltersUpdate annotations from gobject-introspection/gir/glib...
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-03-24 Murray CummingDocs: Changed can not to cannot.
2011-03-15 Emmanuele BassiRevert "Remove all uses of G_CONST_RETURN"
2011-03-15 Ryan LortieRemove all uses of G_CONST_RETURN
2011-01-31 Ignacio Casal Quin... Check that error exists before trying to set it. Fixes...
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-06 Tor LillqvistFix build on Windows and possibly other non-Linux platforms
2010-09-04 Matthias ClasenMore include cleanups
2010-08-14 Matthias ClasenFix doc format errors
2010-08-09 Matthias ClasenMove GConvert docs inline
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-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-03-16 Benjamin OtteThe fallback parameter to g_convert_with_fallback(...
2009-10-28 Benjamin OtteProperly nul-terminate return values from g_convert()
2009-10-27 Benjamin OtteClarify documentation about g_convert() nul-terminated...
2009-08-22 Christian PerschPreserve errno
2008-07-27 Tor Lillqvistglib/glib.symbols glib/gconvert.c glib/gdir.c glib...
2008-06-16 Christian PerschUse g_set_error_literal where appropriate. Patch from...
2008-04-02 Tor LillqvistBug 524314 - g_convert() on Win32 implicitly converts...
2008-02-21 Tor Lillqvistglib/gutf8.c (g_get_charset) glib/gconvert.c (g_locale_...
2008-02-06 Murray CummingFixed some minor typos in documentation.
2007-11-28 Matthias ClasenFix up some doc comments, avoid C99 comments
2007-11-25 Tor LillqvistImplement #491549: On Windows, always use the native...
2007-11-08 Matthias ClasenTry harder to reset shift state with AIX iconv(). ...
2007-01-27 Matthias ClasenDefine G_GNUC_INTERNAL for Sun Studio as __hidden....
2006-12-28 Matthias ClasenConsistently use gsize rather than size_t. (#333310...
2006-12-27 Matthias ClasenAdd hints for locale-dependent interfaces. Add hints...
2006-12-27 Matthias ClasenImprove formatting of docs.
2006-12-15 Matthias ClasenDon't use alloca and avoid allocating memory for small...
2006-08-26 Matthias ClasenFix the pthread compiler flag detection.
2006-07-22 Matthias Clasen2.12.1 GLIB_2_12_1
2006-05-10 Sebastian WilhelmiRenamed to glib/gthreadprivate.h and moved system threa...
2006-04-12 Bastien Nocerareviewed by: Matthias Clasen <mclasen@redhat.com>
2006-04-04 Matthias ClasenMove short_month_names and long_month_names to bss.
2006-01-16 Matthias ClasenFix bug 326747, Alberto Ruiz:
2005-08-08 Matthias ClasenEnable the endianness test.
2005-08-02 Matthias ClasenDon't go in an infinite loop if the input text ends...
2005-08-02 Matthias ClasenRemove accidental documentation redundancies
2005-08-02 Matthias ClasenCleanup converter state after the conversion. Document...
2005-04-27 Tor LillqvistDon't call g_set_error() unless the GError pointer...
2005-04-05 Matthias ClasenClarify docs in some places. (#172404, Morten Welinder)
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-01-17 Matthias ClasenDon't crash if G_FILENAME_ENCODING is empty. (#164330...
2004-12-20 Tor LillqvistImprove docs.
2004-12-15 Alexander LarssonFix spelling Add g_return_val_if_fail.
2004-12-15 Alexander LarssonAdd g_filename_display_basename.
2004-12-12 Tor Lillqvistglib/glib.symbols Implement Windows DLL ABI stability...
2004-11-10 Tor LillqvistFix typo in doc comment.
2004-11-04 Tor LillqvistDocument that the result is guaranteed to be non-NULL.
2004-11-02 Matthias Clasen*** empty log message ***
2004-11-02 Matthias ClasenNew function to convert a filename to a UTF-8 string...
2004-11-01 Matthias Clasenglib/gdebug.h glib/gutils.c gobject/gtype.c gthread...
2004-10-27 Matthias ClasenIntroduce the idea of a filename encoding, which is...
next