summaryrefslogtreecommitdiff
path: root/glib/gconvert.c
AgeCommit message (Expand)Author
2010-08-27Reverse meaning of ANDROID_STUB C flag.Jaikumar Ganesh
2009-06-04Android specific changes.Jaikumar Ganesh
2008-07-27glib/glib.symbols glib/gconvert.c glib/gdir.c glib/gfileutils.cTor Lillqvist
2008-06-16Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch
2008-04-02Bug 524314 - g_convert() on Win32 implicitly converts full widthTor Lillqvist
2008-02-21glib/gutf8.c (g_get_charset) glib/gconvert.c (g_locale_from_utf8) ClarifyTor Lillqvist
2008-02-06Fixed some minor typos in documentation.Murray Cumming
2007-11-28Fix up some doc comments, avoid C99 commentsMatthias Clasen
2007-11-25Implement #491549: On Windows, always use the native API for character setTor Lillqvist
2007-11-08Try harder to reset shift state with AIX iconv(). (#467537)Matthias Clasen
2007-01-27Define G_GNUC_INTERNAL for Sun Studio as __hidden. (#342981, BrianMatthias Clasen
2006-12-28Consistently use gsize rather than size_t. (#333310, Morten Welinder)Matthias Clasen
2006-12-27Add hints for locale-dependent interfaces. Add hints for locale-dependentMatthias Clasen
2006-12-27Improve formatting of docs.Matthias Clasen
2006-12-15Don't use alloca and avoid allocating memory for small keys that areMatthias Clasen
2006-08-26Fix the pthread compiler flag detection.Matthias Clasen
2006-07-222.12.1upstream/GLIB_2_12_1Matthias Clasen
2006-05-10Renamed to glib/gthreadprivate.h and moved system thread identifierSebastian Wilhelmi
2006-04-12reviewed by: Matthias Clasen <mclasen@redhat.com>Bastien Nocera
2006-04-04Move short_month_names and long_month_names to bss.Matthias Clasen
2006-01-16Fix bug 326747, Alberto Ruiz:Matthias Clasen
2005-08-08Enable the endianness test.Matthias Clasen
2005-08-02Don't go in an infinite loop if the input text ends in an incompleteMatthias Clasen
2005-08-02Remove accidental documentation redundanciesMatthias Clasen
2005-08-02Cleanup converter state after the conversion. Document streamingMatthias Clasen
2005-04-27Don't call g_set_error() unless the GError pointer is non-NULL. ThisTor Lillqvist
2005-04-05Clarify docs in some places. (#172404, Morten Welinder)Matthias Clasen
2005-03-14Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen
2005-01-17Don't crash if G_FILENAME_ENCODING is empty. (#164330, Pawel Sakowski)Matthias Clasen
2004-12-20Improve docs.Tor Lillqvist
2004-12-15Fix spelling Add g_return_val_if_fail.Alexander Larsson
2004-12-15Add g_filename_display_basename.Alexander Larsson
2004-12-12glib/glib.symbols Implement Windows DLL ABI stability also forTor Lillqvist
2004-11-10Fix typo in doc comment.Tor Lillqvist
2004-11-04Document that the result is guaranteed to be non-NULL.Tor Lillqvist
2004-11-02*** empty log message ***Matthias Clasen
2004-11-02New function to convert a filename to a UTF-8 string for display purposes.Matthias Clasen
2004-11-01glib/gdebug.h glib/gutils.c gobject/gtype.c gthread/gthread-posix.cMatthias Clasen
2004-10-27Introduce the idea of a filename encoding, which is *literally* theMatthias Clasen
2004-10-22Add some uri list tests.c.Matthias Clasen
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen
2004-08-02Add a G_GNUC_INTERNAL macro to mark function declarations as internal andMatthias Clasen
2004-07-30Don't validate for UTF-8 here. (#148420, Robert Ă–gren)Matthias Clasen
2004-06-08Fixes #140532.Federico Mena Quintero
2004-05-06Quote the file scheme to mark it as untranslatable. String change.Matthias Clasen
2004-04-23Don't call g_strerror() here, since it can lead to infinite recursion.Matthias Clasen
2003-12-13get_filename_charset() needs to return false for filenames not encoded inHans Breuer
2003-11-09re-work to retain a copy of the cached charset rather than the actualMark McLoughlin
2003-11-05Replacement for have_broken_filenames() which consults the environmentMatthias Clasen
2003-10-24Force shared library (DLL) only on Windows. (I don't think that isTor Lillqvist