| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid non-ANSI pointer comparison. (#54344, Morten Welinder) | Owen Taylor | 2002-11-26 | 1 | -0/+23 |
* | Improved the seeding algorithm. Old behaviour can be achived by setting | Sebastian Wilhelmi | 2002-11-26 | 1 | -20/+20 |
* | Ignore the G_SPAWN_DO_NOT_REAP_CHILD flag, can't be meaninfully | Tor Lillqvist | 2002-11-17 | 3 | -1/+253 |
* | Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437, | Owen Taylor | 2002-11-04 | 1 | -0/+2 |
* | use gsize instead of int where appropriate (64-bit cleanliness fix). | Manish Singh | 2002-10-15 | 1 | -4/+5 |
* | add -DG_DISABLED_DEPRECATED | Manish Singh | 2002-10-15 | 7 | -39/+37 |
* | Fix a minor memory leak. | Owen Taylor | 2002-10-14 | 1 | -0/+2 |
* | use gsize instead of int where appropriate (64-bit cleanliness fix) | Manish Singh | 2002-09-29 | 1 | -6/+6 |
* | hu Jul 25 14:23:15 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-07-26 | 1 | -1/+37 |
* | Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the | Sebastian Wilhelmi | 2002-07-04 | 25 | -0/+73 |
* | tests/patterntest.c (test_compilation) A couple of 64-bit printf format | Owen Taylor | 2002-06-11 | 1 | -1/+1 |
* | New testcases. | Matthias Clasen | 2002-05-18 | 8 | -2/+16 |
* | New functions g_str_has_suffix and g_str_has_prefix. | Alex Larsson | 2002-05-14 | 1 | -0/+16 |
* | Fixes for #79347, Ron Arts. | Owen Taylor | 2002-05-07 | 1 | -0/+3 |
* | Remove manual UTF-8 -> Latin1 conversion for stuff fed to g_print. | Matthias Clasen | 2002-04-10 | 1 | -3/+4 |
* | Use gsize instead of gint. From Miroslaw Dobrzanski-Neumann | Sebastian Wilhelmi | 2002-04-08 | 2 | -2/+2 |
* | Remove warning about g_print, etc, encoding. | Owen Taylor | 2002-03-28 | 1 | -1/+3 |
* | Default to --disable-gtk-doc, to avoid Jade setup hassles. | Owen Taylor | 2002-03-05 | 2 | -10/+10 |
* | ed Feb 20 22:35:42 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-02-21 | 1 | -0/+7 |
* | Do not assume, that after g_usleep(G_USEC_PER_SEC) the newly started | Sebastian Wilhelmi | 2002-02-15 | 1 | -7/+25 |
* | no sym links on win32, no lstat in msvcrt | Hans Breuer | 2002-02-10 | 1 | -1/+2 |
* | Test attribute value delimiters. | Matthias Clasen | 2002-02-09 | 1 | -0/+8 |
* | Make hostname parameter const char *. Added a new "ASCII must not be | Darin Adler | 2002-02-08 | 1 | -21/+23 |
* | Fix access to freed memory in test case (Miroslaw Dobrzanski-Neumann). | Owen Taylor | 2002-02-08 | 1 | -6/+4 |
* | 1.3.13GLIB_1_3_13 | Owen Taylor | 2002-01-29 | 1 | -6/+12 |
* | Not used on Windows, don't even compile it then. | Tor Lillqvist | 2002-01-23 | 1 | -10/+60 |
* | moved warning to error pragmas to their own file to not force 'good | Hans Breuer | 2002-01-05 | 1 | -1/+1 |
* | Add (undefined) HAVE_C99_VSNPRINTF. | Tor Lillqvist | 2001-12-22 | 1 | -33/+33 |
* | added some assertions to test g_signal_get_invocation_hint(). | Tim Janik | 2001-12-18 | 1 | -5/+10 |
* | add rules to build it. | James Henstridge | 2001-12-14 | 1 | -0/+374 |
* | This fixes #60543: | Matthias Clasen | 2001-12-12 | 1 | -0/+10 |
* | g_module_symbol takes a gpointer *, not just a gpointer | Manish Singh | 2001-12-03 | 1 | -1/+1 |
* | g_module_symbol takes a gpointer *, not just a gpointer | Manish Singh | 2001-12-03 | 1 | -11/+11 |
* | Set this from libtool rather than hardcoding values for certain platforms. | Dan Winship | 2001-11-27 | 1 | -1/+2 |
* | Implement G_LEVEL_ORDER correctly. | Matthias Clasen | 2001-11-26 | 1 | -1/+10 |
* | */.cvsignore: Add various Win32 related file types. | Tor Lillqvist | 2001-11-24 | 1 | -0/+3 |
* | Version 11, interface, binary age 0. | Owen Taylor | 2001-11-22 | 2 | -3/+4 |
* | remove g_log_domain_glib usage/export | Hans Breuer | 2001-11-18 | 1 | -0/+1 |
* | Add back mainloop-test here, too. | Tor Lillqvist | 2001-11-14 | 3 | -6/+2 |
* | add UTF-8 support. | Matthias Clasen | 2001-11-14 | 1 | -30/+61 |
* | Patch from Andrew Taylor to improve tables and reduce relocations by using | Owen Taylor | 2001-11-14 | 1 | -0/+3 |
* | Fix max_tokens == 1 case to match documentation. Add tests. | Darin Adler | 2001-11-13 | 2 | -0/+14 |
* | On Win32, create separate .exp file for module-test.o and link with that. | Tor Lillqvist | 2001-11-03 | 1 | -1/+6 |
* | Recurse with may_block = FALSE, so we don't get into the pathology where | Owen Taylor | 2001-11-02 | 2 | -4/+10 |
* | Fix non-Intel/-Alpha version of the G_BREAKPOINT macro to include | Daniel Egger | 2001-10-29 | 1 | -1/+3 |
* | Add missing g_pattern_match_simple and g_pattern_spec_equal. | Tor Lillqvist | 2001-10-28 | 1 | -1/+1 |
* | Add ../* to PATH before running tests to find DLLs. | Tor Lillqvist | 2001-10-25 | 1 | -1/+1 |
* | Update. | Tor Lillqvist | 2001-10-25 | 2 | -13/+28 |
* | Updates. | Tor Lillqvist | 2001-10-25 | 2 | -2/+4 |
* | Version 1.3.10, interface age, binary age = 0. | Owen Taylor | 2001-10-25 | 1 | -2/+3 |