summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-05-10use g_str_hash() algorithm to generate hashes.Tim Janik17-58/+96
2001-05-09Get rid of --enable-msg-prefixHavoc Pennington11-68/+208
2001-05-09Ops, forgot this.Sebastian Wilhelmi1-11/+11
2001-05-09Updates after some renaming took place.Sebastian Wilhelmi2-5/+11
2001-05-09Renamed 'value' and 'arg' to 'data' and 'thread_func' to 'func' to make itSebastian Wilhelmi16-86/+172
2001-05-08Clarification for g_mutex_trylock.Sebastian Wilhelmi2-1/+11
2001-05-08removed #include <unistd.h> sneaked in by sopwith in november.Tim Janik11-8/+47
2001-05-08Updated.Sebastian Wilhelmi11-15/+48
2001-05-08Moved func and arg members from GRealThread to GThread, such that they canSebastian Wilhelmi18-90/+246
2001-05-08don't g_assert() the user specified time, but g_return_val_if_fail() here.Tim Janik2-1/+8
2001-05-06don't try to export g_strcpy, it is g_stpcpy; updated and added someHans Breuer10-12/+88
2001-05-05glib-mkenums is not a compiled program, so shouldn't be in theJames Henstridge2-2/+8
2001-05-04Released 1.3.5GLIB_1_3_5Owen Taylor12-4/+83
2001-05-04fixed a typo in a comment.Sven Neumann21-302/+1163
2001-05-03Make foreach() safe against removal of the _current_ element. While thisOwen Taylor13-5/+79
2001-05-03Make types of ternary operator correspond. (Fixes compilation errors withOwen Taylor2-2/+10
2001-05-02Fix read past end of the string. (#50404, fix from Jonas Borgström)Owen Taylor10-2/+42
2001-04-30Added Catalan filePablo Saratxaga3-1/+428
2001-04-30removed \v escaping, newer perl versions don't support this, and it'STim Janik3-14/+19
2001-04-29made hook ids a gulong.Tim Janik21-72/+1074
2001-04-20Add a check for the Darwin dynamic linker. Use AC_TRY_LINK when checkingDan Winship13-9/+138
2001-04-20gmodule implementation for Darwin/Mac OS XDan Winship5-12/+174
2001-04-19We were returning junk memory here, because we didn't copy the valueHavoc Pennington2-1/+9
2001-04-19Changes due to deprecation update.Sebastian Wilhelmi4-8/+14
2001-04-19Remove definition of g_hash_table_freeze and g_hash_table_thaw. InsteadSebastian Wilhelmi20-172/+122
2001-04-19Removed bashism in test for the pkg-config version.Sebastian Wilhelmi9-7/+102
2001-04-18Add missing static pointed out by Michael Meeks.Owen Taylor10-2/+42
2001-04-18Change C++ comments for FIXME's to C comments. (Patch from Andres Salomon)Owen Taylor3-2/+7
2001-04-18Removed. Keeping README, README.cvs-commits HACKING, and AUTHORS up toOwen Taylor9-1/+56
2001-04-17Released 1.3.4GLIB_1_3_4Owen Taylor9-0/+55
2001-04-17Define _GNU_SOURCE for stpcpyOwen Taylor11-9/+88
2001-04-17Until now every thread pool always had at least one tread waiting to avoidSebastian Wilhelmi10-30/+186
2001-04-17Remove warnings about conflicts with the stable version.GLIB_1_3_3Owen Taylor18-72/+322
2001-04-16docsHavoc Pennington43-199/+814
2001-04-16.cvsignore fixesOwen Taylor2-2/+2
2001-04-16More tweaks from GTK+. Reenable $(HTML_IMAGES) with shell portabilityOwen Taylor4-16/+21
2001-04-16put AC_PATH_PROG(pkg-config) before "Checking for glib" so the outputHavoc Pennington10-4/+44
2001-04-16make GDebugKeys argument constHavoc Pennington12-12/+54
2001-04-13updatedHans Breuer14-2/+64
2001-04-13updatedHans Breuer2-0/+7
2001-04-11Pass pkg-config options before the other args so it works even ifAlexander Larsson10-10/+58
2001-04-09increment version to 1.3.4 (binary 0, interface 0).Tim Janik11-2/+40
2001-04-05And other fixes. Thanks to Göran Uddeborg <goeran@uddeborg.pp.se>.Christian Rose2-3/+10
2001-04-05Fixed another message in the Swedish translation. Thanks to Jörgen TegnérChristian Rose2-3/+8
2001-04-05Fixed Swedish translation, thanks to Veronica Loell <info@nakawe.se> andChristian Rose2-45/+52
2001-04-05Added Swedish translation.Christian Rose11-1/+449
2001-04-04Released GLib-1.3.3.Tim Janik8-0/+32
2001-04-04disabled "for i in $(HTML_IMAGES) ;" dist-hook because $(HTML_IMAGES) isTim Janik2-3/+9
2001-04-03updates.Tim Janik15-211/+322
2001-04-03Exit with an error message that you should use pkg-config instead.Owen Taylor13-213/+189