summaryrefslogtreecommitdiff
path: root/glib/gdatetime.c
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix typo in previous commitBenjamin Otte2011-02-121-1/+1
* docs: Fix return value for g_datetime_compare()Benjamin Otte2011-02-121-2/+2
* g_date_time_format: drop an unused variableMatthias Clasen2011-02-081-3/+1
* datetime: Show 12 instead of 0 for 12h hour formatRay Strode2011-01-171-2/+2
* Fix typo in API docs for GDateTimeBastien Nocera2010-12-021-1/+1
* Added and Moved checks for includesChun-wei Fan2010-11-091-5/+5
* Fix a doc typoMatthias Clasen2010-10-311-1/+1
* Use G_GINT64_CONSTANT hereChristian Persch2010-10-301-1/+1
* Bug 630077 - GDateTime week number supportRyan Lortie2010-10-011-3/+93
* clean up g_date_time_get_week_day()Ryan Lortie2010-09-261-21/+3
* Clean-up/tweaking of GDateTime and GTimeZoneRyan Lortie2010-09-171-1498/+1183
* datetime: Fix hashingEmmanuele Bassi2010-09-171-38/+45
* datetime: Rename g_date_time_printf() to g_date_time_format()Emmanuele Bassi2010-09-171-4/+4
* datetime: Update modifiers for DST changesEmmanuele Bassi2010-09-171-105/+165
* datetime: Allow setting fractionary seconds in new_full()Emmanuele Bassi2010-09-171-3/+3
* datetime: Rework time zone support in constructorsEmmanuele Bassi2010-09-171-251/+561
* Better msgctxt for month and weekday namesMatthias Clasen2010-09-131-40/+46
* Whitespace fixesEmmanuele Bassi2010-09-061-9/+11
* datetime: Rename shadowing variablesDamien Lespiau2010-09-061-23/+23
* gdatetime: Use proleptic gregorianThiago Santos2010-09-061-96/+129
* datetime: use g_utf8_next_char() to walk utf8 stringChristian Hergert2010-09-061-16/+13
* datetime: avoid using __yearChristian Hergert2010-09-061-27/+27
* datetime: Add get_week_of_year()Emmanuele Bassi2010-09-061-0/+21
* datetime: Rename internal methodEmmanuele Bassi2010-09-061-6/+6
* Build fixes for the fall-out of the inclusion changesEmmanuele Bassi2010-09-041-0/+3
* Remove excessive header includesMatthias Clasen2010-09-031-4/+4
* datetime: Re-use add_dmy()Emmanuele Bassi2010-08-261-49/+6
* Fix Win32 buildTor Lillqvist2010-08-261-1/+1
* datetime: Fix a thinkoEmmanuele Bassi2010-08-251-2/+2
* datetime: Avoid excessive copies in add_full()Emmanuele Bassi2010-08-251-40/+93
* docs: Reword the datetime short descriptionEmmanuele Bassi2010-08-251-1/+1
* datetime: Fix leap year checkEmmanuele Bassi2010-08-251-8/+15
* datetime: Fix coding styleEmmanuele Bassi2010-08-251-162/+148
* datetime: Use %Z for the timezone nameEmmanuele Bassi2010-08-251-2/+2
* datetime: Fix the format documentationEmmanuele Bassi2010-08-251-2/+2
* datetime: Clean up macros and unused variablesEmmanuele Bassi2010-08-251-74/+73
* datetime: Remove the translation marker for a warning messageEmmanuele Bassi2010-08-251-1/+2
* Add GDateTime to GLibThiago Santos2010-08-241-0/+2227