Move thread priority translation into the backends
[platform/upstream/glib.git] / glib /
2011-09-09 Ryan LortieGThread: remove errorcheck mutex support
2011-09-09 Ryan LortieDeprecated (undocumented) g_thread_gettime
2011-09-09 Dan WinshipMake threads mandatory
2011-09-09 David SchleefFix spelling of G_IO_FLAG_IS_WRITEABLE
2011-09-09 Kushal Dasg_key_file_parse_value_as_integer: Integers can have...
2011-09-05 Ryan Lortiedocs fixups for glib/
2011-09-05 Ryan Lortieone missed docs fix
2011-09-05 Ryan Lortiegtk-doc fixups for glib/
2011-09-05 Ryan Lortiedoc: Remove reference to non-existent #GChildWatch
2011-09-05 Ryan Lortieg_date_time_format: honour T_FMT_AMPM for '%r'
2011-09-05 Ryan LortieGDateTime: translate "AM"/"PM", not "am"/"pm"
2011-09-05 Matthias ClasenOnly use gcc-specific options when the compiler is gcc
2011-09-04 Dan Winshipfix a few warnings on non-Linux
2011-09-04 Ryan Lortieg_date_time_format: improve support for alt digits
2011-09-03 Ryan LortieRevert "g_date_time_format: support %D"
2011-09-03 Matthias Clasengdatetime: Fix locale-changing code
2011-09-03 Ryan Lortieg_date_time_format: add standards notes to the doc
2011-09-03 Ryan LortieGDateTime: test _format against strftime()
2011-09-03 Ryan LortieGDateTime test: plug a couple of leaks
2011-09-03 Ryan Lortieg_date_time_format: rip out non-working %W format
2011-09-03 Ryan Lortieg_date_time_format: clarify documentation
2011-09-03 Ryan Lortieg_date_time_format: support %D
2011-09-03 Ryan Lortieg_date_time_format: small fixups
2011-09-03 Ryan Lortieg_date_time_format: fix padding for some formats
2011-09-03 Ryan LortieGDateTime test: don't test removed %N
2011-09-02 Ryan Lortieg_date_time_format: support %g and %G
2011-09-02 Ryan Lortieg_date_time_format: drop %N format
2011-09-02 Javier Jardóng_date_time_format: support %w
2011-09-02 Javier Jardóng_date_time_format: support %C
2011-09-02 Javier Jardóng_date_time_format: support %c
2011-09-02 Javier Jardóng_date_time_format: support %V
2011-08-31 Ryan LortieRevert "gdatetime: Add g_date_time_source_new()"
2011-08-31 Pavel HolejsovskyMake GMainLoop, GMainContext and GSource boxed types
2011-08-31 Dan Winshipg_get_monotonic_time: fix race condition
2011-08-30 Ryan Lortieunix signal watch: make API match other sources
2011-08-30 Matthias ClasenCorrect a doc typo
2011-08-29 Matthias ClasenDon't call close on invalid fds
2011-08-29 Colin Waltersgdatetime: Tweak g_date_time_source_new() documentation
2011-08-29 Matthias ClasenSpelling fixes
2011-08-29 Colin WaltersAdd Linux timerfd_create() backend for g_date_time_sour...
2011-08-29 Colin Waltersgdatetime: Add g_date_time_source_new()
2011-08-24 Dan Winshipgfileutils: fix docs/annotations for temp file methods
2011-08-23 Matthias Clasengdatetime: Don't include langinfo.h unconditionally
2011-08-22 Colin WaltersGTimeZoneMonitor: Revert addition of this class
2011-08-22 Colin Waltersgmain: Clarify that timeouts are in terms of monotonic...
2011-08-22 Matthias ClasenGDateTime: use nl_langinfo() when available
2011-08-22 Matthias ClasenGDateTime: cosmetics
2011-08-22 Matthias ClasenGDateTime: cosmetics
2011-08-22 Matthias ClasenGDateTime: don't use separate strings for upper/lowerca...
2011-08-21 Matthias Claseng_date_time_format: support %T
2011-08-21 Pavel Holejsovsky[gi] Add annotations to g_quark functions
2011-08-19 Stef WalterMerge branch 'concurrent-cancellable'
2011-08-17 Christian DywanUse actual uint64 values to compare uint64 variants
2011-08-17 Behdad EsfahbodFixup max decomposition len guarantee
2011-08-15 Ryan Lortieghash: fix error in "as a set" documentation
2011-08-15 Antoine Jacoutotopen(2): POSIX compatibility.
2011-08-14 Matthias ClasenAdd g_mkdtemp in the spirit of g_mkstemp
2011-08-14 Matthias ClasenGHmac: pedantic doc fixes
2011-08-14 Stef Walterhmac: Implementation of HMAC in glib
2011-08-13 Matthias Clasengdatetime: Add a test for %OM
2011-08-13 Matthias ClasenRemove a gccism
2011-08-11 Behdad EsfahbodBug 652827 - glib-2.29.8 no longer builds with mingw...
2011-08-06 Pavel HolejsovskyAdd missing GVariant annotations
2011-07-28 Matthias ClasenRevert "Optimize g_[s]list_free_full a bit"
2011-07-26 Cosimo Cecchiutf8: annotate the end pointer in g_utf8_validate as...
2011-07-26 Ryan LortieGDateTime test: 1970 doesn't exist on Windows
2011-07-26 Ryan Lortieg_format_size: fix on Windows
2011-07-26 Ryan Lortieg_format_size: avoid silly GString use
2011-07-26 Ryan LortieMerge branch 'gwakeup'
2011-07-25 Ryan LortieGWakeup: fix Windows build breakage
2011-07-25 Ryan LortieRemove g_wakeup_* from glib.symbols
2011-07-25 Ryan LortieGWakeup: make it private API
2011-07-25 Ryan LortieGWakeup: add signal safety note
2011-07-25 Ryan Lortiegtk-doc GWakeup
2011-07-25 Ryan Lortieport GMainContext to GWakeup
2011-07-25 Ryan LortieAdd GWakeup
2011-07-25 Ryan Lortieg_unix_open_pipe: fix some bugs
2011-07-24 Dan Winshipupdate .gitignore
2011-07-22 Colin Waltersglib.symbols: Update for expected ABI changes
2011-07-22 Colin WaltersRevert addition of g_key_file_has_key_full
2011-07-22 Behdad EsfahbodDon't use deprecated G_UNICODE_COMBINING_MARK
2011-07-22 Ryan LortieRename a few arguments
2011-07-22 Ryan LortieHave gtk-doc ignore some #defines
2011-07-22 Ryan LortieReplace @Varargs with @...
2011-07-22 Ryan LortieRemove duplicate 'struct real_pcre' declaration
2011-07-22 Ryan LortieAdd deprecation guard to G_UNICODE_COMBINING_MARK
2011-07-22 Ryan LortieReword some docs comments to avoid 'Returns ...'
2011-07-22 Ryan Lortiemove 'Since:' tags down
2011-07-22 Xavier ClaessensAdd g_ptr_array_new_full
2011-07-21 Behdad EsfahbodBug 655076 - Our normalization code misses some Full_Co...
2011-07-21 Dan WilliamsDocument how to free return values from g_key_file_get_...
2011-07-21 Behdad EsfahbodBug 655025 - #define G_UNICODE_SPACING_MARK G_UNICODE_C...
2011-07-21 Simon McVittieg_atomic_int_add: document that the return value is new
2011-07-21 Ryan LortieAdvise against using GPrivate
2011-07-21 Behdad EsfahbodAdd g_unicode_script_from_iso15924()
2011-07-20 Behdad EsfahbodBug 648271 - Add g_unicode_script_to_iso15924()
2011-07-20 Ryan LortieChange order of GFormatSizeFlags
2011-07-20 Ryan Lortieg_format_size: just use GString
2011-07-20 Ryan Lortieg_format_size: Return 'gchar' instead of 'char'
2011-07-20 Ryan LortieChange GLib size units policy
next