Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-10-28 | Add missing g_pattern_match_simple and g_pattern_spec_equal. | Tor Lillqvist | 1 | -1/+1 |
2001-10-25 | Add ../* to PATH before running tests to find DLLs. | Tor Lillqvist | 1 | -1/+1 |
2001-10-25 | Update. | Tor Lillqvist | 2 | -13/+28 |
2001-10-25 | Updates. | Tor Lillqvist | 2 | -2/+4 |
2001-10-25 | Version 1.3.10, interface age, binary age = 0. | Owen Taylor | 1 | -2/+3 |
2001-10-24 | Add g_strtod & co. | Alex Larsson | 2 | -0/+55 |
2001-10-13 | make struct _GPatternSpec and GMatchType private. (g_pattern_equal): new | Tim Janik | 3 | -1/+228 |
2001-10-01 | Convert G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI and | Alex Larsson | 1 | -9/+9 |
2001-09-29 | cast the string size to gulong and use %lu for printing to avoid 64bit | George Lebl | 1 | -1/+1 |
2001-09-27 | fix typo (#if->#ifdef) so it compiles again. | Manish Singh | 1 | -0/+1 |
2001-09-26 | Retract my change earlier today. Don't preset autoconf variables in a try | Tor Lillqvist | 1 | -1/+1 |
2001-09-25 | More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF, | Tor Lillqvist | 2 | -23/+9 |
2001-09-20 | Accept also forward slashes. (But still don't accept them in the other | Tor Lillqvist | 1 | -7/+10 |
2001-09-18 | add simple test for g_path_get_basename(). | Tim Janik | 1 | -0/+9 |
2001-09-17 | Change so that it works on platforms where isalpha is a macro only, | Darin Adler | 2 | -78/+31 |
2001-09-10 | Add g_build_path(), g_build_filename(), to create separated paths, | Owen Taylor | 1 | -0/+64 |
2001-09-04 | Update. Don't mention pthreads. | Tor Lillqvist | 1 | -13/+7 |
2001-09-03 | Implement. | Owen Taylor | 2 | -1/+221 |
2001-08-30 | After being away for about five months, I'm back working on this... For | Tor Lillqvist | 2 | -10/+13 |
2001-08-27 | Updated name of error from G_CONVERT_ERROR_NOT_LOCAL_FILE to | Darin Adler | 2 | -6/+57 |
2001-08-26 | New functions to convert between local pahtnames and file: uris. | Alex Larsson | 2 | -1/+227 |
2001-08-25 | Implement and document g_ascii_isxxx. | Alexander Larsson | 2 | -16/+192 |