platform/upstream/glib.git
2012-08-17 Matthias ClasenMiscellaneous string fixes
2012-08-17 Matthias ClasenMake capitalisation of "UNIX" consistent in translatabl...
2012-08-17 Matthias ClasenChange "dash" to "hyphen" in translatable strings
2012-08-17 Matthias ClasenFix leak in GWinHttpVfs
2012-08-17 Matthias ClasenFix leak in GFileAttributeInfoList
2012-08-17 Matthias ClasenGTest: Improve --help output
2012-08-16 David Kingdocs: Improve G_GNUC_* documentation
2012-08-16 Matthias ClasenImprove glib-genmarshal man page
2012-08-16 Colin Waltersbuild: Fix the --disable-man case
2012-08-16 Owen W. TaylorAdd tests for g_file_make_directory_with_parents()
2012-08-16 Owen W. Taylorg_file_make_directory_with_parents: clean up logic
2012-08-16 Owen W. Taylorg_file_make_directory_with_parents(): fix a corner...
2012-08-16 Owen W. Taylorg_file_make_directory_with_parents: refix error propagation
2012-08-16 Matthias ClasenRemove man page placeholder generation
2012-08-16 Matthias ClasenClean up man pages on 'clean'
2012-08-16 Matthias ClasenMake --enable-man and --enable-gtk-doc independent
2012-08-16 Matthias ClasenFix an example
2012-08-14 Javier JardónRevert "Use upstream gettext instead the glib one"
2012-08-14 Sebastian Geigercompiling.xml: Add note and fix gcc example
2012-08-14 Javier JardónUse upstream gettext instead the glib one
2012-08-12 DirgitaUpdated Indonesian translation
2012-08-08 Colin Waltersbuild: Switch back to using AS_IF for conditionals
2012-08-07 Chao-Hsiung... Updated Traditional Chinese translation(Hong Kong and...
2012-08-06 Stef Waltergtlscertificate: Add certificate-bytes and private...
2012-08-06 Ryan Lortiebump version
2012-08-06 Ryan LortieGLib 2.33.8 2.33.8
2012-08-06 Matthias ClasenDon't use GIO in GTestDBus setup
2012-08-06 Matthias ClasenMore updates
2012-08-06 Matthias ClasenSolaris build fix for GIO
2012-08-06 Dan Winshipgio/tests/g-icon.c: fix some path checks on win32
2012-08-06 Dan Winshipgicon: make g_icon_new_for_string() recognize win32...
2012-08-06 Dan Winshipgio/tests/file: skip the file monitor tests if using...
2012-08-06 Dan Winshipgio/tests/g-file.c: fix some path checks on win32
2012-08-06 Dan Winshipglocalfile: fix g_file_get_parse_name() on win32
2012-08-06 Matthias ClasenPlug a minor memory leak in GDBusObjectProxy
2012-08-06 David Rothlisbergergobject docs: Remove confusing acronym
2012-08-06 David Rothlisbergergobject docs: Remove incorrect reference to signals...
2012-08-06 Brian KoningRemove extra newline chars in local g_application_comma...
2012-08-06 Pavel VasinGDBusActionGroup: hold ref until async init done
2012-08-06 Pavel Vasingio/tests/actions: test for bug679509
2012-08-06 Matthias ClasenDeprecated GSlice config API
2012-08-06 Matthias Clasenconfigure.ac: Use AS_HELP_STRING throughout
2012-08-06 Stef Waltergtlscertificate: Don't confuse certificate and public...
2012-08-06 Stef Waltergchecksum: Add g_compute_checksum_for_bytes()
2012-08-06 Stef Walterchecksum: Use functions instead of macros when building...
2012-08-05 Javier JardónMake gtk-doc not a hard dependency of GLib
2012-08-05 Mark Nauwelaertsgclosure: do not copy and leak when generically marshal...
2012-08-05 Mark Nauwelaertstests: add check for leaking signal return value
2012-08-05 Mark Nauwelaertstests: make refcount signals test slightly valgrind...
2012-08-04 Matthias ClasenNEWS updates for 2.33.8
2012-08-04 Matthias Clasendocs: Improve man page consistency
2012-08-04 Matthias Clasendocs: Improve man page generation
2012-08-04 Matthias ClasenRework the man page configury
2012-08-04 Matthias Clasendocs: Don't put links in section titles
2012-08-03 Stef Waltergtlscertificate: Add g_tls_certificate_is_same() function
2012-08-03 Stef Waltergtlsdatabase: Don't complain if no callbacks for async...
2012-08-03 Sweta KothariUpdated gujarati file
2012-08-03 Sweta KothariUpdated gujarati file
2012-08-01 David ZeuthenGDBusError: Fix up G_STATIC_ASSERT guidance
2012-07-31 Dan Winshipgthreadpool: set default max_unused_threads and max_idl...
2012-07-30 Dan Winshipgmain: allow g_source_get_context() on destroyed sources
2012-07-30 Dan Winshipglib/tests/mainloop: test g_source_get_time()
2012-07-30 Owen W. Taylorg_file_make_directory_with_parents: Fix error propagation
2012-07-30 Colin WaltersGFile: Note semantics of g_file_delete()
2012-07-30 Colin WaltersGFile: Add g_file_delete_async()
2012-07-30 Colin WaltersAdd .dir-locals.el to tell Emacs users not to use tabs...
2012-07-30 Fran DiéguezUpdated Galician translations
2012-07-29 Andrej ŽnidaršičUpdated Slovenian translation
2012-07-27 Lionel Landwerlinglib: fix locale detection on android
2012-07-25 Мирослав НиколићUpdated Serbian translation
2012-07-24 Yaron ShahrabaniUpdated Hebrew translation.
2012-07-23 Tobias Endrigkeit[l10n] Updated German translation
2012-07-23 Kjartan MaraasUpdated Norwegian bokmål translation
2012-07-20 Colin WaltersRevert unintential IAPI break for g_key_file_load_from_...
2012-07-19 Chun-wei Fangio/Makefile.am: Filter out gcontenttype.c for MSVC...
2012-07-19 Matthias ClasenCheck for PR_SET_NAME
2012-07-19 Matthias ClasenBe more careful when using xlocale
2012-07-19 Matthias ClasenCosmetic: Fix up line endings
2012-07-18 Dan Winshipgmain: handle child sources being destroyed before...
2012-07-18 Dan Winshipg_source_add_child_source: sync blocked state
2012-07-17 Dan Winshipgio/tests/converter-stream: add a new test, rename...
2012-07-17 Dan Winshipg_cancellable_source_new: don't use a file descriptor
2012-07-17 Matthias ClasenBump version
2012-07-17 Matthias ClasenMore updates 2.33.6
2012-07-17 Stef WalterGIOScheduler: Fix access after free in "cancelled"...
2012-07-17 Matthias Clasen2.33.6
2012-07-17 Dan WinshipGAsyncInitable: partially revert the init_finish changes
2012-07-16 Krzesimir NowakGVariantType: Add (constructor) annotation for some...
2012-07-16 Daniel MustielesUpdated Spanish translation
2012-07-16 Marc-André... win32: g_getenv() should return "" if variable exists...
2012-07-16 Marc-André... win32: fix g_get_environ()
2012-07-16 Matthias ClasenBump version
2012-07-16 Matthias ClasenMore updates 2.33.4
2012-07-15 Ihar HrachyshkaUpdated Belarusian translation.
2012-07-14 Piotr DrągUpdated Polish translation
2012-07-14 Chao-Hsiung... Updated Traditional Chinese translation(Hong Kong and...
2012-07-13 Matthias ClasenFix GModule documentation a bit
2012-07-13 Matthias ClasenFix doc build
2012-07-13 Nilamdyuti... Assamese translation updated
2012-07-13 Matthias ClasenUpdate NEWS
next