<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/glib.git/tests/completion-test.c, branch require-python34</title>
<subtitle>gitlab.gnome.org: GNOME/glib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/glib.git/'/>
<entry>
<title>tests/: LGPLv2+ -&gt; LGPLv2.1+</title>
<updated>2017-05-29T17:53:35+00:00</updated>
<author>
<name>Sébastien Wilmet</name>
<email>swilmet@gnome.org</email>
</author>
<published>2017-05-28T12:09:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/glib.git/commit/?id=f6c44ec3e44557463721a54b7b6fe0264c6d2424'/>
<id>f6c44ec3e44557463721a54b7b6fe0264c6d2424</id>
<content type='text'>
gen-casefold-txt.pl and gen-casemap-txt.pl are licensed under GPLv2+, so
they are not touched by this commit.

A lot of *.c files in tests/ don't have a license header.

https://bugzilla.gnome.org/show_bug.cgi?id=776504
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gen-casefold-txt.pl and gen-casemap-txt.pl are licensed under GPLv2+, so
they are not touched by this commit.

A lot of *.c files in tests/ don't have a license header.

https://bugzilla.gnome.org/show_bug.cgi?id=776504
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated FSF's address</title>
<updated>2014-01-31T13:31:55+00:00</updated>
<author>
<name>Daniel Mustieles</name>
<email>daniel.mustieles@gmail.com</email>
</author>
<published>2014-01-23T11:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/glib.git/commit/?id=078dbda148a81af1b3a76fbda72f089b963087f1'/>
<id>078dbda148a81af1b3a76fbda72f089b963087f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>completion-test: Fix leaks in tests</title>
<updated>2013-11-10T21:41:29+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2013-11-09T19:25:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/glib.git/commit/?id=ee743674a16f251bb275d6ee59f6da8cbf2b2910'/>
<id>ee743674a16f251bb275d6ee59f6da8cbf2b2910</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=711751
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=711751
</pre>
</div>
</content>
</entry>
<entry>
<title>fix the completion test</title>
<updated>2010-08-03T14:25:54+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2010-08-01T06:36:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/glib.git/commit/?id=5179d92e9ce8f5b88db73613ef0485c82656801e'/>
<id>5179d92e9ce8f5b88db73613ef0485c82656801e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve completion test coverage</title>
<updated>2010-08-03T14:25:54+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2010-08-01T06:11:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/glib.git/commit/?id=21d98dbc4b57783bc98f612ca459562bcd25bd5b'/>
<id>21d98dbc4b57783bc98f612ca459562bcd25bd5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make passing NULL for new_prefix work as documented. (#338845, Yevgen</title>
<updated>2006-04-18T02:21:43+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2006-04-18T02:21:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/glib.git/commit/?id=f16f2764f42d4d924c42a7a87ceaf91d6335d962'/>
<id>f16f2764f42d4d924c42a7a87ceaf91d6335d962</id>
<content type='text'>
2006-04-17  Matthias Clasen  &lt;mclasen@redhat.com&gt;

	* glib/gcompletion.c (g_completion_complete_utf8): Make passing
	NULL for new_prefix work as documented.  (#338845, Yevgen Muntyan)

	* tests/completion-test.c: Test that passing NULL for
	new_prefix in g_completion_complete_utf8 works.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2006-04-17  Matthias Clasen  &lt;mclasen@redhat.com&gt;

	* glib/gcompletion.c (g_completion_complete_utf8): Make passing
	NULL for new_prefix work as documented.  (#338845, Yevgen Muntyan)

	* tests/completion-test.c: Test that passing NULL for
	new_prefix in g_completion_complete_utf8 works.
</pre>
</div>
</content>
</entry>
<entry>
<title>Plug leaks reported by valgrind. Same. Same Same. Same. Same.</title>
<updated>2006-02-23T09:09:55+00:00</updated>
<author>
<name>Kjartan Maraas</name>
<email>kmaraas@gnome.org</email>
</author>
<published>2006-02-23T09:09:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/glib.git/commit/?id=a629b3f02dcdf29f52973f879f953e2ce409ab7a'/>
<id>a629b3f02dcdf29f52973f879f953e2ce409ab7a</id>
<content type='text'>
2006-02-23  Kjartan Maraas  &lt;kmaraas@gnome.org&gt;

	* tests/completion-test.c: (main): Plug leaks reported by
	valgrind.
	* tests/convert-test.c: (test_iconv_state), (test_one_half):
	Same.
	* tests/patterntest.c: (test_compilation): Same
	* tests/shell-test.c: (do_argv_test): Same.
	* tests/unicode-caseconv.c: (main): Same.
	* tests/uri-test.c: (run_to_uri_tests): Same.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2006-02-23  Kjartan Maraas  &lt;kmaraas@gnome.org&gt;

	* tests/completion-test.c: (main): Plug leaks reported by
	valgrind.
	* tests/convert-test.c: (test_iconv_state), (test_one_half):
	Same.
	* tests/patterntest.c: (test_compilation): Same
	* tests/shell-test.c: (do_argv_test): Same.
	* tests/unicode-caseconv.c: (main): Same.
	* tests/uri-test.c: (run_to_uri_tests): Same.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add prototype for g_completion_complete_utf8().</title>
<updated>2004-02-05T01:58:47+00:00</updated>
<author>
<name>Manish Singh</name>
<email>yosh@gimp.org</email>
</author>
<published>2004-02-05T01:58:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/glib.git/commit/?id=bbf110839c576d3484aca61e146961251240f324'/>
<id>bbf110839c576d3484aca61e146961251240f324</id>
<content type='text'>
Wed Feb  4 17:58:51 2004  Manish Singh  &lt;yosh@gimp.org&gt;

        * glib/gcompletion.h: Add prototype for g_completion_complete_utf8().

        * tests/completion-test.c: #include &lt;string.h&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wed Feb  4 17:58:51 2004  Manish Singh  &lt;yosh@gimp.org&gt;

        * glib/gcompletion.h: Add prototype for g_completion_complete_utf8().

        * tests/completion-test.c: #include &lt;string.h&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>New function which works like g_completion_complete(), but strips a</title>
<updated>2004-02-04T23:54:17+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>maclas@gmx.de</email>
</author>
<published>2004-02-04T23:54:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/glib.git/commit/?id=dd394749f9dbdae65163a99d014b9cf8cf057e73'/>
<id>dd394749f9dbdae65163a99d014b9cf8cf057e73</id>
<content type='text'>
Thu Feb  5 00:56:28 2004  Matthias Clasen  &lt;maclas@gmx.de&gt;

	* glib/gcompletion.c (g_completion_complete_utf8): New function which
	works like g_completion_complete(), but strips a trailing incomplete
	UTF-8 character from the prefix.  (#133313, Theppitak Karoonboonyanan)

	* tests/completion-test.c (main): Some GCompletion tests.

	* tests/Makefile.am: Add completion-test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thu Feb  5 00:56:28 2004  Matthias Clasen  &lt;maclas@gmx.de&gt;

	* glib/gcompletion.c (g_completion_complete_utf8): New function which
	works like g_completion_complete(), but strips a trailing incomplete
	UTF-8 character from the prefix.  (#133313, Theppitak Karoonboonyanan)

	* tests/completion-test.c (main): Some GCompletion tests.

	* tests/Makefile.am: Add completion-test.
</pre>
</div>
</content>
</entry>
</feed>
