summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2002-03-05Default to --disable-gtk-doc, to avoid Jade setup hassles.Owen Taylor2-10/+10
2002-02-21ed Feb 20 22:35:42 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor1-0/+7
2002-02-15Do not assume, that after g_usleep(G_USEC_PER_SEC) the newly startedSebastian Wilhelmi1-7/+25
2002-02-10no sym links on win32, no lstat in msvcrtHans Breuer1-1/+2
2002-02-09Test attribute value delimiters.Matthias Clasen1-0/+8
2002-02-08Make hostname parameter const char *. Added a new "ASCII must not beDarin Adler1-21/+23
2002-02-08Fix access to freed memory in test case (Miroslaw Dobrzanski-Neumann).Owen Taylor1-6/+4
2002-01-291.3.13GLIB_1_3_13Owen Taylor1-6/+12
2002-01-23Not used on Windows, don't even compile it then.Tor Lillqvist1-10/+60
2002-01-05moved warning to error pragmas to their own file to not force 'goodHans Breuer1-1/+1
2001-12-22Add (undefined) HAVE_C99_VSNPRINTF.Tor Lillqvist1-33/+33
2001-12-18added some assertions to test g_signal_get_invocation_hint().Tim Janik1-5/+10
2001-12-14add rules to build it.James Henstridge1-0/+374
2001-12-12 This fixes #60543:Matthias Clasen1-0/+10
2001-12-03g_module_symbol takes a gpointer *, not just a gpointerManish Singh1-1/+1
2001-12-03g_module_symbol takes a gpointer *, not just a gpointerManish Singh1-11/+11
2001-11-27Set this from libtool rather than hardcoding values for certain platforms.Dan Winship1-1/+2
2001-11-26Implement G_LEVEL_ORDER correctly.Matthias Clasen1-1/+10
2001-11-24*/.cvsignore: Add various Win32 related file types.Tor Lillqvist1-0/+3
2001-11-22Version 11, interface, binary age 0.Owen Taylor2-3/+4
2001-11-18remove g_log_domain_glib usage/exportHans Breuer1-0/+1
2001-11-14Add back mainloop-test here, too.Tor Lillqvist3-6/+2
2001-11-14add UTF-8 support.Matthias Clasen1-30/+61
2001-11-14Patch from Andrew Taylor to improve tables and reduce relocations by usingOwen Taylor1-0/+3
2001-11-13Fix max_tokens == 1 case to match documentation. Add tests.Darin Adler2-0/+14
2001-11-03On Win32, create separate .exp file for module-test.o and link with that.Tor Lillqvist1-1/+6
2001-11-02Recurse with may_block = FALSE, so we don't get into the pathology whereOwen Taylor2-4/+10
2001-10-29Fix non-Intel/-Alpha version of the G_BREAKPOINT macro to includeDaniel Egger1-1/+3
2001-10-28Add missing g_pattern_match_simple and g_pattern_spec_equal.Tor Lillqvist1-1/+1
2001-10-25Add ../* to PATH before running tests to find DLLs.Tor Lillqvist1-1/+1
2001-10-25Update.Tor Lillqvist2-13/+28
2001-10-25Updates.Tor Lillqvist2-2/+4
2001-10-25Version 1.3.10, interface age, binary age = 0.Owen Taylor1-2/+3
2001-10-24Add g_strtod & co.Alex Larsson2-0/+55
2001-10-13make struct _GPatternSpec and GMatchType private. (g_pattern_equal): newTim Janik3-1/+228
2001-10-01Convert G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI andAlex Larsson1-9/+9
2001-09-29cast the string size to gulong and use %lu for printing to avoid 64bitGeorge Lebl1-1/+1
2001-09-27fix typo (#if->#ifdef) so it compiles again.Manish Singh1-0/+1
2001-09-26Retract my change earlier today. Don't preset autoconf variables in a tryTor Lillqvist1-1/+1
2001-09-25More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF,Tor Lillqvist2-23/+9
2001-09-20Accept also forward slashes. (But still don't accept them in the otherTor Lillqvist1-7/+10
2001-09-18add simple test for g_path_get_basename().Tim Janik1-0/+9
2001-09-17Change so that it works on platforms where isalpha is a macro only,Darin Adler2-78/+31
2001-09-10Add g_build_path(), g_build_filename(), to create separated paths,Owen Taylor1-0/+64
2001-09-04Update. Don't mention pthreads.Tor Lillqvist1-13/+7
2001-09-03Implement.Owen Taylor2-1/+221
2001-08-30After being away for about five months, I'm back working on this... ForTor Lillqvist2-10/+13
2001-08-27Updated name of error from G_CONVERT_ERROR_NOT_LOCAL_FILE toDarin Adler2-6/+57
2001-08-26New functions to convert between local pahtnames and file: uris.Alex Larsson2-1/+227
2001-08-25Implement and document g_ascii_isxxx.Alexander Larsson2-16/+192