Revert "Remove all uses of G_CONST_RETURN"
[platform/upstream/glib.git] / glib / gconvert.c
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. (...
2002-06-11 Owen Taylortests/patterntest.c (test_compilation) A couple of...
2002-03-20 Owen TaylorTry to work around segfaults on Solaris if NULL is...
2002-03-13 Erwann Chenedeglib/gconvert.c glib/gen-unicode-tables.pl fixed cast...
2002-03-13 Alexander LarssonCache getenv("G_BROKEN_FILENAMES") in have_broken_filen...
2002-03-08 Owen TaylorFinal updates for 2.0.0
2002-02-26 Owen TaylorCheck for iconv_* in -liconv as well as libiconv_*...
2002-02-17 Owen Taylor1.3.14 GLIB_1_3_14
2002-02-08 Darin AdlerMake hostname parameter const char *. Added a new ...
2002-01-29 Jeffrey StedfastRewritten to cache iconv conversion descriptors. On...
2002-01-23 Tor LillqvistNot used on Windows, don't even compile it then.
2002-01-21 Jeffrey StedfastIf g_convert fails, set bytes_written to 0 and close...
2001-12-20 Owen TaylorSGML doc fix.
2001-12-13 Matthias ClasenRevert mistaken change: it is UNIX, not Unix.
2001-12-12 Matthias ClasenDocumentation fixes.
2001-10-17 Hidetoshi TajimaFix a typo: to_codeset => from_codeset. (#58195, #55152)
2001-10-01 Alex LarssonConvert G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI and
2001-10-01 Sven Neumannglib/gconvert.c glib/gspawn-win32.c some minor document...
2001-09-27 Owen TaylorFixes for #58195, based on some ideas from Hidetosh...
2001-09-14 Matthias Clasenglib/gconvert.c (g_filename_from_uri): Replace `is...
2001-08-27 Darin AdlerUpdated name of error from G_CONVERT_ERROR_NOT_LOCAL_FI...
2001-08-26 Alex LarssonNew functions to convert between local pahtnames and...
2001-08-25 Alexander LarssonNew function, doing the same as g_convert but taking...
next