summaryrefslogtreecommitdiff
path: root/glib/gtimezone.c
Commit message (Expand)AuthorAgeFilesLines
* gtimezone: Avoid a nested preprocessor conditional to be nice to g-iSimon McVittie2023-02-101-3/+2
* timezone: Fix a compiler warningMatthias Clasen2023-02-031-1/+1
* g_time_zone_adjust_time: add (inout) annotation Bart Jacobs2023-01-251-1/+1
* gtimezone: Fix symlink checks on relative link targetsPhilip Withnall2022-10-241-0/+7
* gtimezone: Reject weird /etc/localtime configurationsRay Strode2022-10-181-13/+44
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gtimezone: Fix assertion failure when called with a huge offsetPhilip Withnall2022-03-161-3/+13
* Fix non-initialized variable and signed/unsigned mismatch in glib/gtimezone.cLoic Le Page2022-02-181-2/+2
* Fix GDateTime timezone resolution for IllumosTim Mooney2022-01-141-8/+99
* Fix signedness warnings in glib/gtimezone.cEmmanuel Fleury2021-10-191-6/+6
* gtimezone: Deprecate g_time_zone_new()Philip Withnall2020-11-211-4/+12
* gtimezone: Add new constructor which can report errorsPhilip Withnall2020-11-181-17/+53
* Merge branch 'six-days-to-eom' into 'master'Emmanuele Bassi2020-10-161-1/+5
|\
| * Fix the 6-days-until-the-end-of-the-month bugРуслан Ижбулатов2020-10-161-1/+5
* | Revert "gtimezone: Cache timezones based on the identifier they were created by"António Fernandes2020-10-151-10/+3
* | gtimezone: Cache default timezone indefinitelyAntónio Fernandes2020-10-151-6/+39
* | gtimezone: Set resolved_identifier earlierAntónio Fernandes2020-10-021-51/+25
* | gtimezone: Split out fallback timezone identification for unixAntónio Fernandes2020-10-011-54/+73
|/
* gtimezone: Cache timezones based on the identifier they were created byPhilip Withnall2020-09-231-3/+10
* timezone: Fix an uninitialized useMatthias Clasen2020-07-311-0/+2
* glib: Use g_getenv everywhere instead of getenvNirbheek Chauhan2020-07-231-1/+1
* gtimezone: add FIXME commentsPaul Eggert2020-07-161-0/+12
* Clarify memset in set_tz_namePaul Eggert2020-07-161-1/+1
* gtimezone: support footers in TZif filesPaul Eggert2020-07-161-3/+93
* gtimezone: add support for RFC 8536 time zone transitionsPaul Eggert2020-07-161-34/+44
* gtimezone: allow hh to be 24, as per POSIXPaul Eggert2020-07-161-3/+3
* gtimezone: support POSIX 1003.1-2001 quoted TZ abbreviationsPaul Eggert2020-07-161-4/+15
* gtimezone: get 64-bit data from version-3 TZif filesPaul Eggert2020-07-161-2/+2
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-1/+1
* gtimezone: Tidy up UTC timezone creationPhilip Withnall2020-02-241-9/+8
* gtimezone: fix parsing of Julian day in POSIX TZ formatDaniel P. Berrange2020-01-151-13/+29
* gtimezone: fix inverted ignore_leap param parsing julian dayDaniel P. Berrange2020-01-151-3/+3
* gtimezone: Cache UTC and local TZ indefinitelyrim2019-10-251-2/+31
* gtimezone: Clarify in docs that TZ can contain an absolute pathPhilip Withnall2019-10-161-1/+2
* minor typos in the documentation (a/an)Дилян Палаузов2019-08-241-1/+1
* gtimezone.c: Fix identifier assignment on WindowsChun-wei Fan2019-07-051-7/+20
* glib/gtimezone.c: Use RegLoadMUIStringW() to query Std/Dlt stringsChun-wei Fan2019-07-051-7/+26
* glib/gtimezone.c: Use Unicode versions of Windows Registry APIChun-wei Fan2019-07-051-43/+98
* gtimezone: Stop using deprecated APIPhilip Withnall2019-05-301-1/+1
* Fixing various warnings in glib/gtimezone.cEmmanuel Fleury2019-03-171-26/+36
* gtimezone: Fallback to /etc/timezone on GentooMart Raudsepp2018-12-171-6/+11
* Use G_GNUC_FALLTHROUGH where appropriateBenjamin Otte2018-09-041-0/+2
* gtimezone: port to tzcode 2014cPaul Eggert2018-06-111-1/+4
* gtimezone: Fix two minor leaks in zone_info_unix()Philip Withnall2018-05-161-4/+7
* gtimezone: Fallback to /var/db/zoneinfo on FreeBSDTing-Wei Lan2018-05-021-10/+28
* timezone: Correctly resolve symlink from /etc/localtimeGeorges Basile Stavracas Neto2018-04-301-0/+8
* gtimezone: Add g_time_zone_new_offset() convenience constructorPhilip Withnall2018-04-131-0/+36
* gtimezone: Add g_time_zone_get_identifier() accessorPhilip Withnall2018-04-121-33/+133
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-1/+1