Fix getauxval error at qemu
[platform/upstream/glib.git] / glib / gdate.c
2024-02-05 Mateusz MajewskiImported Upstream version 2.78.4 upstream/2.78.4
2024-02-02 Mateusz MajewskiImported Upstream version 2.73.3
2024-01-03 Karol LewandowskiImported Upstream version 2.72.3
2021-10-29 DongHun KwakImported Upstream version 2.69.1 upstream/2.69.1
2021-10-29 DongHun KwakImported Upstream version 2.69.0 upstream/2.69.0
2021-10-29 DongHun KwakImported Upstream version 2.67.2 upstream/2.67.2
2021-10-29 DongHun KwakImported Upstream version 2.67.0 upstream/2.67.0
2021-10-29 DongHun KwakImported Upstream version 2.66.5 upstream/2.66.5
2021-10-29 DongHun KwakImported Upstream version 2.66.4 upstream/2.66.4
2021-10-29 DongHun KwakImported Upstream version 2.65.1 upstream/2.65.1
2021-10-29 DongHun KwakImported Upstream version 2.65.0 upstream/2.65.0
2021-10-29 DongHun KwakImported Upstream version 2.64.5 upstream/2.64.5
2019-12-03 Hyunjee KimImported Upstream version 2.61.2
2019-12-03 Hyunjee KimImported Upstream version 2.59.2
2019-12-03 Hyunjee KimImported Upstream version 2.58.2
2019-12-03 Hyunjee KimImported Upstream version 2.58.1
2019-12-03 Hyunjee KimImported Upstream version 2.57.2
2019-12-03 Hyunjee KimImported Upstream version 2.57.1
2019-12-03 Hyunjee KimImported Upstream version 2.56.0
2019-12-03 Hyunjee KimImported Upstream version 2.55.0
2017-09-29 DongHun KwakImported Upstream version 2.53.3 77/153577/1
2017-02-03 DongHun KwakImported Upstream version 2.50.2 02/112802/1 upstream/2.50.2
2016-05-10 DongHun KwakMerge branch 'upstream' of ssh://review.tizen.org:29418... 69/68869/1 upstream/2.48.0
2016-05-10 Ryan LortieImported Upstream version 2.48.0 68/68868/1
2015-06-05 Matthias ClasenFix a markup confusion
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-02-01 Matthias ClasenDocs: Big entity cleanup
2014-02-01 Matthias ClasenDocs: Don't use the emphasis tag
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-31 Matthias ClasenDocs: don't use the type tag
2014-01-31 Matthias ClasenDocs: don't use the structname tag
2014-01-31 Matthias ClasenDocs: don't use <footnote>
2013-05-21 Dan WinshipUse 'dumb quotes' rather than `really dumb quotes'
2012-01-28 Ravi Sankar Gunturcomments/docs: Fix couple of typos
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-12-10 Ryan LortieGDate: gtk-doc fixup
2011-11-15 Matthias ClasenMove GDate docs inline
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-05-02 Dan WinshipFix compiler warnings
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-06 Tor LillqvistFix build on Windows and possibly other non-Linux platforms
2010-09-04 Matthias ClasenMore include cleanups
2010-08-01 Stef WalterAdd comment to g_date_set_time_val about local timezone.
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-12-24 Javier Jardón[docs] Fix 'Deprecated' tag in g_date_set_time()
2008-12-31 Matthias ClasenFix some compiler warnings
2008-09-11 Matthias ClasenDocumentation improvements
2007-11-25 Matthias ClasenRequire gtk-doc 1.8.
2007-11-10 Matthias ClasenImprove g_date_clamp docs. (#491970, Areg Beketovski)
2007-10-21 Behdad EsfahbodFix warnings from sparse. (#487491, Kjartan Maraas)
2007-02-17 Tor LillqvistNew Win32-only function. Use the wide character Win32...
2007-01-19 Matthias ClasenFix a typo. (#398203, Owen Taylor)
2006-04-16 Matthias ClasenAvoid an array overrun. (Coverity, fix by Pascal Terjan)
2006-04-04 Matthias ClasenMove short_month_names and long_month_names to bss.
2005-12-05 Matthias ClasenAdd versioned deprecation information
2005-11-17 Matthias ClasenAdd functions to set a date from a time_t and from...
2005-11-17 Matthias Clasenconst correctness fixes, found by Arjan van de Ven...
2005-03-28 Matthias ClasenAdd tests for g_date_get_iso8601_week_of_year().
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-11 Matthias ClasenRemove a lot of pointless g_return_if_fail() checks...
2005-01-22 Tor LillqvistDon't g_assert that localtime() returns non-NULL. It...
2004-10-24 Matthias ClasenApply a patch to fix sparse warnings. (#154696, Kjartan...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-09-02 Matthias ClasenAdd a function to calculate the ISO 8601 week number...
2004-02-27 Matthias ClasenTranslate from locale era to AD in g_date_set_parse...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-10-14 Owen TaylorFix a memory leak. (#94550, Sebastian Rittau)
2002-02-27 Daniel ElstnerRemove the shortcut for UTF-8 locales to ensure consist...
2002-02-08 Darin AdlerMake hostname parameter const char *. Added a new ...
2001-11-29 Sebastian WilhelmiFixed wrong order in conversion.
2001-07-07 Owen TaylorAdd length arguments to g_utf8_{strup,strdown,casefold...
2001-07-02 Owen TaylorUse G_N_ELEMENTS rather than a custom macro.
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2001-06-05 Jon TrowbridgeChanged to take a const argument, and then to cast...
2001-03-14 Tor LillqvistFrom Edward M. Lee <tailbert@yahoo.com>:
2000-12-24 Ali AbdinNew gcompat.h header file as recommended by Havoc.
2000-09-29 Martin BauligSeveral minor ANSI C fixes.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
1999-07-24 Tim Janik18:36. incorporated proposed cleanups from gtk-devel...
1999-03-14 Jeff GarzikCommented out debugging output.
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1999-02-10 Sebastian Wilhelmis/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added...
1999-01-26 Sebastian WilhelmiRemoved the #warning about MT unsafety without localtime_r.
1999-01-12 Manish Singh#warning isn't portable, check for gcc
1999-01-12 Sebastian WilhelmiInclude config.h to get HAVE_LOCALTIME_R macro.
1999-01-11 Sebastian WilhelmiTest for localtime_r only after including the right...
1999-01-09 Jeff GarzikAdd checks for vasprintf, localtime_r.
1999-01-07 Sebastian WilhelmiHere we must replace getpwuid by getpwuid_r, but as...
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age 0.
1998-12-15 Havoc PenningtonSolaris has a broken strftime that produced garbage...
1998-12-15 Owen TaylorThis commit merges the glib-threads branch into the...
1998-12-02 Havoc PenningtonIf Julian is valid, we have to update the dmy represent...
next