Age | Commit message (Expand) | Author | Files | Lines |
2001-05-10 | use g_str_hash() algorithm to generate hashes. | Tim Janik | 17 | -58/+96 |
2001-05-09 | Get rid of --enable-msg-prefix | Havoc Pennington | 11 | -68/+208 |
2001-05-09 | Ops, forgot this. | Sebastian Wilhelmi | 1 | -11/+11 |
2001-05-09 | Updates after some renaming took place. | Sebastian Wilhelmi | 2 | -5/+11 |
2001-05-09 | Renamed 'value' and 'arg' to 'data' and 'thread_func' to 'func' to make it | Sebastian Wilhelmi | 16 | -86/+172 |
2001-05-08 | Clarification for g_mutex_trylock. | Sebastian Wilhelmi | 2 | -1/+11 |
2001-05-08 | removed #include <unistd.h> sneaked in by sopwith in november. | Tim Janik | 11 | -8/+47 |
2001-05-08 | Updated. | Sebastian Wilhelmi | 11 | -15/+48 |
2001-05-08 | Moved func and arg members from GRealThread to GThread, such that they can | Sebastian Wilhelmi | 18 | -90/+246 |
2001-05-08 | don't g_assert() the user specified time, but g_return_val_if_fail() here. | Tim Janik | 2 | -1/+8 |
2001-05-06 | don't try to export g_strcpy, it is g_stpcpy; updated and added some | Hans Breuer | 10 | -12/+88 |
2001-05-05 | glib-mkenums is not a compiled program, so shouldn't be in the | James Henstridge | 2 | -2/+8 |
2001-05-04 | Released 1.3.5GLIB_1_3_5 | Owen Taylor | 12 | -4/+83 |
2001-05-04 | fixed a typo in a comment. | Sven Neumann | 21 | -302/+1163 |
2001-05-03 | Make foreach() safe against removal of the _current_ element. While this | Owen Taylor | 13 | -5/+79 |
2001-05-03 | Make types of ternary operator correspond. (Fixes compilation errors with | Owen Taylor | 2 | -2/+10 |
2001-05-02 | Fix read past end of the string. (#50404, fix from Jonas Borgström) | Owen Taylor | 10 | -2/+42 |
2001-04-30 | Added Catalan file | Pablo Saratxaga | 3 | -1/+428 |
2001-04-30 | removed \v escaping, newer perl versions don't support this, and it'S | Tim Janik | 3 | -14/+19 |
2001-04-29 | made hook ids a gulong. | Tim Janik | 21 | -72/+1074 |
2001-04-20 | Add a check for the Darwin dynamic linker. Use AC_TRY_LINK when checking | Dan Winship | 13 | -9/+138 |
2001-04-20 | gmodule implementation for Darwin/Mac OS X | Dan Winship | 5 | -12/+174 |
2001-04-19 | We were returning junk memory here, because we didn't copy the value | Havoc Pennington | 2 | -1/+9 |
2001-04-19 | Changes due to deprecation update. | Sebastian Wilhelmi | 4 | -8/+14 |
2001-04-19 | Remove definition of g_hash_table_freeze and g_hash_table_thaw. Instead | Sebastian Wilhelmi | 20 | -172/+122 |
2001-04-19 | Removed bashism in test for the pkg-config version. | Sebastian Wilhelmi | 9 | -7/+102 |
2001-04-18 | Add missing static pointed out by Michael Meeks. | Owen Taylor | 10 | -2/+42 |
2001-04-18 | Change C++ comments for FIXME's to C comments. (Patch from Andres Salomon) | Owen Taylor | 3 | -2/+7 |
2001-04-18 | Removed. Keeping README, README.cvs-commits HACKING, and AUTHORS up to | Owen Taylor | 9 | -1/+56 |
2001-04-17 | Released 1.3.4GLIB_1_3_4 | Owen Taylor | 9 | -0/+55 |
2001-04-17 | Define _GNU_SOURCE for stpcpy | Owen Taylor | 11 | -9/+88 |
2001-04-17 | Until now every thread pool always had at least one tread waiting to avoid | Sebastian Wilhelmi | 10 | -30/+186 |
2001-04-17 | Remove warnings about conflicts with the stable version.GLIB_1_3_3 | Owen Taylor | 18 | -72/+322 |
2001-04-16 | docs | Havoc Pennington | 43 | -199/+814 |
2001-04-16 | .cvsignore fixes | Owen Taylor | 2 | -2/+2 |
2001-04-16 | More tweaks from GTK+. Reenable $(HTML_IMAGES) with shell portability | Owen Taylor | 4 | -16/+21 |
2001-04-16 | put AC_PATH_PROG(pkg-config) before "Checking for glib" so the output | Havoc Pennington | 10 | -4/+44 |
2001-04-16 | make GDebugKeys argument const | Havoc Pennington | 12 | -12/+54 |
2001-04-13 | updated | Hans Breuer | 14 | -2/+64 |
2001-04-13 | updated | Hans Breuer | 2 | -0/+7 |
2001-04-11 | Pass pkg-config options before the other args so it works even if | Alexander Larsson | 10 | -10/+58 |
2001-04-09 | increment version to 1.3.4 (binary 0, interface 0). | Tim Janik | 11 | -2/+40 |
2001-04-05 | And other fixes. Thanks to Göran Uddeborg <goeran@uddeborg.pp.se>. | Christian Rose | 2 | -3/+10 |
2001-04-05 | Fixed another message in the Swedish translation. Thanks to Jörgen Tegnér | Christian Rose | 2 | -3/+8 |
2001-04-05 | Fixed Swedish translation, thanks to Veronica Loell <info@nakawe.se> and | Christian Rose | 2 | -45/+52 |
2001-04-05 | Added Swedish translation. | Christian Rose | 11 | -1/+449 |
2001-04-04 | Released GLib-1.3.3. | Tim Janik | 8 | -0/+32 |
2001-04-04 | disabled "for i in $(HTML_IMAGES) ;" dist-hook because $(HTML_IMAGES) is | Tim Janik | 2 | -3/+9 |
2001-04-03 | updates. | Tim Janik | 15 | -211/+322 |
2001-04-03 | Exit with an error message that you should use pkg-config instead. | Owen Taylor | 13 | -213/+189 |