datetime: use g_utf8_next_char() to walk utf8 string
[platform/upstream/glib.git] / glib / gdatetime.c
2010-09-06 Christian Hergertdatetime: use g_utf8_next_char() to walk utf8 string
2010-09-06 Christian Hergertdatetime: avoid using __year
2010-09-06 Emmanuele Bassidatetime: Add get_week_of_year()
2010-09-06 Emmanuele Bassidatetime: Rename internal method
2010-09-04 Emmanuele BassiBuild fixes for the fall-out of the inclusion changes
2010-09-04 Matthias ClasenRemove excessive header includes
2010-08-26 Emmanuele Bassidatetime: Re-use add_dmy()
2010-08-26 Tor LillqvistFix Win32 build
2010-08-25 Emmanuele Bassidatetime: Fix a thinko
2010-08-25 Emmanuele Bassidatetime: Avoid excessive copies in add_full()
2010-08-25 Emmanuele Bassidocs: Reword the datetime short description
2010-08-25 Emmanuele Bassidatetime: Fix leap year check
2010-08-25 Emmanuele Bassidatetime: Fix coding style
2010-08-25 Emmanuele Bassidatetime: Use %Z for the timezone name
2010-08-25 Emmanuele Bassidatetime: Fix the format documentation
2010-08-25 Emmanuele Bassidatetime: Clean up macros and unused variables
2010-08-24 Emmanuele Bassidatetime: Remove the translation marker for a warning...
2010-08-24 Thiago SantosAdd GDateTime to GLib