Fix getauxval error at qemu
[platform/upstream/glib.git] / glib / gmain.c
2024-02-05 Mateusz MajewskiImported Upstream version 2.78.4 upstream/2.78.4
2024-02-05 Mateusz MajewskiImported Upstream version 2.74.4
2024-02-02 Mateusz MajewskiImported Upstream version 2.73.3
2024-01-03 Karol LewandowskiImported Upstream version 2.72.3
2021-10-29 DongHun KwakImported Upstream version 2.69.1 upstream/2.69.1
2021-10-29 DongHun KwakImported Upstream version 2.69.0 upstream/2.69.0
2021-10-29 DongHun KwakImported Upstream version 2.67.2 upstream/2.67.2
2021-10-29 DongHun KwakImported Upstream version 2.67.1 upstream/2.67.1
2021-10-29 DongHun KwakImported Upstream version 2.67.0 upstream/2.67.0
2021-10-29 DongHun KwakImported Upstream version 2.66.3 upstream/2.66.3
2021-10-29 DongHun KwakImported Upstream version 2.66.2 upstream/2.66.2
2021-10-29 DongHun KwakImported Upstream version 2.65.1 upstream/2.65.1
2021-10-29 DongHun KwakImported Upstream version 2.64.5 upstream/2.64.5
2019-12-03 Hyunjee KimImported Upstream version 2.61.2
2019-12-03 Hyunjee KimImported Upstream version 2.61.1
2019-12-03 Hyunjee KimImported Upstream version 2.61.0
2019-12-03 Hyunjee KimImported Upstream version 2.59.1
2019-12-03 Hyunjee KimImported Upstream version 2.59.0
2019-12-03 Hyunjee KimImported Upstream version 2.57.2
2019-12-03 Hyunjee KimImported Upstream version 2.57.1
2019-12-03 Hyunjee KimImported Upstream version 2.56.2
2019-12-03 Hyunjee KimImported Upstream version 2.55.2
2019-12-03 Hyunjee KimImported Upstream version 2.55.1
2019-12-03 Hyunjee KimImported Upstream version 2.55.0
2019-12-03 Hyunjee KimImported Upstream version 2.54.3
2017-09-29 DongHun KwakImported Upstream version 2.54.0 82/153582/1 upstream/2.54.0
2017-09-29 DongHun KwakImported Upstream version 2.53.5 79/153579/1
2017-09-29 DongHun KwakImported Upstream version 2.53.4 78/153578/1
2017-09-29 DongHun KwakImported Upstream version 2.53.3 77/153577/1
2017-09-29 DongHun KwakImported Upstream version 2.53.1 75/153575/1
2017-09-29 DongHun KwakImported Upstream version 2.52.3 74/153574/1
2017-05-19 DongHun KwakImported Upstream version 2.52.2 10/130010/1 upstream/2.52.2
2017-05-19 DongHun KwakImported Upstream version 2.52.1 09/130009/1
2017-05-19 DongHun KwakImported Upstream version 2.51.1 03/130003/1
2017-02-03 DongHun KwakImported Upstream version 2.50.2 02/112802/1 upstream/2.50.2
2016-05-10 DongHun KwakMerge branch 'upstream' of ssh://review.tizen.org:29418... 69/68869/1 upstream/2.48.0
2016-05-10 Ryan LortieImported Upstream version 2.48.0 68/68868/1
2015-03-20 Ryan Lortiegmain: Save errno when handling unix signals
2015-03-12 Ryan LortieConvert remaining uses of 'Rename to:'
2015-03-03 Philip Withnallgmain: Explicitly document the threading behaviour...
2014-11-29 Ryan Lortiegmain: fix poll record comparison
2014-10-29 Dan Winshipgmain: don't pass the same fd to g_poll() multiple...
2014-09-25 Philip Withnallgmain: Unref child sources when finalising a GSource
2014-09-25 Philip Withnallgmain: Fix some signed/unsigned integer comparisons
2014-09-19 Ryan Lortiegmain: improve g_source_set_name thread safety
2014-09-19 Ryan Lortiegsource: clarify restrictions on non-existant IDs
2014-08-02 Руслан ИжбулатовSilence some uncontroversial warnings
2014-02-24 Ryan Lortiegmain: simplify g_main_context_find_source_by_id()
2014-02-24 Ryan Lortiegmain: Simplify source id tracking
2014-02-22 Ryan LortieGSource: mark some API as "implementation only"
2014-02-22 Ryan Lortiegmain: repeat preconditions for emphasis
2014-02-21 Ryan Lortieg_main_context_wait: add a critical to detect use
2014-02-21 Ryan Lortiegmain: abort if monotonic time is unsupported
2014-02-20 Ryan Lortiegsource: document priority of child sources
2014-02-20 Ryan Lortiegmain: rework g_get_monotonic_time() a bit
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-15 Matthias Clasendocs: let go of *
2014-02-11 Simon McVittieg_child_watch_source_new: POSIX pid must be positive
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-06 Matthias ClasenDocs: use quotes instead of firstterm
2014-02-06 Matthias ClasenUse markdown for images
2014-02-03 Philip Withnallgmain: Note that g_source_destroy() can be called multi...
2014-02-02 Matthias Clasengmain: Convert docs to markdown
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-02-01 Matthias ClasenDocs: Big entity cleanup
2014-02-01 Matthias Clasengmain: Convert docs to markdown
2014-02-01 Matthias ClasenDocs: Don't use the emphasis tag
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-19 Ryan LortieGMainContext: unref pending sources on destroy
2014-01-03 Ryan Lortieunix signals: stop using atomics
2014-01-02 Ryan LortieFix races in unix signal dispatch
2013-11-23 Matthias ClasenAdd some mainloop instrumentation
2013-11-20 Dan WinshipReplace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
2013-11-20 Dan WinshipRemove alleged support for BeOS
2013-11-11 Stef Waltergmain: Fix use of uninitialized memory in sigaction...
2013-11-03 Ognyan Tonchevgmain: make g_source_add_child_source() thread safe
2013-10-23 Bastien Noceragmain: Warn when g_source_remove() fails
2013-10-13 Noah Masseygmain: mark newest id used when source id overflows
2013-09-30 Ryan LortieFix a careless mistake in the last commit
2013-09-30 Ryan Lortiegmain: Remove dispatching source stack
2013-09-27 Patrick WelcheOnly use SA_RESTART if it exists
2013-07-23 Colin Waltersgmain: Reset signal handlers to default when source...
2013-07-19 Giovanni Campagnaglib-unix: fix handling of multiple signal source for...
2013-07-13 Dan Winshipgsourceclosure: Add support for GUnixSignalWatchSource...
2013-06-25 Wim Taymansgmain: handle blocked source in g_source_add_child_source()
2013-06-10 Colin Waltersgmain: Document more use cases of g_main_context_wakeup()
2013-04-10 Dan Winshipgmain: fix double-unlock in g_main_context_unref()
2013-02-01 Ryan Lortiegmain: equivocate a bit on _set_ready_time()
2013-01-18 Colin WaltersRemove most use of G_GNUC_INTERNAL
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
2012-11-15 Dan Winshipwin32: misc warning fixes
2012-11-15 Michael NattererRevert "gmain: Add private API to create Unix child...
2012-11-14 Colin Waltersgmain: Add private API to create Unix child watch that...
2012-11-13 Colin Waltersgmain: Handle case where source id overflows
2012-11-02 Colin WaltersMerge waitpid() from g_spawn_sync into gmain()
2012-10-29 Paul Eggertgmain: Document constraints on waitpid
next