Fix bug 326747, Alberto Ruiz:
[platform/upstream/glib.git] / glib / gconvert.c
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...
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2001-04-16 Havoc Penningtondocs
2001-03-09 Tor LillqvistCygwin support contributed by Stefan Ondrejicka <ondrej...
2001-02-13 Havoc Penningtondon't overwrite errors
2001-01-19 Kjartan MaraasFix typo. Same here.
2001-01-16 Owen TaylorAdd gettext support.
2001-01-06 Tor LillqvistGet len using strlen() if arg is negative in the Win32...
2001-01-05 Owen Taylormove $enable_debug down below checks for GCC to avoid...
2000-12-13 Havoc Penningtonmake static
2000-11-13 Tor LillqvistAdd USE_LIBICONV.
2000-11-12 Owen TaylorCreate wrapper functions for iconv() so that we can...
2000-11-12 Robert BradyRemove g_filename_{to,from}_utf8
2000-10-19 Owen TaylorChange ERROR_OTHER to ERROR_FAILED, add some dummy...
2000-09-29 Havoc Penningtonfix indentation (GConvertError): generic error is conve...
2000-09-17 Elliot LeeSun Sep 17 2000 Elliot Lee <sopwith@redhat.com> Define...
2000-09-11 Owen TaylorHavoc Pennington's implementation of convenient charact...