Move the declaration of g_return_if_fail_warning() out of the ifdefs, so
[platform/upstream/glib.git] / ChangeLog
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-25 Tor LillqvistReword my last ChangeLog entry a bit.
2004-09-25 Tor LillqvistAdd reference to bug #151175.
2004-09-22 Tor LillqvistAdd bug number to my last entry.
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 ClasenDon't call g_set_error () with a NULL format. (#153103...
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-18 Matthias ClasenBump version
2004-09-18 Matthias Clasen2.5.3 GLIB_2_5_3
2004-09-17 Matthias ClasenMore updates.
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-15 Matthias ClasenUpdates
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-26 Tor LillqvistTest the new XDG basedir functions.
2004-08-25 Tor LillqvistNew function. Returns the Windows version code like...
2004-08-25 Matthias ClasenVersion bump.
2004-08-25 Matthias Clasen2.5.2 GLIB_2_5_2
2004-08-25 Matthias ClasenUpdate for 2.5.2
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-17 Matthias ClasenCheck for all four values of the visibility attribute...
2004-08-16 Christian RoseAdded "bs" to ALL_LINGUAS. Added Bosnian translation...
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-06 Matthias ClasenRequire ngettext. (#123847, Danilo Segan)
2004-08-05 Ray Strodestrdup result so caller doesn't free internally managed...
2004-08-04 Tor LillqvistUpdate to match what configure produces. Add the G_ATOM...
2004-08-03 Matthias ClasenMark user visible strings for translation.
2004-08-03 Matthias ClasenPedantically use g types throughout.
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 Manish Singhmove newline printing from run_from_uri_tests() to...
2004-08-01 Matthias Clasen*** empty log message ***
2004-08-01 Matthias Clasen2.5.1 GLIB_2_5_1
2004-08-01 Matthias ClasenUpdates for 2.5.1
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-23 Matthias ClasenFix docs for G_MAXSIZE. (#148262, Christophe Fergeau)
2004-07-21 Matthias ClasenFix #132858, Sven Neumann, patch by James Henstridge:
2004-07-21 Matthias ClasenFix #147651, reported by Oliver Guntermann:
2004-07-20 Crispin FlowerdayFix a typo in my name
2004-07-20 Soeren SandmannBump version number
2004-07-18 Soeren Sandmann=== Released 2.5.0 === GLIB_2_5_0
2004-07-18 Matthias ClasenUpdates for 2.5.0
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-04 Matthias ClasenUse a small test library instead of libpthread.so for...
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-11 Matthias ClasenActually set any_failed on failure. (#143552, Philippe...
2004-06-10 Federico Mena QuinteroFix expected results (ha ha) for URIs that *should...
2004-06-08 Federico Mena QuinteroFixes #140532.
2004-06-08 Matthias ClasenMake "make check" less noisy.
2004-06-06 Tor LillqvistAdd name of bug reporter.
2004-06-06 Tor LillqvistCheck home for being NULL. (#143812)
2004-06-06 Pawan ChitrakarAdded "ne.po" Nepali translation
2004-06-05 Manish Singhcpp #directives should always have the "#" in the first...
2004-06-02 Matthias ClasenUse higher precision for the mathematical constants...
2004-06-02 Matthias ClasenFix an off-by-one error in g_markup_parse_context_parse...
2004-05-17 Matthias ClasenMerged from 2.4:
next