<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/glib.git/tests/unicode-normalize.c, branch pgriffis/wip/resolver-https</title>
<subtitle>gitlab.gnome.org: GNOME/glib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/'/>
<entry>
<title>Update to reflect Unicode PR #29 (#348694, Nikolai Weibull)</title>
<updated>2006-07-31T04:50:05+00:00</updated>
<author>
<name>Behdad Esfahbod</name>
<email>behdad@gnome.org</email>
</author>
<published>2006-07-31T04:50:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=290443f86f6dc282f0355a9324474507f82a2226'/>
<id>290443f86f6dc282f0355a9324474507f82a2226</id>
<content type='text'>
2006-07-31  Behdad Esfahbod  &lt;behdad@gnome.org&gt;

        * glib/gunidecomp.c (_g_utf8_normalize_wc): Update to reflect Unicode
        PR #29 (#348694, Nikolai Weibull)

        * tests/unicode-normalize.c (encode), (test_form): Make output more
        useful, reporting the unexpected output of the test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2006-07-31  Behdad Esfahbod  &lt;behdad@gnome.org&gt;

        * glib/gunidecomp.c (_g_utf8_normalize_wc): Update to reflect Unicode
        PR #29 (#348694, Nikolai Weibull)

        * tests/unicode-normalize.c (encode), (test_form): Make output more
        useful, reporting the unexpected output of the test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hangul composition and decomposition to unicode normalization.</title>
