Add async version of g_file_make_directory()
[platform/upstream/glib.git] / glib /
2013-04-19 Ryan LortieGVariant parser: tweak lexer for format strings
2013-04-19 Ryan LortieGVariant parser: turn two asserts into soft errors
2013-04-17 Robert Braggutils: avoid redundant set/endpwent around getpwuid
2013-04-16 Giovanni CampagnaGVariant: fix transfer annotation
2013-04-16 Sebastian DrögeFix compilation on Android with the bionic C library
2013-04-12 Jasper St. Pierrebookmarkfile: Fix annotations on GBookmarkFile
2013-04-12 Marek Kasiktests: Add test for disabled help options
2013-04-12 Marek KasikDon't show help options when help is disabled
2013-04-10 Dan Winshipgmain: fix double-unlock in g_main_context_unref()
2013-04-10 Robert AncellFix deprecation warning for g_io_channel_read
2013-04-09 Руслан Ижбулатовwin32: Allow POSIX threads to be used if --with-threads...
2013-04-09 Руслан Ижбулатовwin32: Fix warning
2013-04-08 James Turnerg_atomic_int_get, g_atomic_pointer_get: accept const...
2013-04-07 Antoine Jacoutotsimpler regex match on the shebang
2013-04-05 Jesse van den KieboomGDateTime to GTimeZone in opaque structure doc
2013-04-04 Cosimo Cecchigversionmacros: fix a typo
2013-04-03 Colin Waltersgmacros: Mark G_UNAVAILABLE() functions as deprecated...
2013-04-02 Colin Waltersghash: Suppress -Wmaybe-uninitialized from GCC 4.4
2013-04-01 Ryan LortieAdd GLib 2.38 version macros
2013-03-21 Murray CummingCorrected a GLIB_AVAILABLE_IN_*
2013-03-19 Ryan Lortietests: remove a pair of testcases that fail in en_CA
2013-03-18 Christian Perschgoption: g_option_context_new allows NULL for parameter...
2013-03-18 Matthias Claseng_hash_table_get_keys: Improve docs slightly
2013-03-18 David Kingdocs: Elaborate replacement for g_strncasecmp
2013-03-18 David SchleefAdd warning to g_base64_decode()
2013-03-15 Stephan Bergmanngmacros: Ensure GUINT32/64_SWAP_LE_BE macros parenthesi...
2013-03-12 Ryan Lortietests: clean up for Unicode corrigendum #9
2013-03-08 Behdad Esfahbod[win32] Remove MemoryBarrier() fallback implementation
2013-03-05 Christian Perschunicode: Allow noncharacters
2013-03-05 Ognyan Tonchevbase64: Fix g_base64_decode_step ()
2013-03-05 Colin Waltersbase64: Add tests for incremental decoding with very...
2013-03-02 Matthias ClasenMake GList more robust
2013-03-01 Chun-wei FanFix gspawn-win32-helper.c with newer Microsoft CRTs
2013-02-27 Colin Waltersbuild: Add --disable-compile-warnings
2013-02-26 Behdad EsfahbodMinor
2013-02-26 Behdad Esfahbod[win32] Add fallback implementations for gatomic.c...
2013-02-24 Matthias ClasenGList: be more robust
2013-02-24 Dan Winshipgtestutils: fix two GLIB_AVAILABLE flags
2013-02-21 Ryan Lortiethreads: don't do rlimit test when running as root
2013-02-20 Ryan Lortiegutils: stop g_get_home_dir() from reading passwd
2013-02-20 Ryan Lortiegutils: replace direct references to g_home_dir
2013-02-20 Ryan Lortiegutils: split out g_get_tmp_dir()
2013-02-20 Ryan Lortiegutils: split out g_get_host_name()
2013-02-20 Ryan Lortiewin32: Drop old codepage ABI from gutils.c
2013-02-05 Matthias ClasenMake G_IO_FLAG_IS_WRITEABLE and enum value
2013-02-03 Víctor Manuel Jáqu... Compile private test with -pthread on UNIX
2013-02-03 Matthias ClasenAvoid a portability problem in the checksum test
2013-02-03 Matthias ClasenFix deprecation note for g_static_mutex_free
2013-02-03 Matthias ClasenMake G_DISABLE_DEPRECATED work again for wholly depreca...
2013-02-03 Dan Winshipg_option_context_help: don't modify the input data
2013-02-03 Matthias ClasenSilence automake
2013-02-02 Matthias ClasenLog errors the same way as messages
2013-02-02 Matthias ClasenSimplify glib/glib/tests setup
2013-02-02 Matthias ClasenMake the logging test more robust
2013-02-02 Will ThompsonTest for g_hash_table_insert() corrupting sets
2013-02-02 Ryan Lortiehashtable: properly handle insert() de-set-ifying
2013-02-01 Ryan Lortiegmain: equivocate a bit on _set_ready_time()
2013-01-30 Cosimo Cecchigmacros: add G_GNUC_UNUSED to G_STATIC_ASSERT
2013-01-29 Colin WaltersAdd g_close(), use it
2013-01-28 Simon McVittieg_atomic_int_get, g_atomic_pointer_get: accept const...
2013-01-26 Rui Matosgsequence: Fix g_sequence_lookup() return value documen...
2013-01-25 Colin Waltersgwakeup: Fix uninitialized variable from previous commit
2013-01-25 Colin WaltersHandle EINTR for a few more write() calls
2013-01-24 Gil ForcadaIncorrect string formatters, fixes #692229
2013-01-23 Colin Waltersgtester: Use FD_CLOEXEC when creating pipes
2013-01-20 Matthias ClasenFix a typo
2013-01-20 Matthias ClasenFix g_test_add_vtable
2013-01-20 Matthias ClasenFix annotation for g_test_fail
2013-01-19 Matthias ClasenFix build with -Werror=format
2013-01-18 Cosimo Cecchitimezone: plug a memleak
2013-01-18 Cosimo Cecchitimezone: avoid a double GBytes unref
2013-01-18 Ryan LortieGVariant: fix normal-form checking for tuples
2013-01-18 Ryan LortieRemove a few more G_GNUC_INTERNAL users
2013-01-18 Ryan LortieFix visibility for glib/ and gio/ submodules
2013-01-18 Colin WaltersRemove most use of G_GNUC_INTERNAL
2013-01-17 Ryan LortieRemove ABI checking scripts
2013-01-17 Ryan LortieRemove regexp-based export control
2013-01-15 Ryan Lortiemainloop test: fix a silly memory error
2013-01-15 Ryan Lortiemainloop test: use atomic for cross-thread access
2013-01-15 Ryan Lortiemainloop test: fix a small typo
2013-01-15 Ryan Lortietests for the new MainContext/GSource API
2013-01-15 Ryan LortieAdd a UNIX fd source
2013-01-15 Ryan Lortiegsource: Add support for file descriptors on UNIX
2013-01-15 Ryan LortieGTimeoutSource: simplify
2013-01-15 Ryan LortieGSource: new API g_source_set_ready_time()
2013-01-15 Ryan Lortiegsource: allow NULL check and prepare functions
2013-01-15 Ryan Lortiemove GIOCondition to gmain.h from giochannel.h
2013-01-15 Ryan Lortiegsource: Make GSource->source_funcs const
2013-01-15 Yuri Sedunovgtester: Add #include config.h
2013-01-15 Ryan Lortievisibility: Use a separate CFLAGS variable
2013-01-14 Ryan Lortiewin32: hide _glib_get_dll_directory again
2013-01-14 Ryan Lortiewin32: build: stop using .def files
2013-01-14 Ryan Lortiewin32: visibility fixups
2013-01-13 Ryan Lortiegbacktrace.c: special treatment for a weird symbol
2013-01-13 Ryan LortieAdd a new _GLIB_EXTERN macro for "extern"
2013-01-13 Ryan Lortievarious: add GLIB_AVAILABLE_IN_ALL everywhere else
2013-01-13 Ryan Lortiegversionmacros.h: add GLIB_AVAILABLE_IN_ALL
2013-01-13 Henrique Dante de... Add G_GNUC_PRINTF on all functions with format strings
2013-01-13 Benjamin OtteAPI: Constify g_get_prgname()
2013-01-06 Dan Winshiptests/gdatetime: add a missing ; on windows
next