cleanup
[platform/upstream/glib.git] / glib / gtimezone.c
2014-07-14 Gergely POLONKAIFix typos in gbytes_hash and g_time_zone_find_interval...
2014-06-27 Ryan LortieGTimeZone: remove some dead code
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-06 Matthias ClasenConvert external links to markdown syntax
2014-02-06 Matthias ClasenDon't use <filename> in docs
2014-02-06 Matthias ClasenDon't use <envar> in docs
2014-02-02 Matthias ClasenDon't use the varname tag
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-20 Chun-wei Fanglib/gtimezone.c: Check the size of tzi.DaylightName
2013-04-05 Jesse van den KieboomGDateTime to GTimeZone in opaque structure doc
2013-01-18 Cosimo Cecchitimezone: plug a memleak
2013-01-18 Cosimo Cecchitimezone: avoid a double GBytes unref
2012-12-19 Emmanuele Bassitimezone: Fix byte arithmetic
2012-12-18 John RallsGTimeZone interval_info: Fix interval 0 per IANA tzfile...
2012-12-18 John RallsMSWindows TimeZone Support: Refactor and rewrite TZ...
2012-12-18 John RallsImplement and test time zone name/abbrev setting for...
2012-12-18 John RallsWin32 TimeZone Support: General refactoring
2012-12-18 Arnel A. BorjaGTimeZone: Fix time zones in Windows
2012-12-18 Arnel A. BorjaGTimeZone: Parse Windows format for TZ
2012-12-18 Arnel A. BorjaGTimeZone: Parse POSIX format for TZ
2012-12-18 Arnel A. BorjaGTimeZone: Add initialization functions for rules
2012-12-18 Arnel A. BorjaGTimeZone: Parse more offset formats
2012-12-18 John RallsReplace zoneinfo pointers with structs
2012-12-18 John RallsExtract function init_zone_from_iana_info
2012-12-18 John RallsExtract function zone_info_unix
2012-12-06 Ryan Lortievarious: add missing cases of #include "config.h"
2012-10-12 Arnel A. Borjagtimezone: Indentation adn comment fixes
2012-10-12 John RallsBug 631382 - GTimeZone support for zoneinfo version 1
2012-06-11 Matthias ClasenCorrect the docs for g_time_zone_adjust_time
2012-02-06 Giovanni Campagnagtimezone: consider a leading : in TZ environment variable
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-12-15 Stef WalterGBytes: add a size argument to g_bytes_get_data
2011-11-24 Stef WalterGBytes: A new type for an immutable set of bytes.
2011-11-13 Matthias ClasenMore consistent doc formatting
2011-09-19 Ryan LortieDon't #include <glib/gslice.h> from gmem.h
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-08-29 Matthias ClasenSpelling fixes
2011-08-22 Colin WaltersGTimeZoneMonitor: Revert addition of this class
2011-06-06 Colin WaltersGBuffer: Suffix header with private.h
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-14 Ryan LortieGTimeZone: fix non-threadsafe refcounting
2011-04-11 Matthias ClasenFix a few parameter mismatches in the docs
2011-03-31 Ryan LortieAdd GTimeZoneMonitor
2011-03-31 Ryan Lortieg_time_zone_new_local: cache the result
2011-03-31 Ryan LortieGTimeZone: don't add /etc/localtime to the cache
2011-02-16 Damien Lespiaugtimezone: Rename shadowing variable 'time' to 'time_'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2011-01-18 Matthias ClasenMark another function as static
2011-01-18 Matthias ClasenMark a function as static
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-17 Ryan LortieClean-up/tweaking of GDateTime and GTimeZone