summaryrefslogtreecommitdiff
path: root/glib/gdatetime.c
Commit message (Expand)AuthorAgeFilesLines
* gdatetime: add NULL guard in g_date_time_new_now()Peter Bloomfield2022-10-091-0/+2
* gdatetime: add missing g_return_() check in g_date_time_format_iso8601Aleksander Morgado2022-10-041-0/+2
* Merge branch 'more-spdx' into 'main'Philip Withnall2022-07-051-0/+2
|\
| * Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall2022-06-011-0/+2
* | gdatetime: Use figure space for `%e`Maksym Hazevych2022-06-201-2/+3
* | gdatetime: Pad numbers with numeric spaceMaksym Hazevych2022-06-201-4/+4
|/
* gdatetime: Rework array indexing to satisfy scan-buildPhilip Withnall2022-04-281-4/+4
* glib: Format GDateTime ISO8601 years as %C%yCarlos Garnacho2022-03-211-2/+2
* Fix non-initialized variable in glib/gdatetime.cLoic Le Page2022-02-181-2/+2
* Fix always false statement warning in glib/gdatetime.cEmmanuel Fleury2021-10-121-2/+3
* Add private functions to correctly convert datetime when LC_TIME is not UTF8Frederic Martinsons2021-03-271-6/+9
* Reorganize headers inclusion alphabeticallyFrederic Martinsons2021-03-271-5/+3
* gdatetime.c: Fix MSVC builds for lack of NAN itemsChun-wei Fan2021-01-041-0/+5
* gdatetime: Use isnan() instead of !isfinite()Philip Withnall2020-12-111-1/+1
* gdatetime: Remove floating point from seconds parsing codePhilip Withnall2020-12-111-7/+5
* gdatetime: Disallow NAN as a number of seconds in a GDateTimePhilip Withnall2020-12-091-1/+7
* gdatetime: Fix g_date_time_equal annotationJean Felder2020-11-241-2/+2
* gdatetime: Fix g_date_time_hash annotationJean Felder2020-11-241-1/+1
* gdatetime: Fix g_date_time_compare annotationJean Felder2020-11-241-2/+2
* Merge branch '553-tz-errors' into 'master'Sebastian Dröge2020-11-221-3/+3
|\
| * gdatetime: Port to use new g_time_zone_new_identifier() constructorPhilip Withnall2020-11-181-3/+3
* | glib: Drop unnecessary volatile qualifiers from internal variablesPhilip Withnall2020-11-201-1/+1
|/
* gdatetime: Avoid integer overflow creating dates too far in the pastPhilip Withnall2020-10-011-2/+4
* gdatetime: Widen a variable before multiplicationPhilip Withnall2020-08-181-1/+1
* gdatetime: Format iso8601 strings with microsecond precisionJohan Bjäreholt2020-08-121-1/+9
* gdatetime: Fix alphabetical order of format specifiersJohan Bjäreholt2020-08-121-3/+3
* gdatetime: Add %f format specifier for microsecondsJohan Bjäreholt2020-08-121-2/+7
* tree: Fix various ableist languagePhilip Withnall2020-06-231-3/+2
* Merge branch '2082-get-rid-of-am-pm' into 'master'Sebastian Dröge2020-05-141-3/+7
|\
| * gdatetime: Document that specific AM/PM formatting is discouragedPhilip Withnall2020-04-091-3/+7
* | gdatetime: add preconditons to public methodsZander Brown2020-05-121-0/+11
* | gdatetime: update annotationsZander Brown2020-05-121-52/+53
|/
* gdatetime: Handle leap seconds in ISO8601 datesBastien Nocera2019-11-211-0/+9
* gdatetime: Document RFC 3339 extensions when parsing ISO 8601Philip Withnall2019-10-101-2/+6
* gdatetime: Fix error handling in g_date_time_new_week()Philip Withnall2019-09-241-0/+2
* gdatetime: Fix error handling in g_date_time_new_ordinal()Philip Withnall2019-09-181-0/+2
* Merge branch 'ossfuzz-16101-iso8601-parsing' into 'master'Emmanuele Bassi2019-09-021-6/+8
|\
| * gdatetime: Avoid an assertion failure when parsing some ISO 8601 datesPhilip Withnall2019-08-211-6/+8
* | minor typos in the documentation (a/an)Дилян Палаузов2019-08-241-1/+1
|/
* gdatetime: Stop using deprecated g_get_current_time()Philip Withnall2019-07-291-10/+22
* gdatetime: Deprecate GDateTime API which uses GTimeValPhilip Withnall2019-07-291-0/+14
* gdatetime: Add g_date_time_format_iso8601() convenience functionPhilip Withnall2019-07-291-0/+43
* gdatetime: Unmark an unrelated comment as a documentation commentPhilip Withnall2019-03-151-1/+1
* glib: Fix various compiler warnings when compiling with G_DISABLE_ASSERTPhilip Withnall2019-03-081-1/+6
* Fixing signedness warnings in glib/gdatetime.cEmmanuel Fleury2019-01-281-3/+4
* gdatetime: Fix typo in the commentTomasz Miąsko2018-12-101-1/+1
* gdatetime: Avoid unnecessary conversions from ASCII to UTF-8Tomasz Miąsko2018-12-041-2/+9
* gdatetime: Store intermediate result of g_date_time_format in UTF-8Tomasz Miąsko2018-12-041-159/+161
* gdatetime: Fix formatting of time zones offsets in range -01:00 to +00:00Tomasz Miąsko2018-10-311-6/+11
* Fix various const-correctness issuesPhilip Withnall2018-04-261-6/+6