Add GZlibCompressor
[dana/cg-glib.git] / glib /
2009-11-23 Cody Russellgtester should fail even if -k is passed
2009-11-09 Tor LillqvistAvoid gcc warning about redeclaration of atexit() on...
2009-11-04 Tor LillqvistDon't call WSAEventSelect() on -1
2009-11-03 Carlo BraminiMake g_file_test() behave on Windows more like as on...
2009-10-28 Benjamin OtteProperly nul-terminate return values from g_convert()
2009-10-27 Benjamin OtteClarify documentation about g_convert() nul-terminated...
2009-10-23 Sven Herzbergmake sure g_set_prgname() gets called only once
2009-09-30 Matthias ClasenFix --runtime-libdir option
2009-09-30 Matthias ClasenAvoid a C99ism
2009-09-30 Matthias ClasenImprove docs for g_utf16_to_utf8
2009-09-28 Alexander LarssonFix up cast in gdb macros
2009-09-28 Alexander LarssonUse right soname for gdb autoloaded python files
2009-09-24 Matthias ClasenFix location of gdb macros
2009-09-22 Matthias Clasen2.22.0
2009-09-21 Alexander LarssonAdd gforeach gdb command
2009-09-21 Alexander LarssonAdd pretty printer for hashtables
2009-09-21 Alexander LarssonAdd pretty printing for GList and GSList
2009-09-21 Alexander LarssonInitial support for gdb python macros
2009-09-18 Matthias ClasenFix a lot of clang complaints
2009-09-10 Christian DywanBug 579050 Allow making selected critical and warning...
2009-09-07 Dan WinshipCall element_free_func when shrinking array with g_ptr_...
2009-09-05 Matthias ClasenAdd a Since: tag
2009-09-04 Benjamin OtteBug 594034 - Add g_mkstemp_full()
2009-09-01 Dan Winshipg_time_val_from_iso8601: handle timezoneless dates
2009-08-28 Matthias ClasenRead /dev/urandom unbuffered
2009-08-22 Christian PerschPreserve errno
2009-08-18 Benjamin OtteImprove documentation for g_error_matches()
2009-08-14 Tor LillqvistAvoid gcc warning on Windows
2009-08-11 Alexander LarssonOnly fsync if the existing file is > 0 bytes
2009-08-10 Craig LoftusMigrate gbase64 docs from SGML template to inline comments
2009-07-20 Behdad Esfahbod[gbsearcharray] Use malloc() instead of realloc(NULL...
2009-07-10 Matthias ClasenAnother possible error code clash, yay
2009-07-10 Matthias ClasenImprove g_str_equal docs
2009-07-07 Ryan LortieEnsure GTree is consistent after _destroy()
2009-07-07 Ryan LortieMerge branch 'tree-refcount'
2009-07-06 Matthias ClasenMinor doc fix
2009-07-05 Ryan LortieGTree: switch to GSlice, add refcounts (#587773)
2009-07-01 Dan WinshipAdd g_main_context_push_thread_default() etc
2009-06-28 Christian DywanDisplay '-h' in --help output and accept '-h' and -?'
2009-06-27 Jani MonosesFix C++ warnings in g_error() code
2009-06-23 David ZeuthenBug 586675 – Runtime library location
2009-06-20 Matthias ClasenUse pipe2 when available
2009-06-18 Ryan LortieGMappedFile: add refcounting, switch to GSlice
2009-06-15 Alexander LarssonAdd g_reload_user_special_dirs_cache (#541276)
2009-06-11 Matthias ClasenFix g_string_chunk_insert_len to accept nuls
2009-06-09 Michael Meeksmove start_element emission out into a new (inlined...
2009-05-30 Hans BreuerDefine fstat() for msvc build
2009-05-30 Hans BreuerUpdated msvc build files
2009-05-27 Matthias ClasenFix a locking problem in g_main_context_iterate()
2009-05-23 Christian PerschFix grammar in error message
2009-05-23 Christian PerschPlug a mem leak
2009-05-23 YetiMake g_error_new_valist public
2009-05-20 Christian PerschPreserve errno when using g_set_error with _() and...
2009-05-20 Stefan Kostdocs: fix typo
2009-05-03 Matthias ClasenCorrect g_utf8_to_utf16 docs
2009-05-03 Matthias ClasenAccept NULL as empty string list
2009-05-01 Dan WinshipMisc warning fixes
2009-05-01 Michael MeeksPatch originally committed only to the ChangeLog &...
2009-04-29 David ZeuthenBug 580450 – Reference counting and boxed types for...
2009-04-27 David ZeuthenBug 580453 – Hash and equal functions for gint64 and...
2009-04-22 Dan WinshipAdd hostname-related utilities in glib/ghostutils.h
2009-04-21 Stefan Kostgoption: format section docs according to gtk-doc rules...
2009-04-21 Stefan Kostgoption: document that some option args need to be...
2009-04-21 Stefan Kostgoption: move docs from tmpl folder to inline comments
2009-04-08 Peter KjellerstedtFix parsing of timezones
2009-04-03 Paolo BorelliRegex leak on error path
2009-04-02 Tobias MuellerMark glib_gettext as string translation function
2009-04-02 Hagen Schinkfix a typo in g_io_channel_flush docs
2009-03-29 Matthias ClasenCopy a va_list when using it multiple times. Reported...
2009-03-17 Ryan Lortietrivial spelling/whitespace fixes
2009-03-16 Alexander LarssonBug 575555 – Use fsync() when replacing files to avoid...
2009-03-12 Matthias ClasenAvoid integer overflows in the base64 functions. Fixes...
2009-03-11 Stefan WalterDocument and guarantee hex digests will be returned...
2009-03-01 Matthias ClasenFix docs
2009-02-27 Tor LillqvistBug 167569 - g_string_append_printf crashes on win32...
2009-02-23 Paolo Borellisanity check the input paramter.
2009-02-23 Tor LillqvistBug 570501 - g_win32_get_system_data_dirs uses invalid...
2009-02-23 Matthias ClasenFix "it's" vs "its" confusion throughout the source...
2009-02-23 Matthias ClasenImprove docs
2009-02-23 Matthias ClasenAdd a necessary cast back. Pointed out by Kazuki Iwamoto.
2009-02-17 Matthias Clasen Fix strict aliasing warnings and viiolations...
2009-02-13 Mathias HasselmannAdd note about g_utf8_offset_to_pointer() not checking...
2009-02-06 Murray CummingCorrect the grammar in some property documentation.
2009-01-31 Matthias Claseni * glib/gtimer.c (g_time_val_to_iso8601): Pass...
2009-01-21 Tor LillqvistDrop the code in the else branch of #if GLIB_CHECK_VERS...
2009-01-20 Matthias Clasenfix a typo
2009-01-19 Matthias ClasenFix a typo
2009-01-18 Matthias ClasenQuell some compiler wanrings
2009-01-18 Matthias ClasenUpdate PCRE to 7.8
2009-01-18 Matthias ClasenIf !ENABLE_NLS, make textomain() macro return "messages...
2009-01-18 Matthias ClasenUse offsetof instead of __builtin_offsetof, for icc...
2009-01-13 Matthias ClasenBug 564728 Add function to decode base64 encoded data...
2009-01-13 Matthias ClasenImprove docs
2009-01-12 Tor LillqvistGuard against a mis-written GOptionArgFunc that has...
2009-01-11 Matthias ClasenImprove docs
2009-01-11 Matthias ClasenDocs improvement
2009-01-09 Tor LillqvistCosmetics.
2009-01-09 Tor LillqvistBug 567138 - get_package_directory_from_module() does...
2009-01-05 Dan Winshipupdate
2009-01-05 Tor LillqvistBug 566348 - g_file_open_tmp uses the wrong g_mkstemp...
next