.. |
gobject
|
added some assertions to test g_signal_get_invocation_hint().
|
2001-12-18 20:38:58 +00:00 |
markups
|
New testcases.
|
2002-05-18 22:06:54 +00:00 |
.cvsignore
|
*/.cvsignore: Add various Win32 related file types.
|
2001-11-24 18:53:03 +00:00 |
array-test.c
|
Add missing const. (g_strsplit): Add g_return_val_if_fail for case of
|
2001-07-19 20:07:41 +00:00 |
casefold.txt
|
Use G_N_ELEMENTS rather than a custom macro.
|
2001-07-02 00:49:21 +00:00 |
casemap.txt
|
Use G_N_ELEMENTS rather than a custom macro.
|
2001-07-02 00:49:21 +00:00 |
cxx-test.C
|
Now that we check for a C++ compiler in configure.in anyway, I added a
|
2001-05-29 14:17:23 +00:00 |
date-test.c
|
New gcompat.h header file as recommended by Havoc.
|
2000-12-24 12:11:06 +00:00 |
dirname-test.c
|
Add missing const. (g_strsplit): Add g_return_val_if_fail for case of
|
2001-07-19 20:07:41 +00:00 |
gen-casefold-txt.pl
|
Use G_N_ELEMENTS rather than a custom macro.
|
2001-07-02 00:49:21 +00:00 |
gen-casemap-txt.pl
|
Use G_N_ELEMENTS rather than a custom macro.
|
2001-07-02 00:49:21 +00:00 |
gio-test.c
|
Use gsize instead of gint. From Miroslaw Dobrzanski-Neumann
|
2002-04-08 08:36:35 +00:00 |
hash-test.c
|
Fix access to freed memory in test case (Miroslaw Dobrzanski-Neumann).
|
2002-02-08 17:34:15 +00:00 |
iochannel-test-infile
|
Modified Files: glib/ChangeLog glib/glib.def glib/glib/giochannel.c
|
2001-07-20 20:14:37 +00:00 |
iochannel-test.c
|
Find test case for srcdir != builddir, miscellaneous cleanups.
|
2001-08-12 14:12:02 +00:00 |
libmoduletestplugin_a.c
|
g_module_symbol takes a gpointer *, not just a gpointer
|
2001-12-03 20:10:44 +00:00 |
libmoduletestplugin_b.c
|
Determine the suffix of the shared librarries for this system. This is
|
2000-12-22 13:44:25 +00:00 |
list-test.c
|
Add missing const. (g_strsplit): Add g_return_val_if_fail for case of
|
2001-07-19 20:07:41 +00:00 |
mainloop-test.c
|
Recurse with may_block = FALSE, so we don't get into the pathology where
|
2001-11-02 02:56:08 +00:00 |
Makefile.am
|
Default to --disable-gtk-doc, to avoid Jade setup hassles.
|
2002-03-05 05:18:23 +00:00 |
makefile.mingw.in
|
Default to --disable-gtk-doc, to avoid Jade setup hassles.
|
2002-03-05 05:18:23 +00:00 |
makefile.msc.in
|
no sym links on win32, no lstat in msvcrt
|
2002-02-10 16:42:36 +00:00 |
markup-test.c
|
New testcases.
|
2002-05-18 22:06:54 +00:00 |
module-test.c
|
g_module_symbol takes a gpointer *, not just a gpointer
|
2001-12-03 19:22:50 +00:00 |
node-test.c
|
Implement G_LEVEL_ORDER correctly.
|
2001-11-26 19:08:46 +00:00 |
patterntest.c
|
Remove manual UTF-8 -> Latin1 conversion for stuff fed to g_print.
|
2002-04-10 23:09:15 +00:00 |
qsort-test.c
|
Fixes for #79347, Ron Arts.
|
2002-05-07 15:32:08 +00:00 |
queue-test.c
|
Renamed g_queue_create to g_queue_new in conformance to all other GLib
|
2000-04-17 10:31:10 +00:00 |
rand-test.c
|
Fix to stupid bug in g_random_boolean, also both functions now return 1 or
|
2001-05-31 08:12:35 +00:00 |
relation-test.c
|
Add missing const. (g_strsplit): Add g_return_val_if_fail for case of
|
2001-07-19 20:07:41 +00:00 |
run-markup-tests.sh
|
New testcases.
|
2002-05-18 22:06:54 +00:00 |
shell-test.c
|
1.3.13
|
2002-01-29 20:23:48 +00:00 |
slist-test.c
|
Add missing const. (g_strsplit): Add g_return_val_if_fail for case of
|
2001-07-19 20:07:41 +00:00 |
spawn-test.c
|
After being away for about five months, I'm back working on this... For
|
2001-08-30 05:09:11 +00:00 |
strfunc-test.c
|
This fixes #60543:
|
2001-12-12 22:05:55 +00:00 |
string-test.c
|
New functions g_str_has_suffix and g_str_has_prefix.
|
2002-05-14 18:49:50 +00:00 |
strtod-test.c
|
Add g_strtod & co.
|
2001-10-24 18:00:11 +00:00 |
testgdate.c
|
Match also UNC paths on Win32.
|
2001-02-21 12:41:28 +00:00 |
testgdateparser.c
|
Match also UNC paths on Win32.
|
2001-02-21 12:41:28 +00:00 |
testglib.c
|
Remove warning about g_print, etc, encoding.
|
2002-03-28 23:24:23 +00:00 |
thread-test.c
|
Do not assume, that after g_usleep(G_USEC_PER_SEC) the newly started
|
2002-02-15 09:58:49 +00:00 |
threadpool-test.c
|
Renamed g_thread_create to g_thread_create_full and added macro
|
2001-05-18 08:44:57 +00:00 |
timeloop-basic.c
|
Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.
|
2001-06-23 13:55:09 +00:00 |
timeloop-closure.c
|
Implement.
|
2001-09-03 22:13:16 +00:00 |
timeloop.c
|
Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.
|
2001-06-23 13:55:09 +00:00 |
tree-test.c
|
Add missing const. (g_strsplit): Add g_return_val_if_fail for case of
|
2001-07-19 20:07:41 +00:00 |
type-test.c
|
Add missing const. (g_strsplit): Add g_return_val_if_fail for case of
|
2001-07-19 20:07:41 +00:00 |
unicode-caseconv.c
|
Add length arguments to g_utf8_{strup,strdown,casefold,collate_key}.
|
2001-07-07 02:42:49 +00:00 |
unicode-collate.c
|
Modified Files: glib/ChangeLog glib/glib.def glib/glib/giochannel.c
|
2001-07-20 20:14:37 +00:00 |
unicode-encoding.c
|
Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.
|
2001-06-23 13:55:09 +00:00 |
unicode-normalize.c
|
Patch from Andrew Taylor to improve tables and reduce relocations by using
|
2001-11-14 02:32:45 +00:00 |
uri-test.c
|
ed Feb 20 22:35:42 2002 Owen Taylor <otaylor@redhat.com>
|
2002-02-21 03:54:34 +00:00 |
utf8.txt
|
move $enable_debug down below checks for GCC to avoid setting CFLAGS
|
2001-01-05 21:22:47 +00:00 |