summaryrefslogtreecommitdiff
path: root/glib/gdatetime.c
Commit message (Expand)AuthorAgeFilesLines
* gdatetime: Fix some docs sed damageRyan Lortie2012-11-241-1/+1
* win32: misc warning fixesDan Winship2012-11-151-2/+2
* GDateTime: pack the struct betterMatthias Clasen2012-08-171-3/+3
* docs: Fix "Since" markupJavier Jardón2012-04-231-2/+2
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-3/+3
* g_date_time_format: fix output in non-UTF-8 localesDan Winship2012-01-201-237/+337
* More consistent doc formattingMatthias Clasen2011-11-121-1/+1
* Don't #include <glib/gslice.h> from gmem.hRyan Lortie2011-09-181-0/+1
* gtk-doc fixups for glib/Ryan Lortie2011-09-051-50/+50
* g_date_time_format: honour T_FMT_AMPM for '%r'Ryan Lortie2011-09-041-10/+7
* GDateTime: translate "AM"/"PM", not "am"/"pm"Ryan Lortie2011-09-041-2/+2
* g_date_time_format: improve support for alt digitsRyan Lortie2011-09-031-81/+86
* Revert "g_date_time_format: support %D"Ryan Lortie2011-09-031-10/+0
* g_date_time_format: add standards notes to the docRyan Lortie2011-09-021-4/+9
* g_date_time_format: rip out non-working %W formatRyan Lortie2011-09-021-9/+0
* g_date_time_format: clarify documentationRyan Lortie2011-09-021-8/+12
* g_date_time_format: support %DRyan Lortie2011-09-021-0/+10
* g_date_time_format: small fixupsRyan Lortie2011-09-021-9/+10
* g_date_time_format: fix padding for some formatsRyan Lortie2011-09-021-2/+2
* g_date_time_format: support %g and %GRyan Lortie2011-09-021-0/+17
* g_date_time_format: drop %N formatRyan Lortie2011-09-021-8/+0
* g_date_time_format: support %wJavier Jardón2011-09-021-0/+14
* g_date_time_format: support %CJavier Jardón2011-09-021-0/+8
* g_date_time_format: support %cJavier Jardón2011-09-021-0/+16
* g_date_time_format: support %VJavier Jardón2011-09-021-0/+11
* Revert "gdatetime: Add g_date_time_source_new()"Ryan Lortie2011-08-311-232/+0
* gdatetime: Tweak g_date_time_source_new() documentationColin Walters2011-08-291-1/+2
* Spelling fixesMatthias Clasen2011-08-291-5/+5
* Add Linux timerfd_create() backend for g_date_time_source_new()Colin Walters2011-08-291-2/+77
* gdatetime: Add g_date_time_source_new()Colin Walters2011-08-291-0/+156
* gdatetime: Don't include langinfo.h unconditionallyMatthias Clasen2011-08-221-0/+3
* GDateTime: use nl_langinfo() when availableMatthias Clasen2011-08-211-4/+34
* GDateTime: cosmeticsMatthias Clasen2011-08-211-22/+22
* GDateTime: cosmeticsMatthias Clasen2011-08-211-6/+6
* GDateTime: don't use separate strings for upper/lowercase am/pmMatthias Clasen2011-08-211-10/+13
* g_date_time_format: support %TMatthias Clasen2011-08-211-0/+12
* Fix doc typosMatthias Clasen2011-06-041-2/+2
* Documentation fixupsMatthias Clasen2011-05-291-2/+2
* gdatetime: Quiet GCC warning about possibly-uninitializedColin Walters2011-05-111-4/+4
* Expand the g_date_time_format documentationMatthias Clasen2011-05-051-0/+41
* GDateTime: enhance g_date_time_format()Matthias Clasen2011-05-051-20/+100
* Fix %z in g_date_time_format()David Schleef2011-04-271-3/+2
* 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