summaryrefslogtreecommitdiff
path: root/glib/gconvert.h
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* glib: Drop G_GNUC_MALLOC usage from various other allocation functionsPhilip Withnall2018-08-221-1/+1
* gconvert: Adjust an argument name in the header to match the sourcePhilip Withnall2018-07-301-1/+1
* gconvert: Fix error handling for g_iconv() with unrepresentable charsPhilip Withnall2018-02-021-1/+3
* gconvert: Tighten, document embedded NUL behavior of UTF-8 conversionsMikhail Zabaluev2018-01-191-1/+5
* gconvert: Skip the GIConv API from introspectionMikhail Zabaluev2017-09-111-1/+1
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* gconvert: Remove old win32 codepage ABI compat codeChristoph Reiter2017-04-061-30/+0
* Doc: glib: Fix all undocumented/unused/undeclared symbolsXavier Claessens2014-12-121-0/+2
* Minor documentation additions and correctionsMatthias Clasen2014-05-311-4/+3
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* utf8: report allocation errorMarc-André Lureau2013-11-251-1/+3
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+21
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* win32: re-fix the _utf8 compat function situationDan Winship2012-11-161-0/+24
* win32: add gwin32compat.h, for utf8-renaming compatibility definesDan Winship2012-11-151-9/+0
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-1/+1
* Fix parameter documentation for many functionsMatthias Clasen2011-06-041-0/+2
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-1/+1
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-1/+1
* Move GConvert docs inlineMatthias Clasen2010-08-081-2/+26
* The fallback parameter to g_convert_with_fallback() should be constBenjamin Otte2010-03-161-1/+1
* #define __GLIB_H_INSIDE__ around including everything.Michael Natterer2008-05-051-1/+1
* make it possible to disable single-file includes by definingMichael Natterer2008-03-141-1/+5
* Consistently use gsize rather than size_t. (#333310, Morten Welinder)Matthias Clasen2006-12-281-2/+1
* Add g_filename_display_basename.Alexander Larsson2004-12-151-0/+2
* glib/glib.symbols Implement Windows DLL ABI stability also forTor Lillqvist2004-12-121-0/+2
* Mark functions with G_GNUC_MALLOC when appropriate.Matthias Clasen2004-11-281-11/+11
* New function to convert a filename to a UTF-8 string for display purposes.Matthias Clasen2004-11-021-0/+2
* Introduce the idea of a filename encoding, which is *literally* theMatthias Clasen2004-10-271-0/+5
* Add some uri list tests.c.Matthias Clasen2004-10-221-0/+1
* Use gchar, gint, gsize instead of char, int, size_t in the interface forMatthias Clasen2003-07-291-6/+6
* Make hostname parameter const char *. Added a new "ASCII must not beDarin Adler2002-02-081-1/+1
* Convert G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI andAlex Larsson2001-10-011-2/+1
* Updated name of error from G_CONVERT_ERROR_NOT_LOCAL_FILE toDarin Adler2001-08-271-1/+1
* New functions to convert between local pahtnames and file: uris.Alex Larsson2001-08-261-1/+13
* New function, doing the same as g_convert but taking a GIConv argument.Alexander Larsson2001-08-251-0/+6
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-261-1/+1
* Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor2001-06-231-21/+21
* move $enable_debug down below checks for GCC to avoid setting CFLAGSOwen Taylor2001-01-051-4/+20
* Up version to 1.3.2Owen Taylor2000-11-131-1/+1
* Create wrapper functions for iconv() so that we can transparently use theOwen Taylor2000-11-121-0/+15
* Remove g_filename_{to,from}_utf8Robert Brady2000-11-121-1/+14
* Split glib.h into many header files mostly according to the resp.Sebastian Wilhelmi2000-10-121-0/+62