summaryrefslogtreecommitdiff
path: root/glib/gconvert.c
Commit message (Expand)AuthorAgeFilesLines
* More consistent doc formattingMatthias Clasen2011-11-121-1/+1
* More include cleanupsMatthias Clasen2011-10-171-2/+0
* include cleanupMatthias Clasen2011-10-171-0/+1
* Also clean up includesMatthias Clasen2011-10-161-0/+1
* thread: hide g_static_rec_mutex_get_rec_mutex_implRyan Lortie2011-10-121-3/+3
* Remove redundant checksMatthias Clasen2011-09-171-14/+11
* Clean up l10n threading stuffRyan Lortie2011-09-091-10/+0
* Spelling fixesMatthias Clasen2011-08-291-9/+9
* Add some argument checks to filename conversion functionsMatthias Clasen2011-06-141-0/+4
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-2/+2
* Update annotations from gobject-introspection/gir/glib-2.0.cColin Walters2011-06-071-3/+3
* Docs: Changed can not to cannot.Murray Cumming2011-03-241-2/+2
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-2/+2
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-2/+2
* Check that error exists before trying to set it. Fixes bug #640975.Ignacio Casal Quinteiro2011-01-311-7/+8
* Fix build on Windows and possibly other non-Linux platformsTor Lillqvist2010-09-061-0/+6
* More include cleanupsMatthias Clasen2010-09-031-6/+10
* Fix doc format errorsMatthias Clasen2010-08-131-2/+2
* Move GConvert docs inlineMatthias Clasen2010-08-081-0/+121
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* The fallback parameter to g_convert_with_fallback() should be constBenjamin Otte2010-03-161-1/+1
* Properly nul-terminate return values from g_convert()Benjamin Otte2009-10-281-24/+20
* Clarify documentation about g_convert() nul-terminated returnsBenjamin Otte2009-10-271-6/+16
* Preserve errnoChristian Persch2009-08-221-7/+15
* glib/glib.symbols glib/gconvert.c glib/gdir.c glib/gfileutils.cTor Lillqvist2008-07-271-5/+8
* Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch2008-06-161-8/+8
* Bug 524314 - g_convert() on Win32 implicitly converts full widthTor Lillqvist2008-04-021-4/+4
* glib/gutf8.c (g_get_charset) glib/gconvert.c (g_locale_from_utf8) ClarifyTor Lillqvist2008-02-211-1/+2
* Fixed some minor typos in documentation.Murray Cumming2008-02-061-1/+1
* Fix up some doc comments, avoid C99 commentsMatthias Clasen2007-11-281-3/+3
* Implement #491549: On Windows, always use the native API for character setTor Lillqvist2007-11-251-1/+8
* 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