summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-02-241.3.15, binary, interface age 0.GLIB_1_3_15Owen Taylor38-254/+321
2002-02-23Add a little bit of padding.Owen Taylor10-0/+62
2002-02-23Add some padding to the class.Owen Taylor3-1/+14
2002-02-23Updated Danish translation.Ole Laursen2-104/+137
2002-02-21New header containing GTK_DEBUG-style debugging support for GLib.Matthias Clasen15-38/+273
2002-02-21Add g_value_set_object_take_ownership andTor Lillqvist2-0/+7
2002-02-21Fix implicit conversions between void * and function pointer (MiroslawOwen Taylor2-2/+7
2002-02-21ed Feb 20 22:35:42 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor11-2/+105
2002-02-20Use gssize instead of gsize as type of the pos and len arguments. (#71964)Daniel Elstner10-4/+44
2002-02-20Added Greek translationSimos Xenitellis11-1/+513
2002-02-20gobject/gobject-sections.txt gobject/tmpl/generic_values.sgml updated forSven Neumann4-10/+26
2002-02-19provide marshaller specific value_set_*_take_ownership() variants.Tim Janik8-63/+157
2002-02-19added GValue documentation.Tim Janik2-12/+26
2002-02-19Include <config.h> first here, too. Use g_io_channel_read_chars() insteadTor Lillqvist10-5/+99
2002-02-19Updated Japanese translation.Takayuki KUSANO2-6/+9
2002-02-19Remove charset.alias from EXTRA_DIST; we don't want the charset.alias fromOwen Taylor9-1/+64
2002-02-18Turn off ISO varargs support for gcc-2.95 since it causes problems withOwen Taylor9-0/+64
2002-02-171.3.14GLIB_1_3_14Owen Taylor42-1562/+1661
2002-02-17Fix typo when checking if file + module_suffix exists. (MiroslawOwen Taylor2-1/+7
2002-02-17*** empty log message ***Wang Jian2-18/+22
2002-02-15Version 1.3.14.Owen Taylor35-1517/+1609
2002-02-15Updated.Owen Taylor14-12/+141
2002-02-15Do not assume, that after g_usleep(G_USEC_PER_SEC) the newly startedSebastian Wilhelmi9-7/+97
2002-02-14Use the #if branch with G_BREAKPOINT() also on Win32. Remove the separateTor Lillqvist9-10/+54
2002-02-14oops. revert some files that accidentally got into that last commit.James Henstridge5-5457/+259
2002-02-14add third argument to the AC_DEFINE calls, so users of the macro don'tJames Henstridge14-261/+5509
2002-02-13never dispatch sources of mixed priority, because while iterating over theHavoc Pennington9-0/+61
2002-02-13fixed a check for node not being NULL.Tim Janik2-1/+5
2002-02-13remove extraneous redefinition of G_PARAM_SPEC_CLASS().Tim Janik2-1/+4
2002-02-13cosmetic cleanups, fixed [u]int64->string conversions.Tim Janik2-333/+346
2002-02-12Use "if (expr) { } else" as I meant to in the first place. The other formDarin Adler2-67/+71
2002-02-11Use "if (expr) { } else" as I meant to in the first place. The other formDarin Adler9-6/+54
2002-02-11ytpo fixManish Singh8-8/+8
2002-02-11need statement terminators for the if clauses for the precedeing change.Manish Singh9-6/+46
2002-02-11Use "if (expr) else" rather than "if (!(expr))" so the parentheses don'tDarin Adler9-6/+54
2002-02-11match the signature in the implementationjacob berkman9-1/+41
2002-02-10no sym links on win32, no lstat in msvcrtHans Breuer10-1/+54
2002-02-10msvc 5.0 can't cast from uint64 to double. Disable respectiveHans Breuer3-1/+25
2002-02-10Updated Norwegian (bokmål) translation.Kjartan Maraas2-126/+106
2002-02-10New. (skip_spaces): g_unichar_isspace -> xml_isspace isspace ->Darin Adler10-9/+71
2002-02-09Test attribute value delimiters.Matthias Clasen10-12/+97
2002-02-09Fixed typo in G_THREADS_ENABLED.Sebastian Wilhelmi2-3/+5
2002-02-09Make --disable-threads work again. (#71034)Sebastian Wilhelmi11-6/+51
2002-02-09Register transformations for gint64, guint64. (#70780, patch from AndyOwen Taylor11-4/+186
2002-02-08Make hostname parameter const char *. Added a new "ASCII must not beDarin Adler12-70/+299
2002-02-08Fix access to freed memory in test case (Miroslaw Dobrzanski-Neumann).Owen Taylor9-6/+52
2002-02-08g_dir_open: added g_return_val_if_fail() to prevent us from callingMichael Natterer9-1/+45
2002-02-08Extended documentation.Sebastian Wilhelmi9-0/+35
2002-02-07Do not follow symbolic links for G_FILE_TEST_SYMLINK. Also fixed theSebastian Wilhelmi9-18/+76
2002-02-07document value transformation.Tim Janik2-8/+20