summaryrefslogtreecommitdiff
path: root/glib/gconvert.c
Commit message (Expand)AuthorAgeFilesLines
* Try harder to reset shift state with AIX iconv(). (#467537)Matthias Clasen2007-11-081-8/+7
* Define G_GNUC_INTERNAL for Sun Studio as __hidden. (#342981, BrianMatthias Clasen2007-01-271-1/+2
* Consistently use gsize rather than size_t. (#333310, Morten Welinder)Matthias Clasen2006-12-281-6/+6
* Add hints for locale-dependent interfaces. Add hints for locale-dependentMatthias Clasen2006-12-271-12/+17
* Improve formatting of docs.Matthias Clasen2006-12-271-2/+2
* Don't use alloca and avoid allocating memory for small keys that areMatthias Clasen2006-12-151-11/+29
* Fix the pthread compiler flag detection.Matthias Clasen2006-08-261-39/+2
* 2.12.1GLIB_2_12_1Matthias Clasen2006-07-221-1/+1
* Renamed to glib/gthreadprivate.h and moved system thread identifierSebastian Wilhelmi2006-05-101-1/+1
* reviewed by: Matthias Clasen <mclasen@redhat.com>Bastien Nocera2006-04-121-1/+2
* Move short_month_names and long_month_names to bss.Matthias Clasen2006-04-041-5/+1
* Fix bug 326747, Alberto Ruiz:Matthias Clasen2006-01-161-10/+20
* Enable the endianness test.Matthias Clasen2005-08-081-0/+43
* Don't go in an infinite loop if the input text ends in an incompleteMatthias Clasen2005-08-021-0/+1
* Remove accidental documentation redundanciesMatthias Clasen2005-08-021-16/+0
* Cleanup converter state after the conversion. Document streamingMatthias Clasen2005-08-021-108/+167
* Don't call g_set_error() unless the GError pointer is non-NULL. ThisTor Lillqvist2005-04-271-19/+27
* Clarify docs in some places. (#172404, Morten Welinder)Matthias Clasen2005-04-051-10/+19
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Don't crash if G_FILENAME_ENCODING is empty. (#164330, Pawel Sakowski)Matthias Clasen2005-01-171-1/+1
* Improve docs.Tor Lillqvist2004-12-201-3/+5
* Fix spelling Add g_return_val_if_fail.Alexander Larsson2004-12-151-1/+3
* Add g_filename_display_basename.Alexander Larsson2004-12-151-0/+36
* glib/glib.symbols Implement Windows DLL ABI stability also forTor Lillqvist2004-12-121-3/+54
* Fix typo in doc comment.Tor Lillqvist2004-11-101-1/+1
* Document that the result is guaranteed to be non-NULL.Tor Lillqvist2004-11-041-1/+4
* *** empty log message ***Matthias Clasen2004-11-021-2/+2
* New function to convert a filename to a UTF-8 string for display purposes.Matthias Clasen2004-11-021-58/+175
* glib/gdebug.h glib/gutils.c gobject/gtype.c gthread/gthread-posix.cMatthias Clasen2004-11-011-1/+1
* Introduce the idea of a filename encoding, which is *literally* theMatthias Clasen2004-10-271-4/+79
* Add some uri list tests.c.Matthias Clasen2004-10-221-0/+73
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Add a G_GNUC_INTERNAL macro to mark function declarations as internal andMatthias Clasen2004-08-021-1/+1
* Don't validate for UTF-8 here. (#148420, Robert Ă–gren)Matthias Clasen2004-07-301-1/+1
* Fixes #140532.Federico Mena Quintero2004-06-081-23/+15
* Quote the file scheme to mark it as untranslatable. String change.Matthias Clasen2004-05-061-1/+1
* Don't call g_strerror() here, since it can lead to infinite recursion.Matthias Clasen2004-04-231-2/+2
* get_filename_charset() needs to return false for filenames not encoded inHans Breuer2003-12-131-1/+6
* re-work to retain a copy of the cached charset rather than the actualMark McLoughlin2003-11-091-14/+50
* Replacement for have_broken_filenames() which consults the environmentMatthias Clasen2003-11-051-23/+68
* Force shared library (DLL) only on Windows. (I don't think that isTor Lillqvist2003-10-241-1/+1
* Drop the Win32-specific implementation. It used WideCharToMultiByte(),Tor Lillqvist2003-08-131-226/+6
* Use gchar, gint, gsize instead of char, int, size_t in the interface forMatthias Clasen2003-07-291-6/+6
* Remove some explicit Docbook markup which is no longer necessaryMatthias Clasen2003-07-251-4/+4
* Use C99 style \uxxxx and \Uxxxxyyyy escapes instead for fallback insteadAbigail Brady2003-06-251-3/+2
* Get rid of UNSAFE_DOS_PATH. (acceptable): Align with RFC2396. (#59653)Matthias Clasen2003-03-301-7/+5
* Fixes for #101264 and #99372:Sebastian Wilhelmi2003-02-141-1/+2
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-1/+1
* Include a printf implementation supporting C99 snprintf and SUSMatthias Clasen2002-11-211-1/+2
* validate 'len' argument properly for the case that input string is notHidetoshi Tajima2002-08-201-1/+1