<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/glib.git/tests/testgdateparser.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>Use 'dumb quotes' rather than `really dumb quotes'</title>
<updated>2013-05-21T14:23:22+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@gnome.org</email>
</author>
<published>2013-05-20T20:54:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=4b94c0831e449374ce769cb4938a28b3dca59a43'/>
<id>4b94c0831e449374ce769cb4938a28b3dca59a43</id>
<content type='text'>
Back in the far-off twentieth century, it was normal on unix
workstations for U+0060 GRAVE ACCENT to be drawn as "‛" and for U+0027
APOSTROPHE to be drawn as "’". This led to the convention of using
them as poor-man's ‛smart quotes’ in ASCII-only text.

However, "'" is now universally drawn as a vertical line, and "`" at a
45-degree angle, making them an `odd couple' when used together.

Unfortunately, there are lots of very old strings in glib, and also
lots of new strings in which people have kept up the old tradition,
perhaps entirely unaware that it used to not look stupid.

Fix this by just using 'dumb quotes' everywhere.

https://bugzilla.gnome.org/show_bug.cgi?id=700746
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Back in the far-off twentieth century, it was normal on unix
workstations for U+0060 GRAVE ACCENT to be drawn as "‛" and for U+0027
APOSTROPHE to be drawn as "’". This led to the convention of using
them as poor-man's ‛smart quotes’ in ASCII-only text.

However, "'" is now universally drawn as a vertical line, and "`" at a
45-degree angle, making them an `odd couple' when used together.

Unfortunately, there are lots of very old strings in glib, and also
lots of new strings in which people have kept up the old tradition,
perhaps entirely unaware that it used to not look stupid.

Fix this by just using 'dumb quotes' everywhere.

https://bugzilla.gnome.org/show_bug.cgi?id=700746
</pre>
</div>
</content>
</entry>
<entry>
<title>gdateparser: Delete unused debug print function</title>
<updated>2012-11-02T13:03:52+00:00</updated>
<author>
<name>Colin Walters</name>
<email>walters@verbum.org</email>
</author>
<published>2012-11-02T00:10:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=055aa2b55e192a9c44fb0af07d8c1b3d8ef20b99'/>
<id>055aa2b55e192a9c44fb0af07d8c1b3d8ef20b99</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=687385
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=687385
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Add missing "static" keyword where it should be used</title>
<updated>2012-11-02T00:12:01+00:00</updated>
<author>
<name>Colin Walters</name>
<email>walters@verbum.org</email>
</author>
<published>2012-11-01T23:35:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=6d88a2f82294ffd6f75436e3f8e72b30fd591a03'/>
<id>6d88a2f82294ffd6f75436e3f8e72b30fd591a03</id>
<content type='text'>
Otherwise we fail to build with -Werror=missing-prototypes.

https://bugzilla.gnome.org/show_bug.cgi?id=687385
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise we fail to build with -Werror=missing-prototypes.

https://bugzilla.gnome.org/show_bug.cgi?id=687385
</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>Match also UNC paths on Win32.</title>
<updated>2001-02-21T12:41:28+00:00</updated>
<author>
<name>Tor Lillqvist</name>
<email>tml@iki.fi</email>
</author>
<published>2001-02-21T12:41:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=cd89e4cca6d203c3f3324d7368bbbd6634bc11d3'/>
<id>cd89e4cca6d203c3f3324d7368bbbd6634bc11d3</id>
<content type='text'>
2001-02-21  Tor Lillqvist  &lt;tml@iki.fi&gt;

	* gutils.c (g_path_is_absolute): Match also UNC paths on Win32.

	* gthread.h: Include gtypes.h to be sure to get GLIB_VAR
	definition, remove definition from here.

	* gunicode.h: Remove duplicate GLIB_VAR definition from here, too.

	* gutils.c: (Win32) Use USERPROFILE as home dir if present. On
	Win2k, HOMEDRIVE and HOMEPATH aren't reliable.

	* Makefile.am (INCLUDES): Add -DGLIB_COMPILATION.

	* makefile.mingw.in: Remove install target, Windows isn't Unix.

	* testgdate.c
	* testgdateparser.c
	* testglib.c: Undefine GLIB_COMPILATION.

	* glib.def: Updates.

	* .cvsignore
	* */.cvsignore: Ignore also .obj, .dll, .lib and .exe files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-02-21  Tor Lillqvist  &lt;tml@iki.fi&gt;

	* gutils.c (g_path_is_absolute): Match also UNC paths on Win32.

	* gthread.h: Include gtypes.h to be sure to get GLIB_VAR
	definition, remove definition from here.

	* gunicode.h: Remove duplicate GLIB_VAR definition from here, too.

	* gutils.c: (Win32) Use USERPROFILE as home dir if present. On
	Win2k, HOMEDRIVE and HOMEPATH aren't reliable.

	* Makefile.am (INCLUDES): Add -DGLIB_COMPILATION.

	* makefile.mingw.in: Remove install target, Windows isn't Unix.

	* testgdate.c
	* testgdateparser.c
	* testglib.c: Undefine GLIB_COMPILATION.

	* glib.def: Updates.

	* .cvsignore
	* */.cvsignore: Ignore also .obj, .dll, .lib and .exe files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Two new files. This is kind of ugly code, but I want to go ahead and make</title>
<updated>1998-12-02T20:20:35+00:00</updated>
<author>
<name>Havoc Pennington</name>
<email>hp@pobox.com</email>
</author>
<published>1998-12-02T20:20:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=98e5d88bbe301af863675ef50ae9a6509231c4cc'/>
<id>98e5d88bbe301af863675ef50ae9a6509231c4cc</id>
<content type='text'>
1998-12-02  Havoc Pennington  &lt;hp@pobox.com&gt;

* testgdate.c, testgdateparser.c: Two new files. This is kind of
ugly code, but I want to go ahead and make the tests available.
It isn't contaminating any other code. :-) Since one of these
is interactive and the other takes a while to run, I've kept
them separate from testglib for now.
* Makefile.am: Build gdate test programs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1998-12-02  Havoc Pennington  &lt;hp@pobox.com&gt;

* testgdate.c, testgdateparser.c: Two new files. This is kind of
ugly code, but I want to go ahead and make the tests available.
It isn't contaminating any other code. :-) Since one of these
is interactive and the other takes a while to run, I've kept
them separate from testglib for now.
* Makefile.am: Build gdate test programs.
</pre>
</div>
</content>
</entry>
</feed>
