Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | datetime: Rename shadowing variables | Damien Lespiau | 2010-09-06 | 2 | -24/+24 |
* | gdatetime: Use proleptic gregorian | Thiago Santos | 2010-09-06 | 2 | -96/+161 |
* | datetime: use g_utf8_next_char() to walk utf8 string | Christian Hergert | 2010-09-06 | 1 | -16/+13 |
* | datetime: avoid using __year | Christian Hergert | 2010-09-06 | 1 | -27/+27 |
* | datetime: Add get_week_of_year() | Emmanuele Bassi | 2010-09-06 | 3 | -0/+23 |
* | datetime: Rename internal method | Emmanuele Bassi | 2010-09-06 | 1 | -6/+6 |
* | build: Fix warnings caused by missing includes | Emmanuele Bassi | 2010-09-06 | 3 | -0/+5 |
* | More header inclusion cleanup | Matthias Clasen | 2010-09-05 | 9 | -16/+38 |
* | gmain: Define _GNU_SOURCE before including glibconfig.h | Emmanuele Bassi | 2010-09-04 | 1 | -2/+5 |
* | Build fixes for the fall-out of the inclusion changes | Emmanuele Bassi | 2010-09-04 | 13 | -1/+17 |
* | gtimer: Fix a compilation warning | Emmanuele Bassi | 2010-09-04 | 1 | -1/+1 |
* | Add missing gstrfuncs.h include | Emmanuele Bassi | 2010-09-04 | 1 | -0/+1 |
* | More include cleanups | Matthias Clasen | 2010-09-03 | 20 | -619/+672 |
* | Don't include glib.h in other headers | Matthias Clasen | 2010-09-03 | 1 | -1/+1 |
* | Remove excessive header includes | Matthias Clasen | 2010-09-03 | 1 | -947/+951 |
* | Remove excessive header includes | Matthias Clasen | 2010-09-03 | 2 | -5/+5 |
* | Don't include glib.h in other headers | Matthias Clasen | 2010-09-03 | 1 | -1/+1 |
* | Remove excessive header inclusions | Matthias Clasen | 2010-09-03 | 1 | -3/+5 |
* | Remove excessive header inclusions | Matthias Clasen | 2010-09-03 | 1 | -2/+4 |
* | Remove excessive header inclusions | Matthias Clasen | 2010-09-03 | 1 | -1/+6 |
* | Remove excessive header inclusions | Matthias Clasen | 2010-09-03 | 1 | -7/+16 |
* | Remove some unneeded headers | Matthias Clasen | 2010-09-03 | 1 | -3/+5 |
* | Remove eexcessive header inclusions | Matthias Clasen | 2010-09-03 | 1 | -3/+7 |
* | Remove redundant header inclusions | Matthias Clasen | 2010-09-03 | 1 | -3/+3 |
* | Remove redundant header inclusions | Matthias Clasen | 2010-09-03 | 2 | -1/+3 |
* | Remove redundant header inclusions | Matthias Clasen | 2010-09-03 | 1 | -3/+4 |
* | Remove redundant header inclusions | Matthias Clasen | 2010-09-03 | 1 | -4/+4 |
* | Remove redundant header inclusions | Matthias Clasen | 2010-09-03 | 1 | -318/+320 |
* | Remove redundant header inclusions | Matthias Clasen | 2010-09-03 | 1 | -172/+173 |
* | Remove redundant header inclusions | Matthias Clasen | 2010-09-03 | 1 | -1/+9 |
* | Remove redundant header inclusions | Matthias Clasen | 2010-09-03 | 1 | -1/+4 |
* | Remove redundant header inclusions | Matthias Clasen | 2010-09-03 | 1 | -2/+5 |
* | Remove redundant header inclusions | Matthias Clasen | 2010-09-03 | 2 | -44/+46 |
* | Remove redundant header inclusions | Matthias Clasen | 2010-09-03 | 2 | -35/+37 |
* | Whitespace cleanup | Matthias Clasen | 2010-09-03 | 2 | -15/+15 |
* | Remove redundant header inclusions | Matthias Clasen | 2010-09-03 | 1 | -1/+4 |
* | Whitespace cleanup | Matthias Clasen | 2010-09-03 | 2 | -120/+120 |
* | Remove redundant header inclusions | Matthias Clasen | 2010-09-03 | 1 | -1/+1 |
* | Recuce DLL hijack risk on Windows | Tor Lillqvist | 2010-09-02 | 2 | -4/+16 |
* | docs: Inline docs from tmpl/memory.smgl | Jon Nordby | 2010-09-01 | 4 | -1/+364 |
* | Improve parsing of date-only iso8601 strings | Jens Georg | 2010-08-26 | 1 | -2/+13 |
* | datetime: Re-use add_dmy() | Emmanuele Bassi | 2010-08-26 | 2 | -50/+10 |
* | Fix Win32 build | Tor Lillqvist | 2010-08-26 | 2 | -4/+24 |
* | Make this thing work | Matthias Clasen | 2010-08-26 | 1 | -1/+1 |
* | Improve g_file_set_contents docs | Matthias Clasen | 2010-08-26 | 1 | -0/+3 |
* | Guarantee that g_get_tmp_dir () doesn't return an empty string | Matthias Clasen | 2010-08-25 | 2 | -6/+20 |
* | datetime: Fix a thinko | Emmanuele Bassi | 2010-08-25 | 1 | -2/+2 |
* | datetime: Avoid excessive copies in add_full() | Emmanuele Bassi | 2010-08-25 | 2 | -49/+108 |
* | docs: Reword the datetime short description | Emmanuele Bassi | 2010-08-25 | 1 | -1/+1 |
* | datetime: Fix leap year check | Emmanuele Bassi | 2010-08-25 | 1 | -8/+15 |