gcharset: Add header file for private API
[platform/upstream/glib.git] / glib / gconvert.c
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...
2004-10-22 Matthias ClasenAdd some uri list tests.c.
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-08-02 Matthias ClasenAdd a G_GNUC_INTERNAL macro to mark function declaratio...
2004-07-30 Matthias ClasenDon't validate for UTF-8 here. (#148420, Robert Ă–gren)
2004-06-08 Federico Mena QuinteroFixes #140532.
2004-05-06 Matthias ClasenQuote the file scheme to mark it as untranslatable...
2004-04-23 Matthias ClasenDon't call g_strerror() here, since it can lead to...
2003-12-13 Hans Breuerget_filename_charset() needs to return false for filena...
2003-11-09 Mark McLoughlinre-work to retain a copy of the cached charset rather...
2003-11-05 Matthias ClasenReplacement for have_broken_filenames() which consults...
2003-10-24 Tor LillqvistForce shared library (DLL) only on Windows. (I don...
2003-08-13 Tor LillqvistDrop the Win32-specific implementation. It used WideCha...
2003-07-29 Matthias ClasenUse gchar, gint, gsize instead of char, int, size_t...
2003-07-25 Matthias ClasenRemove some explicit Docbook markup which is no longer...
2003-06-25 Abigail BradyUse C99 style \uxxxx and \Uxxxxyyyy escapes instead...
2003-03-30 Matthias ClasenGet rid of UNSAFE_DOS_PATH. (acceptable): Align with...
2003-02-14 Sebastian WilhelmiFixes for #101264 and #99372:
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-11-21 Matthias Clasen Include a printf implementation supporting C99 snprint...
2002-08-20 Hidetoshi Tajimavalidate 'len' argument properly for the case that...
2002-07-25 Owen TaylorHandle the end of the string properly when max_len...
2002-07-25 Owen TaylorDocument the (GIConv)-1 return value on failure. (...
next