summaryrefslogtreecommitdiff
path: root/glib/gdate.c
Commit message (Expand)AuthorAgeFilesLines
* glib: Don’t use time(NULL) to get current timePhilip Withnall2018-07-091-1/+4
* gdate: Use a more recent year when fetching the month names. Fixes #1386Christoph Reiter2018-05-291-1/+1
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-271-4/+4
* gdate: Comment that g_date_valid_dmy() does all necessary bounds checksPhilip Withnall2018-04-131-0/+2
* gdate: Make integer comparisons explicitPhilip Withnall2018-04-131-6/+6
* gdate: Add overflow precondition checks for g_date_[add|subtract]_*()Philip Withnall2018-04-131-5/+10
* date: Amend some comments about the month namesRafal Luzynski2018-02-281-1/+5
* win32_strftime_helper: Support nominative/genitive month namesRafal Luzynski2018-02-201-13/+44
* win32_strftime_helper: Factor out the common codeRafal Luzynski2018-02-201-8/+19
* g_date_set_parse: Also support nominative/genitive month namesRafal Luzynski2018-02-201-1/+66
* gdate: add g_date_copy()Andrew Potter2017-10-111-0/+29
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Fix a typoMichael Catanzaro2016-04-071-1/+1
* gdate: Move warning pragma outside of functioncoypu2016-03-031-3/+5
* gdate: Suppress string format literal warningcoypu2016-02-081-0/+3
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-1/+1
* Fix a markup confusionMatthias Clasen2015-06-051-5/+5
* Eradicate links and xrefsMatthias Clasen2014-02-081-5/+5
* Annotate all examples with their languageMatthias Clasen2014-02-011-2/+2
* Docs: Big entity cleanupMatthias Clasen2014-02-011-1/+1
* Docs: Don't use the emphasis tagMatthias Clasen2014-01-311-12/+12
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Docs: don't use the type tagMatthias Clasen2014-01-311-1/+1
* Docs: don't use the structname tagMatthias Clasen2014-01-311-24/+26
* Docs: don't use <footnote>Matthias Clasen2014-01-301-5/+5
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-2/+2
* comments/docs: Fix couple of typosRavi Sankar Guntur2012-01-281-1/+1
* GDate: gtk-doc fixupRyan Lortie2011-12-101-7/+11
* Move GDate docs inlineMatthias Clasen2011-11-141-2/+636
* Fix compiler warningsDan Winship2011-05-021-1/+1
* Fix build on Windows and possibly other non-Linux platformsTor Lillqvist2010-09-061-0/+5
* More include cleanupsMatthias Clasen2010-09-031-2/+8
* Add comment to g_date_set_time_val about local timezone.Stef Walter2010-08-011-0/+2
* glib/: fully remove galias hacksRyan Lortie2010-07-071-5/+0
* [docs] Fix 'Deprecated' tag in g_date_set_time()Javier Jardón2009-12-241-1/+1
* Fix some compiler warningsMatthias Clasen2008-12-311-26/+30
* Documentation improvementsMatthias Clasen2008-09-111-2/+5
* Require gtk-doc 1.8.Matthias Clasen2007-11-251-2/+2
* Improve g_date_clamp docs. (#491970, Areg Beketovski)Matthias Clasen2007-11-101-101/+81
* Fix warnings from sparse. (#487491, Kjartan Maraas)Behdad Esfahbod2007-10-211-2/+2
* New Win32-only function. Use the wide character Win32 API to do the workTor Lillqvist2007-02-171-0/+394
* Fix a typo. (#398203, Owen Taylor)Matthias Clasen2007-01-191-1/+1
* Avoid an array overrun. (Coverity, fix by Pascal Terjan)Matthias Clasen2006-04-161-1/+1
* Move short_month_names and long_month_names to bss.Matthias Clasen2006-04-041-2/+5
* Add versioned deprecation informationMatthias Clasen2005-12-051-1/+1
* Add functions to set a date from a time_t and from a GTimeVal.Matthias Clasen2005-11-171-12/+60
* const correctness fixes, found by Arjan van de Ven and gcc.Matthias Clasen2005-11-171-1/+1
* Add tests for g_date_get_iso8601_week_of_year().Matthias Clasen2005-03-281-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+5
* Remove a lot of pointless g_return_if_fail() checks. (#169859, MortenMatthias Clasen2005-03-111-26/+2