summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-01-22=== Released 2.3.2 ===GLIB_2_3_2Owen Taylor64-947/+1021
2004-01-22Add g_timer_continue(). (#98536, Tim-Philipp Müller)Owen Taylor15-18/+195
2004-01-22Protect against pw->pw_gecos being NULL.Matthias Clasen7-10/+43
2004-01-22Imported sourcesstartMathieu Lacage0-0/+0
2004-01-22Initial revisionMathieu Lacage5-0/+3776
2004-01-21Don't treat the Win32 user name like a gecos field, and when extracting aMatthias Clasen7-16/+61
2004-01-20Start of 2.3.2 section.Matthias Clasen7-1/+44
2004-01-16Forgot to fix this one.Matthias Clasen7-7/+26
2004-01-16Updated Irish translation.Alastair McKinstry2-11/+15
2004-01-15Updated Albanian translationLaurent Dhima1-0/+4
2004-01-15UpdatedLaurent Dhima1-52/+37
2004-01-15Move initialization of variables after g_return_val_if_fail. (#131564,Matthias Clasen7-3/+54
2004-01-13Irish translationAlastair McKinstry2-0/+466
2004-01-13Updated Norwegian translation.Kjartan Maraas2-20/+24
2004-01-12Add G_MAXSIZE, define in terms of G_MAXUfoo.Manish Singh9-4/+63
2004-01-12#define _POSIX_SOURCE for SSIZE_MAX. Fixes #128853.Manish Singh7-0/+26
2004-01-11wrap g_io_channel_ref in a function that returns the passed in GIOChannel,Manish Singh2-1/+17
2004-01-11Improve docs for G_DEFINE_TYPE_* macros.Matthias Clasen3-54/+113
2004-01-10Document the lowercase_name trigraph option.Matthias Clasen2-1/+8
2004-01-1064-bit cleanliness fixes.Manish Singh8-7/+57
2004-01-10made G_DEFINE_TYPE_INTERNAL() public by renaming it toTim Janik2-37/+43
2004-01-10Add the init_by_array functionality from the reference implementation ofGeorge Lebl9-7/+376
2004-01-10Document the new GType boilerplate macros with an example.Matthias Clasen2-24/+91
2004-01-10Document g_type_class_peek_static.Matthias Clasen5-12/+107
2004-01-09Add a boxed type for nul-terminated string arrays. (#110528)Matthias Clasen6-1/+67
2004-01-09added convenience macros G_IMPLEMENT_INTERFACE() and G_DEFINE_TYPE() plusTim Janik6-21/+100
2004-01-07Updated Mongolian translation.Sanlig Badral2-35/+40
2004-01-06Check defined (__OPTIMIZE__) not __OPTIMIZE__. (Zack Rusin)Owen Taylor7-1/+31
2004-01-06Updated German translation.Christian Neumair2-28/+33
2004-01-01Updated Persian translation.Roozbeh Pournader2-5/+10
2004-01-01Updated Norwegian Nynorsk translation.Åsmund Skjæveland2-20/+20
2004-01-01*** empty log message ***Denis Lackovic1-1/+1
2003-12-30Added a lowercase_name option, to be used next to the enum declaration,Murray Cumming8-1/+56
2003-12-28CVS_SILENTGörkem Çetin1-19/+20
2003-12-26Updated Norwegian Nynorsk translation.Åsmund Skjæveland2-20/+24
2003-12-26New function to call a function for each element of a GPtrArray. (#114790)Matthias Clasen11-0/+86
2003-12-26Don't acquire a read lock here. (#106433, Owen Taylor)Matthias Clasen2-2/+9
2003-12-21Quote macro names to support reading the file multiple times. (#125537)Matthias Clasen7-2/+32
2003-12-21Fix the locking of the mem_chunks list. (#127096, Balazs Scheidler)Matthias Clasen7-1/+31
2003-12-21Document the encoding of g_get_real_name().Matthias Clasen2-1/+7
2003-12-20Updated Arabic translationArafat Medini2-24/+28
2003-12-19Some rewording.Matthias Clasen2-2/+7
2003-12-17Use g_assert() instead of g_return_val_if_fail(), suggested by SheldonMatthias Clasen2-1/+9
2003-12-14make g_file_test(,G_FILE_TEST_IS_EXECUTABLE) return something useful onHans Breuer7-3/+36
2003-12-13get_filename_charset() needs to return false for filenames not encoded inHans Breuer9-5/+75
2003-12-13gobject.def : update externalsHans Breuer2-2/+20
2003-12-11change #elif with no expression to #else in G_STRFUNC definition. ThanksManish Singh7-1/+31
2003-12-08=== Released 2.3.1 ===GLIB_2_3_1Owen Taylor61-102/+184
2003-12-05fix gint/gsize confusion.Manish Singh7-8/+32
2003-12-04Add hangul composition and decomposition to unicode normalization.Noah Levitt8-24/+168