fix whitespace in changelog entry
[platform/upstream/glib.git] / glib /
2004-10-28 Ray Strodeclean up a leak (#156652, Morten Welinder) (g_key_file_...
2004-10-28 Ray StrodeDon't use S_ISREG macro (#156728, Kazuki IWAMOTO)
2004-10-28 Matthias ClasenInclude galias.h before glib.h (#156697, Christian...
2004-10-28 Matthias ClasenAdd a missing "Since: 2.6" comment.
2004-10-28 Tor LillqvistInclude glib.h early to get G_OS_WIN32. Include errno...
2004-10-28 Tor LillqvistInclude gstdio.h and use g_open().
2004-10-27 Ray StrodeMove file is regular check to load_from_file to use...
2004-10-27 Matthias Clasen2.5.4 GTK_2_5_4
2004-10-27 Matthias ClasenIntroduce the idea of a filename encoding, which is...
2004-10-27 Matthias ClasenFix includes. (#156500, #156499, Kazuki IWAMOTO)
2004-10-27 Matthias ClasenFix srcdir != builddir builds. (#156447, Thomas Fitzsim...
2004-10-26 Matthias ClasenAdd a missing include.
2004-10-26 Matthias ClasenAdd new symbols.
2004-10-26 Matthias ClasenDocumentation fixes.
2004-10-26 Matthias ClasenMake the last change compile.
2004-10-26 Matthias ClasenMake this function thread-safe in the GLib style.
2004-10-26 Ray StrodeAdd Matthias to "Written by" lines (GKeyFileGroup)...
2004-10-26 Matthias ClasenDon't include ctype.h needlessly. (#156424, Morten...
2004-10-26 Matthias ClasenDon't include ctype.h needlessly. (#156424, Morten...
2004-10-25 Manish Singhrm autom4te.cache, since it might interfere with differ...
2004-10-24 Matthias ClasenDon't destroy the lookup map if it is NULL.
2004-10-24 Matthias ClasenApply a patch to fix sparse warnings. (#154696, Kjartan...
2004-10-24 Matthias ClasenUndef libc functions before defining them, since they...
2004-10-23 Matthias ClasenAdd a parser for desktop entries and similar files...
2004-10-22 Matthias ClasenAdd some uri list tests.c.
2004-10-20 Matthias ClasenDon't return the wrong change. (#155856, Lucas Rocha)
2004-10-17 Matthias ClasenMake public. (#155589, Tim-Philipp Müller)
2004-10-08 Matthias ClasenDocument that GLib supports only a single callback...
2004-10-06 Matthias ClasenFix some C99isms. (#154676, Kjartan Maraas)
2004-10-05 Anders CarlssonAdd check for if argc is 0.
2004-10-04 Matthias ClasenOnly set vtable_set if the vtable is set.
2004-10-03 Anders CarlssonSet arg_data on filenames. (Discovered by Mats-Ola...
2004-10-01 Tor LillqvistUse g_path_get_basename() instead of strrchr(), so...
2004-09-30 Matthias ClasenConvert filenames to UTF-8 before putting them in GErro...
2004-09-30 Matthias ClasenAdd g_assert_warning.
2004-09-29 Matthias ClasenMove the declaration of g_return_if_fail_warning()...
2004-09-27 Murray CummingRename g_context_option_error_quark() to g_option_error...
2004-09-26 Matthias ClasenFix #153649, Hidetaka Iwai:
2004-09-22 Tor Lillqvist[Win32] Don't open a console window if standard output...
2004-09-20 Matthias ClasenAdd a note explaining how to convert UTF-16 byte stream...
2004-09-20 Matthias ClasenMake GOption remove long options completely. (#153113...
2004-09-20 Matthias ClasenCall error_func on error, not post_parse_func again...
2004-09-20 Matthias ClasenFix the types of some variables to be GLogLevelFlags...
2004-09-17 Manish Singhshut up cvs
2004-09-17 Manish Singhdon't hardcode lengths for cut, instead split on the...
2004-09-17 Manish SinghMake it take a guint for number of characters, instead...
2004-09-16 Matthias ClasenAdd abicheck.sh
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-09-15 Tor LillqvistConvert message to UTF-8. Technically this breaks API...
2004-09-09 Matthias ClasenStrip the prefix "IA__" from function names, since...
2004-09-09 Owen TaylorInclude implementation of g_return_if_fail_internal().
2004-09-09 Owen TaylorUse a helper function to reduce code size; omit FILE...
2004-09-09 Matthias ClasenClarify the relation of g_get_home_dir() and $HOME.
2004-09-09 Matthias ClasenAdd a function to calculate the length of a NULL-termin...
2004-09-08 Tor LillqvistOn Win32, as last resort call g_win32_getlocale() to...
2004-09-07 Matthias ClasenAdd a function to return a list of applicable locale...
2004-09-05 Matthias ClasenNew function to install an alternate default log handle...
2004-09-03 Tor LillqvistUpdate.
2004-09-02 Matthias ClasenAdd a function to calculate the ISO 8601 week number...
2004-09-01 Anders CarlssonSet program name before calling the pre-parse hooks.
2004-09-01 Anders CarlssonHandle option contexts without a main group.
2004-08-30 Anders CarlssonSet prgname to <unknown> if argc and argv are NULL.
2004-08-30 Matthias ClasenPoint to g_hash_table_lookup_extended() for differentia...
2004-08-27 Matthias ClasenFix #151193, Stepan Kasal:
2004-08-27 Matthias ClasenSet the program name from argv[0], noticed by Masatake...
2004-08-25 Tor LillqvistNew function. Returns the Windows version code like...
2004-08-25 Tor LillqvistWin32 equivalences of the XDG folders
2004-08-23 Manish Singhremove unused variable.
2004-08-23 Matthias ClasenDon't call g_get_home_dir() while holding the g_utils_g...
2004-08-21 Tor LillqvistTell select_thread to break out of its loop. Prevents...
2004-08-21 Tor LillqvistGuard against bogus return value from strxfrm(). For...
2004-08-19 Tor LillqvistCorrect source and destination charset parameter order...
2004-08-19 Jon Kåre HellanRemove trailing commas.
2004-08-11 Ray StrodeAdd new XDG basedir API (bug 139973).
2004-08-10 Matthias ClasenRemove G_GNUC_INTERNAL from here. Check whether the...
2004-08-09 Matthias ClasenDefine empty if gcc is too old.
2004-08-06 Hans Breuerupdated
2004-08-05 Ray Strodestrdup result so caller doesn't free internally managed...
2004-08-03 Matthias ClasenMark user visible strings for translation.
2004-08-03 Matthias ClasenPedantically use g types throughout.
2004-08-03 Matthias ClasenNew function to check the version of GLib at runtime...
2004-08-02 Anders CarlssonMove GTranslateFunc to gtypes.h
2004-08-02 Anders CarlssonAdd GOption.
2004-08-02 Matthias ClasenAdd a G_GNUC_INTERNAL macro to mark function declaratio...
2004-08-02 Matthias ClasenInclude gthreadinit.h here to see the declaration for
2004-08-01 Matthias ClasenInclude a test involving consecutive backslashes follow...
2004-07-30 Matthias ClasenDon't validate for UTF-8 here. (#148420, Robert Ögren)
2004-07-28 Matthias ClasenTests for handling of whitespace inside tags.
2004-07-27 Matthias Clasens/g_strsplit/g_strsplit_set/ as well.
2004-07-24 Soeren Sandmanns/g_strtokenize/g_strsplit_set/ in docs.
2004-07-21 Matthias ClasenFix #147651, reported by Oliver Guntermann:
2004-07-12 Matthias ClasenRemove the ENABLE_NLS check here as well.
2004-07-09 Matthias ClasenConvert filename to UTF-8 before using it in the error...
2004-07-08 Matthias ClasenRemove the ENABLE_NLS check, since GLib can't be built...
2004-07-05 Matthias ClasenComplete the g_log() family. (#135730, Sven Herzberg)
2004-07-05 Matthias ClasenAdd top_srcdir to make srcdir != . work. (#145166,...
2004-07-02 Sebastian WilhelmiRename __asm to __asm__ and __volatile to __volatile__...
2004-07-01 John Ehresmanglib/giowin32.c (g_io_channel_win32_init, g_io_win32_fr...
2004-06-12 Matthias ClasenIgnore a missing newline at EOF for single line comment...
2004-06-08 Federico Mena QuinteroFixes #140532.
next