summaryrefslogtreecommitdiff
path: root/gobject/gvaluetransform.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-09Access enum and flags values as v_long/v_ulong, not v_int/v_uint, to makeMatthias Clasen1-53/+53
2005-03-14Make work again.Matthias Clasen1-1/+1
2005-01-12Cosmetic fixes (#163792, BenoƮt Carpentier):Matthias Clasen1-2/+0
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen1-1/+2
2003-03-30Optimize the common cases (init == NULL or init == "") a bit. replace usesMatthias Clasen1-1/+1
2002-12-12use G_G[U]INT64_FORMAT unconditionally, since we'll always have it now.Manish Singh1-9/+0
2002-07-26Fix problems with excess ';' by addition of strategic 'extern voidOwen Taylor1-4/+5
2002-03-05don't try to register undeclared value transform functions ifSven Neumann1-0/+4
2002-02-13cosmetic cleanups, fixed [u]int64->string conversions.Tim Janik1-333/+333
2002-02-10msvc 5.0 can't cast from uint64 to double. Disable respectiveHans Breuer1-0/+11
2002-02-09Register transformations for gint64, guint64. (#70780, patch from AndyOwen Taylor1-1/+94
2001-03-08Include <string.h> for memcpy.Owen Taylor1-4/+6
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-0/+339