<updated>2003-12-04T19:47:52+00:00</updated>
<author>
<name>Noah Levitt</name>
<email>nlevitt@columbia.edu</email>
</author>
<published>2003-12-04T19:47:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=45b15909233c5a07d2c35e39c0321cf4b45cfcc1'/>
<id>45b15909233c5a07d2c35e39c0321cf4b45cfcc1</id>
<content type='text'>
2003-12-04  Noah Levitt  &lt;nlevitt@columbia.edu&gt;

	* glib/gunidecomp.c: Add hangul composition and decomposition to
	unicode normalization. (#100456)

	* tests/unicode-normalize.c: Test hangul.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2003-12-04  Noah Levitt  &lt;nlevitt@columbia.edu&gt;

	* glib/gunidecomp.c: Add hangul composition and decomposition to
	unicode normalization. (#100456)

	* tests/unicode-normalize.c: Test hangul.
</pre>
</div>
</content>
</entry>
<entry>
<title>We do handle &gt; BMP now, so test it.</title>
<updated>2003-08-05T03:41:34+00:00</updated>
<author>
<name>Noah Levitt</name>
<email>nlevitt@columbia.edu</email>
</author>
<published>2003-08-05T03:41:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=479928953bc38e1dc7ee31cd560e1e49accb53b1'/>
<id>479928953bc38e1dc7ee31cd560e1e49accb53b1</id>
<content type='text'>
2003-08-04  Noah Levitt  &lt;nlevitt@columbia.edu&gt;

	* tests/unicode-normalize.c: We do handle &gt; BMP now, so test it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2003-08-04  Noah Levitt  &lt;nlevitt@columbia.edu&gt;

	* tests/unicode-normalize.c: We do handle &gt; BMP now, so test it.
</pre>
</div>
</content>
</entry>
<entry>
<title>add -DG_DISABLED_DEPRECATED</title>
<updated>2002-10-15T22:16:57+00:00</updated>
<author>
<name>Manish Singh</name>
<email>yosh@gimp.org</email>
</author>
<published>2002-10-15T22:16:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=d1f37d50530b75fdfd63b0789a1af0ec9a844295'/>
<id>d1f37d50530b75fdfd63b0789a1af0ec9a844295</id>
<content type='text'>
Tue Oct 15 15:07:45 2002  Manish Singh  &lt;yosh@gimp.org&gt;

        * gmodule/Makefile.am gobject/Makefile.am gthread/Makefile.am:
        add -DG_DISABLED_DEPRECATED

        * tests/gio-test.c tests/mainloop-test.c tests/string-test.c
        tests/testglib.c test/tree-test.c tests/unicode-collate.c
        tests/unicode-normalize.c: Deprecation cleanup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tue Oct 15 15:07:45 2002  Manish Singh  &lt;yosh@gimp.org&gt;

        * gmodule/Makefile.am gobject/Makefile.am gthread/Makefile.am:
        add -DG_DISABLED_DEPRECATED

        * tests/gio-test.c tests/mainloop-test.c tests/string-test.c
        tests/testglib.c test/tree-test.c tests/unicode-collate.c
        tests/unicode-normalize.c: Deprecation cleanup
</pre>
</div>
</content>
</entry>
<entry>
<title>Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the</title>
<updated>2002-07-04T15:19:30+00:00</updated>
<author>
<name>Sebastian Wilhelmi</name>
<email>wilhelmi@ira.uka.de</email>
</author>
<published>2002-07-04T15:19:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=d81ac5339fcf9537a3731ebb5770238f4fa69d59'/>
<id>d81ac5339fcf9537a3731ebb5770238f4fa69d59</id>
<content type='text'>
2002-07-04  Sebastian Wilhelmi  &lt;wilhelmi@ira.uka.de&gt;

	* tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN
	throughout the files, which didn't already have them. (#87312)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2002-07-04  Sebastian Wilhelmi  &lt;wilhelmi@ira.uka.de&gt;

	* tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN
	throughout the files, which didn't already have them. (#87312)
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Andrew Taylor to improve tables and reduce relocations by using</title>
<updated>2001-11-14T02:32:45+00:00</updated>
<author>
<name>Owen Taylor</name>
<email>otaylor@redhat.com</email>
</author>
<published>2001-11-14T02:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=917026269ee4a6fb749758ebc0244bef7a734cae'/>
<id>917026269ee4a6fb749758ebc0244bef7a734cae</id>
<content type='text'>
Tue Nov 13 21:25:35 2001  Owen Taylor  &lt;otaylor@redhat.com&gt;

	* glib/{gen-unicode-tables.pl,gunibreak.c,gunibreak.h,
	gunichartables.h, gunicomp.h, gunidecomp.[ch],
	guniprop.c}: Patch from Andrew Taylor to improve
	tables and reduce relocations by using indices
	rather than pointers. (#64433)

	* tests/unicode-normalize.c (main): Fix for changes
	to g_strsplit().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tue Nov 13 21:25:35 2001  Owen Taylor  &lt;otaylor@redhat.com&gt;

	* glib/{gen-unicode-tables.pl,gunibreak.c,gunibreak.h,
	gunichartables.h, gunicomp.h, gunidecomp.[ch],
	guniprop.c}: Patch from Andrew Taylor to improve
	tables and reduce relocations by using indices
	rather than pointers. (#64433)

	* tests/unicode-normalize.c (main): Fix for changes
	to g_strsplit().
</pre>
</div>
</content>
</entry>
<entry>
<title>Modified Files: glib/ChangeLog glib/glib.def glib/glib/giochannel.c</title>
<updated>2001-07-20T20:14:37+00:00</updated>
<author>
<name>Ron Steinke</name>
<email>rsteinke@src.gnome.org</email>
</author>
<published>2001-07-20T20:14:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=e070fdea390b04f7784f7c930342d481b82c9c60'/>
<id>e070fdea390b04f7784f7c930342d481b82c9c60</id>
<content type='text'>
     Modified Files:
 	glib/ChangeLog glib/glib.def glib/glib/giochannel.c
 	glib/glib/giochannel.h glib/glib/giounix.c
 	glib/glib/giowin32.c
 	glib/docs/reference/glib/glib-sections.txt
 	glib/tests/iochannel-test.c glib/tests/unicode-collate.c
 	glib/tests/unicode-normalize.c
     Added Files:
 	glib/tests/iochannel-test-infile

        * glib/giochannel.c: API changes, fixes to
        error handling, some internal restructuring
        * glib/giochannel.h: API changes, documentation for
        elements in GIOChannel structure
        * glib/giounix.c: Matched API changes, implemented
        backend to set is_readable, is_writeable, is_seekable
        flags, added a test to catch large values of count
        for which the behavior of write() is undefined
        * glib/giowin32.c: Changed to match new prototypes for
        io_close() and io_seek(), removed references to
        G_IO_STATUS_INTR, set is_seekable flag in channel
        creation functions
        * glib.def: Renamed g_channel_error_quark() and
        g_channel_error_from_errno() to g_io_channel_error_quark() and
        g_io_channel_error_from_errno(); added new functions
        g_io_channel_get_buffered() and g_io_channel_set_buffered()
        * docs/reference/glib/glib-sections.txt: Modified iochannel
        section to reflect new functions and API changes
        * tests/iochannel-test.c: Fixed to work with API changes
        * tests/iochannel-test-infile: New file; input file
        for iochannel-test
        * tests/unicode-collate.c tests/unicode-normalize.c:
        Changed G_IO_FILE_MODE_READ to "r" to match API change
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     Modified Files:
 	glib/ChangeLog glib/glib.def glib/glib/giochannel.c
 	glib/glib/giochannel.h glib/glib/giounix.c
 	glib/glib/giowin32.c
 	glib/docs/reference/glib/glib-sections.txt
 	glib/tests/iochannel-test.c glib/tests/unicode-collate.c
 	glib/tests/unicode-normalize.c
     Added Files:
 	glib/tests/iochannel-test-infile

        * glib/giochannel.c: API changes, fixes to
        error handling, some internal restructuring
        * glib/giochannel.h: API changes, documentation for
        elements in GIOChannel structure
        * glib/giounix.c: Matched API changes, implemented
        backend to set is_readable, is_writeable, is_seekable
        flags, added a test to catch large values of count
        for which the behavior of write() is undefined
        * glib/giowin32.c: Changed to match new prototypes for
        io_close() and io_seek(), removed references to
        G_IO_STATUS_INTR, set is_seekable flag in channel
        creation functions
        * glib.def: Renamed g_channel_error_quark() and
        g_channel_error_from_errno() to g_io_channel_error_quark() and
        g_io_channel_error_from_errno(); added new functions
        g_io_channel_get_buffered() and g_io_channel_set_buffered()
        * docs/reference/glib/glib-sections.txt: Modified iochannel
        section to reflect new functions and API changes
        * tests/iochannel-test.c: Fixed to work with API changes
        * tests/iochannel-test-infile: New file; input file
        for iochannel-test
        * tests/unicode-collate.c tests/unicode-normalize.c:
        Changed G_IO_FILE_MODE_READ to "r" to match API change
</pre>
</div>
</content>
</entry>
<entry>
<title>Add functions to insert a unichar as UTF-8, since this is reasonably</title>
<updated>2001-07-19T14:35:48+00:00</updated>
<author>
<name>Owen Taylor</name>
<email>otaylor@redhat.com</email>
</author>
<published>2001-07-19T14:35:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=f37c13dbde8f9d21a95c86c019b27d7dcaa0f4f9'/>
<id>f37c13dbde8f9d21a95c86c019b27d7dcaa0f4f9</id>
<content type='text'>
Fri Jul 13 19:20:06 2001  Owen Taylor  &lt;otaylor@redhat.com&gt;

	* glib/gstring.c (g_string_insert/append/prepend_unichar):
	Add functions to insert a unichar as UTF-8, since this
	is reasonably common.

	* glib/gutf8.c glib/gunicode.h (g_utf8_get_char_validated):
	New function exposing iterating through possibly invalid/incomplete
	UTF-8 to unicode to the outside world.

	* glib/gutf8.c (g_utf8_get_char_extended): Fix max_len argument
	to be gssize, not gsize.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fri Jul 13 19:20:06 2001  Owen Taylor  &lt;otaylor@redhat.com&gt;

	* glib/gstring.c (g_string_insert/append/prepend_unichar):
	Add functions to insert a unichar as UTF-8, since this
	is reasonably common.

	* glib/gutf8.c glib/gunicode.h (g_utf8_get_char_validated):
	New function exposing iterating through possibly invalid/incomplete
	UTF-8 to unicode to the outside world.

	* glib/gutf8.c (g_utf8_get_char_extended): Fix max_len argument
	to be gssize, not gsize.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reflect latest g_io_channel_new_file() API changes, use</title>
<updated>2001-07-08T13:01:19+00:00</updated>
<author>
<name>Martin Baulig</name>
<email>baulig@suse.de</email>
</author>
<published>2001-07-08T13:01:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=39caf76a7f7313f60eecdf31741f9edd48327be1'/>
<id>39caf76a7f7313f60eecdf31741f9edd48327be1</id>
<content type='text'>
2001-07-08  Martin Baulig  &lt;baulig@suse.de&gt;

	* tests/unicode-normalize.c, tests/unicode-collate.c:
	Reflect latest g_io_channel_new_file() API changes, use
	G_IO_FILE_MODE_READ instead of "r".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-07-08  Martin Baulig  &lt;baulig@suse.de&gt;

	* tests/unicode-normalize.c, tests/unicode-collate.c:
	Reflect latest g_io_channel_new_file() API changes, use
	G_IO_FILE_MODE_READ instead of "r".
</pre>
</div>
</content>
</entry>
<entry>
<title>Add length arguments to g_utf8_{strup,strdown,casefold,collate_key}.</title>
<updated>2001-07-07T02:42:49+00:00</updated>
<author>
<name>Owen Taylor</name>
<email>otaylor@redhat.com</email>
</author>
<published>2001-07-07T02:42:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=f1f680b68c946a2d2f6af3c942ce1b4c034f1702'/>
<id>f1f680b68c946a2d2f6af3c942ce1b4c034f1702</id>
<content type='text'>
Fri Jul  6 22:34:32 2001  Owen Taylor  &lt;otaylor@redhat.com&gt;

	* glib/gunicode.h glib/gunidecomp.c glib/guniprop.c
	  glib/gunicollate.c: Add length arguments to
	g_utf8_{strup,strdown,casefold,collate_key}.

	* glib/gdate.c: Fix for above.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fri Jul  6 22:34:32 2001  Owen Taylor  &lt;otaylor@redhat.com&gt;

	* glib/gunicode.h glib/gunidecomp.c glib/guniprop.c
	  glib/gunicollate.c: Add length arguments to
	g_utf8_{strup,strdown,casefold,collate_key}.

	* glib/gdate.c: Fix for above.
</pre>
</div>
</content>
</entry>
</feed>
