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