<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/glib.git/tests/env-test.c, branch require-python34</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>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://git.baserock.org/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://git.baserock.org/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>Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX</title>
<updated>2013-11-20T14:25:39+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@gnome.org</email>
</author>
<published>2013-10-19T17:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=158dde050702f83a058962d14156a02234fc9685'/>
<id>158dde050702f83a058962d14156a02234fc9685</id>
<content type='text'>
In Windows development environments that have it, &lt;unistd.h&gt; is mostly
just a wrapper around several other native headers (in particular,
&lt;io.h&gt;, which contains read(), close(), etc, and &lt;process.h&gt;, which
contains getpid()). But given that some Windows dev environments don't
have &lt;unistd.h&gt;, everything that uses those functions on Windows
already needed to include the correct Windows header as well, and so
there is never any point to including &lt;unistd.h&gt; on Windows.

Also, remove some &lt;unistd.h&gt; includes (and a few others) that were
unnecessary even on unix.

https://bugzilla.gnome.org/show_bug.cgi?id=710519
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Windows development environments that have it, &lt;unistd.h&gt; is mostly
just a wrapper around several other native headers (in particular,
&lt;io.h&gt;, which contains read(), close(), etc, and &lt;process.h&gt;, which
contains getpid()). But given that some Windows dev environments don't
have &lt;unistd.h&gt;, everything that uses those functions on Windows
already needed to include the correct Windows header as well, and so
there is never any point to including &lt;unistd.h&gt; on Windows.

Also, remove some &lt;unistd.h&gt; includes (and a few others) that were
unnecessary even on unix.

https://bugzilla.gnome.org/show_bug.cgi?id=710519
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/: Include unistd.h on *NIX only</title>
<updated>2013-11-11T14:37:39+00:00</updated>
<author>
<name>Chun-wei Fan</name>
<email>fanchunwei@src.gnome.org</email>
</author>
<published>2013-11-05T08:08:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=fd41363e0213adda7c274c7ac06b411a17d5619f'/>
<id>fd41363e0213adda7c274c7ac06b411a17d5619f</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=711047
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=711047
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove critical log handler; we can't trigger g_return_if_fails() in our</title>
<updated>2004-03-14T04:27:26+00:00</updated>
<author>
<name>Owen Taylor</name>
<email>otaylor@redhat.com</email>
</author>
<published>2004-03-14T04:27:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=db17e65ba31456646063f10251f41487a9eab950'/>
<id>db17e65ba31456646063f10251f41487a9eab950</id>
<content type='text'>
Sat Mar 13 23:18:45 2004  Owen Taylor  &lt;otaylor@redhat.com&gt;

        * tests/env-test.c (main): Remove critical log handler;
        we can't trigger g_return_if_fails() in our test suite
        even silently, because the user could have compiled
        with --disable-debug. #if 0 the tests for
        g_setenv/g_unsetenv with a "foo=bar" variable name.
        (#136709, reported by Frédéric L. W. Meunier)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sat Mar 13 23:18:45 2004  Owen Taylor  &lt;otaylor@redhat.com&gt;

        * tests/env-test.c (main): Remove critical log handler;
        we can't trigger g_return_if_fails() in our test suite
        even silently, because the user could have compiled
        with --disable-debug. #if 0 the tests for
        g_setenv/g_unsetenv with a "foo=bar" variable name.
        (#136709, reported by Frédéric L. W. Meunier)
</pre>
</div>
</content>
</entry>
<entry>
<title>added g_hash_table_find and a bunch of g_queue_*</title>
<updated>2004-02-25T23:48:22+00:00</updated>
<author>
<name>Hans Breuer</name>
<email>hans@breuer.org</email>
</author>
<published>2004-02-25T23:48:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=fc9afe0d219ad7bb16c2ba8ce2a1e268bdd25479'/>
<id>fc9afe0d219ad7bb16c2ba8ce2a1e268bdd25479</id>
<content type='text'>
2003-02-26 Hans Breuer  &lt;hans@breuer.org&gt;

	* glib/glib.def : added g_hash_table_find and a
	bunch of g_queue_*

	* glib/gmain.c : make it compile on win32,
	child_wake_up_pipe replaced by semaphore like it is done
	for the other wake_up_pipe

	* config.h.win32.in : added HAVE_INT64_AND_I64
	* glibconfig.h.win32.in : G_MAXSIZE .. G_M??INT64,
	and typedef for GPid

	* test/env-test.c : don't let the local log function
	collide in namespace with standard C
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2003-02-26 Hans Breuer  &lt;hans@breuer.org&gt;

	* glib/glib.def : added g_hash_table_find and a
	bunch of g_queue_*

	* glib/gmain.c : make it compile on win32,
	child_wake_up_pipe replaced by semaphore like it is done
	for the other wake_up_pipe

	* config.h.win32.in : added HAVE_INT64_AND_I64
	* glibconfig.h.win32.in : G_MAXSIZE .. G_M??INT64,
	and typedef for GPid

	* test/env-test.c : don't let the local log function
	collide in namespace with standard C
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove a test for getenv() behaviour which isn't specified by SUS and</title>
<updated>2003-08-08T19:28:24+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>maclas@gmx.de</email>
</author>
<published>2003-08-08T19:28:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=18042ea064470f5fe54f620f4338ee14e13ba13f'/>
<id>18042ea064470f5fe54f620f4338ee14e13ba13f</id>
<content type='text'>
2003-08-08  Matthias Clasen  &lt;maclas@gmx.de&gt;

	* tests/env-test.c (main): Remove a test for getenv() behaviour which isn't specified by SUS
	and doesn't work on Solaris.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2003-08-08  Matthias Clasen  &lt;maclas@gmx.de&gt;

	* tests/env-test.c (main): Remove a test for getenv() behaviour which isn't specified by SUS
	and doesn't work on Solaris.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for '=' in names and values.</title>
<updated>2003-08-07T21:51:38+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>maclas@gmx.de</email>
</author>
<published>2003-08-07T21:51:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=96838a7a8817165556cf1b09e7c34c36379b97c1'/>
<id>96838a7a8817165556cf1b09e7c34c36379b97c1</id>
<content type='text'>
2003-08-07  Matthias Clasen  &lt;maclas@gmx.de&gt;

	* tests/env-test.c: Add tests for '=' in names and values.

	* glib/gutils.c (g_setenv, g_unsetenv): Check that the variable name doesn't contain '='. Add a
	declaration for environ.  (#119338)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2003-08-07  Matthias Clasen  &lt;maclas@gmx.de&gt;

	* tests/env-test.c: Add tests for '=' in names and values.

	* glib/gutils.c (g_setenv, g_unsetenv): Check that the variable name doesn't contain '='. Add a
	declaration for environ.  (#119338)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for g_{get,set,unset}env().</title>
<updated>2003-07-28T19:30:05+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>matthiasc@src.gnome.org</email>
</author>
<published>2003-07-28T19:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=76cc9a77c676f6be64b1cc98cb5e6d31c549a669'/>
<id>76cc9a77c676f6be64b1cc98cb5e6d31c549a669</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
