glib/tests
Owen Taylor 4f96a13cba Use G_N_ELEMENTS rather than a custom macro.
Sun Jul  1 20:16:25 2001  Owen Taylor  <otaylor@redhat.com>

	* glib/guniprop.c (g_unichar_totitle): Use G_N_ELEMENTS
	rather than a custom macro.

	* glib/gen-unicode-tables.pl: Adapt to changes in table
	formats for Unicode 3.1

	* glib/gunicode.h glib/guniprop.c glib/gunichartables.h
	  glib/gen-unicode-tables.pl: Add case conversion functions
        g_utf8_casefold, g_utf8_strup, g_utf8_strdown.

	* tests/unicode-caseconv.c tests/gen-casefold-txt.pl
	  tests/gen-casemap-txt.pl tests/casefold.txt
	  tests/casemap.txt: Test cases for case conversion.

	* glib/gunicode.h glib/gunidecomp.[ch] glib/gunicomp.h
	  glib/gen-unicode-tables.pl: Add function to do Unicode
        normalization g_utf8_normalize().

	* tests/unicode-normalize.c: Test program for case conversion.

	* glib/gunicode.h glib/gunicollate.c: Add collation functions
	g_utf8_collate, g_utf8_collate_key.

	* test/unicode-collate.c: Test program for collation.

	* glib/gdate.c (g_date_fill_parse_tokens): Fix uninitialized
	variable.

	* glib/gdate.c (g_date_strftime) docs/Changes-2.0.txt:
	Make work with UTF-8 even if the locale isn't UTF-8 based.
	Still somewhat of broken, if the format string contains
	characters not representable in the current locale, will warn
	and not work.

	* glib/gdate.c: Use UTF-8 normalization and casefolding.
2001-07-02 00:49:21 +00:00
..
markups back out change by mitch@convergence.de and apply patch in bug id #52067 2001-05-24 19:30:40 +00:00
.cvsignore Use G_N_ELEMENTS rather than a custom macro. 2001-07-02 00:49:21 +00:00
array-test.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +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 applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +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 Add a check for the Darwin dynamic linker. Use AC_TRY_LINK when checking 2001-04-20 17:08:57 +00:00
hash-test.c Introduced new function type GEqualFunc to return TRUE for equal params. 2000-10-30 14:34:52 +00:00
iochannel-test.c Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat.com> 2001-06-30 15:22:13 +00:00
libmoduletestplugin_a.c Determine the suffix of the shared librarries for this system. This is 2000-12-22 13:44:25 +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 applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
mainloop-test.c Make some changes to the way that GMainContext works: 2001-06-30 19:56:47 +00:00
Makefile.am Use G_N_ELEMENTS rather than a custom macro. 2001-07-02 00:49:21 +00:00
makefile.mingw.in Updates. Add module-test rules. 2001-03-29 19:52:45 +00:00
makefile.msc.in Add module-test rules. 2001-03-29 20:05:58 +00:00
markup-test.c Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane. 2001-06-23 13:55:09 +00:00
module-test.c Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane. 2001-06-23 13:55:09 +00:00
node-test.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
qsort-test.c Add test case for the g_qsort_with_data func. It works. This fixes bug 2001-05-29 14:55:39 +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 applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
run-markup-tests.sh Rearrange into other veriables, and include run-markup-tests.sh. 2000-12-08 21:04:52 +00:00
shell-test.c Fix warnings. 2000-11-28 23:44:21 +00:00
slist-test.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
spawn-test.c Some more debugging output. (g_io_channel_win32_poll): Remove unused vars. 2000-10-16 18:54:29 +00:00
strfunc-test.c Added new functions g_strstr_len, g_strrstr and g_strrstr_len 2001-06-08 23:14:03 +00:00
string-test.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +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 Patch from Darin Adler (#54166) 2001-06-30 16:54:33 +00:00
thread-test.c Renamed g_thread_create to g_thread_create_full and added macro 2001-05-18 08:44:57 +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.c Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane. 2001-06-23 13:55:09 +00:00
tree-test.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
type-test.c Add a check for the Darwin dynamic linker. Use AC_TRY_LINK when checking 2001-04-20 17:08:57 +00:00
unicode-caseconv.c Use G_N_ELEMENTS rather than a custom macro. 2001-07-02 00:49:21 +00:00
unicode-collate.c Use G_N_ELEMENTS rather than a custom macro. 2001-07-02 00:49:21 +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 Use G_N_ELEMENTS rather than a custom macro. 2001-07-02 00:49:21 +00:00
utf8.txt move $enable_debug down below checks for GCC to avoid setting CFLAGS 2001-01-05 21:22:47 +00:00