summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-08-022.7.5GLIB_2_7_5Matthias Clasen82-1758/+1829
2005-08-02Remove accidental documentation redundanciesMatthias Clasen1-16/+0
2005-08-02Cleanup converter state after the conversion. Document streamingMatthias Clasen5-108/+191
2005-08-02Forgotten log entryMatthias Clasen1-0/+5
2005-08-02tests/refcount/objects.c tests/refcount/properties.c Use g_usleep()Tor Lillqvist7-3/+31
2005-08-01test high contention on closure reference counts to trigger and catchTim Janik11-38/+469
2005-08-01turned all modifications to the first 32 integer bits in a closure intoTim Janik5-58/+127
2005-08-01Minor simplification in safe_strcmp_filename().Tor Lillqvist1-4/+2
2005-08-01Ugh, fix braino.Tor Lillqvist5-6/+32
2005-08-01Make it pass on Win32. (from_uri_tests[]): Take into consideration that onTor Lillqvist5-3/+65
2005-07-31moved G_DATALIST_*_POINTER() macros here, because proper use requires theTim Janik6-24/+77
2005-07-31use g_datalist_set_flags() and g_datalist_unset_flags() to allow properTim Janik2-2/+7
2005-07-30document non-thread-safety for _foreach() functions.Tim Janik3-2/+14
2005-07-30reverted notify_mutex introduction, since this prevents parallelizedTim Janik5-383/+184
2005-07-28Updated Finnish translationIlkka Tuohela2-193/+208
2005-07-27Fixed format specifiers. Thanks to Murray Cumming for pointing this out.Christian Neumair2-2/+8
2005-07-26Include glibintl.h, not gi18n.h, noticed by Dan Winship.Matthias Clasen5-1/+13
2005-07-26Try -mt as compiler flag for threads, needed for the HP C compiler onMatthias Clasen5-1/+13
2005-07-26Fix a typo in the docs. (#311569, Ross Burton)Matthias Clasen5-1/+21
2005-07-26Updated German translation.Hendrik Brandt2-161/+178
2005-07-26One more improvement.Matthias Clasen2-0/+10
2005-07-26Updated Polish translation by GNOME PL Team.Artur Flinta2-165/+176
2005-07-26Add detailsMatthias Clasen2-1/+8
2005-07-25Call msgfmt with -c to catch format errors.Matthias Clasen1-1/+1
2005-07-25Updated TranslationAnkitkumar Rameshchandra Patel2-216/+209
2005-07-24Updated tr.po from Onur Can CakmakBaris Cicek2-195/+206
2005-07-23zh_TW.po Updated Traditional Chinese translation.Chao-Hsiung Liao2-179/+187
2005-07-22Updated Portuguese translation.Duarte Loreto2-165/+170
2005-07-22Bump versionMatthias Clasen5-2/+10
2005-07-222.7.4GLIB_2_7_4Matthias Clasen82-644/+684
2005-07-21UpdatesGTK_2_7_4Matthias Clasen5-0/+27
2005-07-21Merged from gnome-2.10Nguyen Thai Ngoc Duy1-143/+144
2005-07-20use G_CALLBACK for signal connections.Manish Singh5-3/+19
2005-07-20Shut up CVSManish Singh1-0/+9
2005-07-20Remove debugging spewMatthias Clasen1-5/+0
2005-07-20Don't get stuck in here if immediate is TRUE. (#310954, Hong Jen Yee)Matthias Clasen6-4/+46
2005-07-20Add some discouraging comments to the G_INLINE_FUNC macros. (#310836,Matthias Clasen2-3/+17
2005-07-20Make this an inline function. Define it only if G_CAN_INLINE and not C++.Tor Lillqvist5-1/+28
2005-07-19Avoid an unnecessary strlen if len is -1. (#169692, Benoit Dejean)Matthias Clasen5-7/+27
2005-07-19Add docs for #307047, Bryan Silverthorn.Matthias Clasen2-1/+11
2005-07-19Fix g_atomic_pointer_compare_and_exchange on sparc64. (#167572, GertMatthias Clasen5-1/+25
2005-07-18Fix some printf formatting in the German translation. (#310731, Max Horn)Matthias Clasen2-6/+9
2005-07-18Updated Simplified Chinese translationFunda Wang2-144/+149
2005-07-17Updated Lithuanian translation.Žygimantas Beručka2-168/+175
2005-07-16Updated Albanian translation.Laurent Dhima2-176/+171
2005-07-15Bump versionMatthias Clasen5-2/+10
2005-07-152.7.3GLIB_2_7_3Matthias Clasen81-2198/+2249
2005-07-15UpdatesMatthias Clasen1-0/+3
2005-07-15Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen18-245/+1579
2005-07-15UpdatesMatthias Clasen5-0/+30