<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-12165</id>
	<title>Nabble - Cygwin</title>
	<updated>2009-12-14T21:46:46Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Cygwin-f12165.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cygwin-f12165.html" />
	<subtitle type="html">Cygwin is a Linux-like environment for Windows. Sourceware - Cygwin home is &lt;a href=&quot;http://sourceware.org/cygwin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26789798</id>
	<title>perl Win32::TieRegistry broken on Vista -- perl v5.10.0, TieRegistry v0.25</title>
	<published>2009-12-14T21:46:46Z</published>
	<updated>2009-12-14T21:46:46Z</updated>
	<author>
		<name>Neil Mowbray</name>
	</author>
	<content type="html">Folks,
&lt;br&gt;&lt;br&gt;TieRegistry produces no values for keys. &amp;nbsp; In below $key is defined
&lt;br&gt;but %$key is empty. &amp;nbsp;Indeed it does work for any key not just
&lt;br&gt;LMachine/Software. &amp;nbsp;
&lt;br&gt;&lt;br&gt;This code works correctly with ActiveState perl.
&lt;br&gt;&lt;br&gt;---- example ----
&lt;br&gt;use Win32::TieRegistry(Delimiter =&amp;gt; '/', ArrayValues =&amp;gt; 0);
&lt;br&gt;$key = $Registry-&amp;gt;{'LMachine/SOFTWARE/'};
&lt;br&gt;printf &amp;quot;error: key not found&amp;quot; if !(defined($key));
&lt;br&gt;&lt;br&gt;while (my ($k,$v) = each(%$key)) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; printf &amp;quot; &amp;nbsp;%s = %s\n&amp;quot;, $k, $v;
&lt;br&gt;}
&lt;br&gt;---- example ----
&lt;br&gt;&lt;br&gt;Actually not of the registry functions appear to produce values.
&lt;br&gt;&lt;br&gt;Attached output from cygcheck.
&lt;br&gt;&lt;br&gt;Regards, Neil
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;--
&lt;br&gt;Problem reports: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/problems.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/problems.html&lt;/a&gt;&lt;br&gt;FAQ: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/faq/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/faq/&lt;/a&gt;&lt;br&gt;Documentation: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/docs.html&lt;/a&gt;&lt;br&gt;Unsubscribe info: &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cygwin.com/ml/#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/ml/#unsubscribe-simple&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;cygcheck.output&lt;/strong&gt; (50K) &lt;a href=&quot;http://old.nabble.com/attachment/26789798/0/cygcheck.output&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cygwin-list-f12269.html&quot; embed=&quot;fixTarget[12269]&quot; target=&quot;_top&quot; &gt;Cygwin list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/perl-Win32%3A%3ATieRegistry-broken-on-Vista----perl-v5.10.0%2C-TieRegistry-v0.25-tp26789798p26789798.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26786012</id>
	<title>Re: console enhancements: mouse events etc</title>
	<published>2009-12-14T14:19:19Z</published>
	<updated>2009-12-14T14:19:19Z</updated>
	<author>
		<name>Charles Wilson-2</name>
	</author>
	<content type="html">On Mon, 14 Dec 2009 18:02 +0100, &amp;quot;Thomas Wolff&amp;quot; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi, please excuse some basic questions about CVS best practice:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Corinna Vinschen wrote:
&lt;br&gt;&amp;gt; &amp;gt; ... &amp;nbsp;Patches are supposed to be against
&lt;br&gt;&amp;gt; &amp;gt; the latest from CVS. &amp;nbsp;And it's also not cumbersome, it's rather quite
&lt;br&gt;&amp;gt; &amp;gt; simple. &amp;nbsp;CVS is doing that for you usually anyway. &amp;nbsp;If you have a
&lt;br&gt;&amp;gt; &amp;gt; patched CVS source tree, just call `cvs up' and the current HEAD is
&lt;br&gt;&amp;gt; &amp;gt; merged with your local changes. &amp;nbsp;Given that fhandler_console.cc wasn't
&lt;br&gt;&amp;gt; &amp;gt; changed for a while anyway, you should not see any merge conflicts.
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; In this case yes. In general, if there are merging conflicts, I would 
&lt;br&gt;&amp;gt; have to dig around in reject logs, right? (Or do a fresh checkout and 
&lt;br&gt;&amp;gt; repatch.)
&lt;br&gt;&amp;gt; Also, since with this workflow I'd have the patched latest version only, 
&lt;br&gt;&amp;gt; what is the most convenient way to create the patch diff? Do you 
&lt;br&gt;&amp;gt; maintain two checkouts, an unpatched one to base on?
&lt;/div&gt;&lt;br&gt;No, CVS does all this for you. &amp;nbsp;Take a look here:
&lt;br&gt;&lt;a href=&quot;http://www.network-theory.co.uk/docs/cvsmanual/Conflictsexample.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.network-theory.co.uk/docs/cvsmanual/Conflictsexample.html&lt;/a&gt;&amp;nbsp;for
&lt;br&gt;a walkthrough with examples concerning cvs update and merge resolution.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Chuck
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cygwin-patches-f12172.html&quot; embed=&quot;fixTarget[12172]&quot; target=&quot;_top&quot; &gt;cygwin-patches&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/console-enhancements%3A-mouse-events-tp26228298p26786012.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26784762</id>
	<title>Re: Merits of ClearCase</title>
	<published>2009-12-14T13:16:35Z</published>
	<updated>2009-12-14T13:16:35Z</updated>
	<author>
		<name>Dave Korn-6</name>
	</author>
	<content type="html">Eric Blake wrote:
&lt;br&gt;&amp;gt; Finally, I feel justified continuing to argue the merits of programs offered as 
&lt;br&gt;&amp;gt; part of the cygwin distribution on the cygwin mailing list, but I don't think 
&lt;br&gt;&amp;gt; it is appropriate to argue the merits of proprietary non-cygwin programs on the 
&lt;br&gt;&amp;gt; cygwin list. &amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp; It's not really appropriate to argue their dis-merits either; you guys
&lt;br&gt;should really have TITTTLed it a couple of exchanges of email ago.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; cheers,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; DaveK
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Problem reports: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/problems.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/problems.html&lt;/a&gt;&lt;br&gt;FAQ: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/faq/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/faq/&lt;/a&gt;&lt;br&gt;Documentation: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/docs.html&lt;/a&gt;&lt;br&gt;Unsubscribe info: &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cygwin.com/ml/#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/ml/#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cygwin-list-f12269.html&quot; embed=&quot;fixTarget[12269]&quot; target=&quot;_top&quot; &gt;Cygwin list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Looking-for-the-%27stdout%27-of-a-Windows-application-tp26769438p26784762.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26783414</id>
	<title>Re: [1.7] hard link error on FAT32 with zsh</title>
	<published>2009-12-14T11:31:14Z</published>
	<updated>2009-12-14T11:31:14Z</updated>
	<author>
		<name>Peter A. Castro</name>
	</author>
	<content type="html">On Mon, 14 Dec 2009, Eric Blake wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;&amp;gt; Hash: SHA1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; According to Thorsten Kampe on 12/14/2009 5:22 AM:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; That's why. &amp;nbsp;FAT32 does not support hardlinks.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Well, then why don't I get this error with the latest 1.5 DLL? It's the
&lt;br&gt;&amp;gt;&amp;gt; same thumb drive, the same installation...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It _didn't_ work. &amp;nbsp;In 1.5, you ended up creating a copy, which meant there
&lt;br&gt;&amp;gt; was no locking after all. &amp;nbsp;If zsh then depended on that attempt at locking
&lt;br&gt;&amp;gt; working, you would have gotten into inconsistent states.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Your best bet now might be to report this as an upstream bug to zsh, and
&lt;br&gt;&amp;gt; recommend that they use an alternative approach, such as symlink locking
&lt;br&gt;&amp;gt; (the way emacs does things), if hard link locking doesn't work because of
&lt;br&gt;&amp;gt; the underlying file system.
&lt;/div&gt;&lt;br&gt;You may not have to. &amp;nbsp;The code thats doing this is dependent on the
&lt;br&gt;link() function existing. &amp;nbsp;However, there's an alternative path in that
&lt;br&gt;code in case link() is unavailable. &amp;nbsp;I'll hack Configure to undefine
&lt;br&gt;link's usage and see what it does.
&lt;br&gt;&lt;br&gt;On a side not, Thorsten, you should be able to set your history file to
&lt;br&gt;an NTFS filesystem as a workaround. &amp;nbsp;Not ideal, I know, but it should be
&lt;br&gt;servicable for the time being. &amp;nbsp;Or, for that matter, why are you still
&lt;br&gt;using FAT32? &amp;nbsp;Just curious....
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; - --
&lt;br&gt;&amp;gt; Don't work too hard, make some time for fun as well!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Eric Blake &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26783414&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ebb9@...&lt;/a&gt;
&lt;br&gt;&amp;gt; -----BEGIN PGP SIGNATURE-----
&lt;br&gt;&amp;gt; Version: GnuPG v1.4.9 (Cygwin)
&lt;br&gt;&amp;gt; Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
&lt;br&gt;&amp;gt; Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; iEYEARECAAYFAksmOawACgkQ84KuGfSFAYA2pwCgmtM6fw/F8WM2CjbVtbNH1Zgs
&lt;br&gt;&amp;gt; hI8An3emaP4qePXhEf4G2F3IBRvEWUCS
&lt;br&gt;&amp;gt; =LQ5E
&lt;br&gt;&amp;gt; -----END PGP SIGNATURE-----
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Problem reports: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/problems.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/problems.html&lt;/a&gt;&lt;br&gt;&amp;gt; FAQ: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/faq/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/faq/&lt;/a&gt;&lt;br&gt;&amp;gt; Documentation: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/docs.html&lt;/a&gt;&lt;br&gt;&amp;gt; Unsubscribe info: &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cygwin.com/ml/#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/ml/#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Peter A. Castro &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26783414&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;doctor@...&lt;/a&gt;&amp;gt; or &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26783414&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Peter.Castro@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;	&amp;quot;Cats are just autistic Dogs&amp;quot; -- Dr. Tony Attwood
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Problem reports: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/problems.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/problems.html&lt;/a&gt;&lt;br&gt;FAQ: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/faq/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/faq/&lt;/a&gt;&lt;br&gt;Documentation: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/docs.html&lt;/a&gt;&lt;br&gt;Unsubscribe info: &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cygwin.com/ml/#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/ml/#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cygwin-list-f12269.html&quot; embed=&quot;fixTarget[12269]&quot; target=&quot;_top&quot; &gt;Cygwin list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-1.7--hard-link-error-on-FAT32-with-zsh-tp26751116p26783414.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26782101</id>
	<title>Re: [ANNOUNCEMENT] Updated: clisp-2.48-3</title>
	<published>2009-12-14T10:03:54Z</published>
	<updated>2009-12-14T10:03:54Z</updated>
	<author>
		<name>Reini Urban</name>
	</author>
	<content type="html">Reini Urban schrieb:
&lt;br&gt;&amp;gt; I've recompiled clisp plus the subpackages clisp-clx, clisp-gtk2 and
&lt;br&gt;&amp;gt; clisp-gdi, released hereby as 2.48-3.
&lt;br&gt;&lt;br&gt;Oops, bad testing.
&lt;br&gt;clisp -K full does not start, because svm.dll is (again, sigh) not 
&lt;br&gt;executable.
&lt;br&gt;&lt;br&gt;The immediate fix is:
&lt;br&gt;chmod +x /usr/lib/clisp-2.48/full/svm.dll
&lt;br&gt;&lt;br&gt;I'll upload a new release -4 soon.
&lt;br&gt;-- 
&lt;br&gt;Reini Urban
&lt;br&gt;&lt;a href=&quot;http://phpwiki.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://phpwiki.org/&lt;/a&gt;&amp;nbsp; &lt;a href=&quot;http://murbreak.at/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://murbreak.at/&lt;/a&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Problem reports: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/problems.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/problems.html&lt;/a&gt;&lt;br&gt;FAQ: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/faq/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/faq/&lt;/a&gt;&lt;br&gt;Documentation: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/docs.html&lt;/a&gt;&lt;br&gt;Unsubscribe info: &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cygwin.com/ml/#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/ml/#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cygwin-list-f12269.html&quot; embed=&quot;fixTarget[12269]&quot; target=&quot;_top&quot; &gt;Cygwin list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCEMENT--Updated%3A-clisp-2.48-3-tp26781385p26782101.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26782086</id>
	<title>Re: Updated: libsigsegv{2}2.8-1</title>
	<published>2009-12-14T10:02:58Z</published>
	<updated>2009-12-14T10:02:58Z</updated>
	<author>
		<name>Reini Urban</name>
	</author>
	<content type="html">Corinna Vinschen schrieb:
&lt;br&gt;&amp;gt; Hi Reini,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 14 18:00, Reini Urban wrote:
&lt;br&gt;&amp;gt;&amp;gt; Eric Blake's SEH chain corruption fixes for libsigsegv on cygwin are
&lt;br&gt;&amp;gt;&amp;gt; now in the official libsigsegv-2.8 release.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; FYI, you uploaded a libsigsegv2-2.7-1.tar.bz2 file accidentally as well.
&lt;br&gt;&amp;gt; I removed it from cygwin.com.
&lt;br&gt;&lt;br&gt;Thanks! I did it also.
&lt;br&gt;&lt;br&gt;This was the bad release we never released.
&lt;br&gt;-- 
&lt;br&gt;Reini Urban
&lt;br&gt;&lt;a href=&quot;http://phpwiki.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://phpwiki.org/&lt;/a&gt;&amp;nbsp; &lt;a href=&quot;http://murbreak.at/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://murbreak.at/&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cygwin-apps-f12171.html&quot; embed=&quot;fixTarget[12171]&quot; target=&quot;_top&quot; &gt;cygwin-apps&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Updated%3A-libsigsegv%7B2%7D2.8-1-tp26781562p26782086.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26779940</id>
	<title>Re: ttyfier (was: Re: Looking for the 'stdout' of a Windows application)</title>
	<published>2009-12-14T09:57:47Z</published>
	<updated>2009-12-14T09:57:47Z</updated>
	<author>
		<name>Marc Girod</name>
	</author>
	<content type="html">&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Andy Koppe wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Thanks, I had't heard of ttyfier. Interesting stuff! More
&lt;br&gt;comprehensive than my 'conin' attempt because it tranlates output as
&lt;br&gt;well as input.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
I downloaded the sources and built it.
&lt;br&gt;My first try at using it wasn't very convincing: it didn't display anything and I had to kill it with pskill.
&lt;br&gt;I confirm that I am interested in the output, as well as in the input.
&lt;br&gt;&lt;br&gt;Marc&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cygwin-list-f12269.html&quot; embed=&quot;fixTarget[12269]&quot; target=&quot;_top&quot; &gt;Cygwin list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ttyfier-%28was%3A-Re%3A-Looking-for-the-%27stdout%27-of-a-Windows-application%29-tp26774072p26779940.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781609</id>
	<title>Re: Broken link in FAQ</title>
	<published>2009-12-14T09:30:16Z</published>
	<updated>2009-12-14T09:30:16Z</updated>
	<author>
		<name>Corinna Vinschen-2</name>
	</author>
	<content type="html">On Dec 14 12:07, Buchbinder, Barry (NIH/NIAID) [E] wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On
&lt;br&gt;&amp;gt; 	&lt;a href=&quot;http://cygwin.com/1.7/faq/faq.setup.html#faq.setup.mirror&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/1.7/faq/faq.setup.html#faq.setup.mirror&lt;/a&gt;&lt;br&gt;&amp;gt; and
&lt;br&gt;&amp;gt; 	&lt;a href=&quot;http://cygwin.com/faq/faq.setup.html#faq.setup.mirror&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/faq/faq.setup.html#faq.setup.mirror&lt;/a&gt;&lt;br&gt;&amp;gt; the link to
&lt;br&gt;&amp;gt; 	&lt;a href=&quot;http://wget.sunsite.dk/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wget.sunsite.dk/&lt;/a&gt;&lt;br&gt;&amp;gt; is broken.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It should probably point to
&lt;br&gt;&amp;gt; 	&lt;a href=&quot;http://www.gnu.org/software/wget/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/wget/&lt;/a&gt;&lt;br&gt;&amp;gt; or maybe
&lt;br&gt;&amp;gt; 	&lt;a href=&quot;http://mirrors.dotsrc.org/gnu/wget/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mirrors.dotsrc.org/gnu/wget/&lt;/a&gt;&lt;/div&gt;&lt;br&gt;Thanks, I fixed it.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Corinna
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Corinna Vinschen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Please, send mails regarding Cygwin to
&lt;br&gt;Cygwin Project Co-Leader &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cygwin AT cygwin DOT com
&lt;br&gt;Red Hat
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Problem reports: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/problems.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/problems.html&lt;/a&gt;&lt;br&gt;FAQ: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/faq/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/faq/&lt;/a&gt;&lt;br&gt;Documentation: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/docs.html&lt;/a&gt;&lt;br&gt;Unsubscribe info: &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cygwin.com/ml/#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/ml/#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cygwin-list-f12269.html&quot; embed=&quot;fixTarget[12269]&quot; target=&quot;_top&quot; &gt;Cygwin list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Broken-link-in-FAQ-tp26781355p26781609.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781562</id>
	<title>Re: Updated: libsigsegv{2}2.8-1</title>
	<published>2009-12-14T09:26:53Z</published>
	<updated>2009-12-14T09:26:53Z</updated>
	<author>
		<name>Corinna Vinschen-2</name>
	</author>
	<content type="html">Hi Reini,
&lt;br&gt;&lt;br&gt;On Dec 14 18:00, Reini Urban wrote:
&lt;br&gt;&amp;gt; Eric Blake's SEH chain corruption fixes for libsigsegv on cygwin are
&lt;br&gt;&amp;gt; now in the official libsigsegv-2.8 release.
&lt;br&gt;&lt;br&gt;FYI, you uploaded a libsigsegv2-2.7-1.tar.bz2 file accidentally as well.
&lt;br&gt;I removed it from cygwin.com.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Corinna
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Corinna Vinschen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Please, send mails regarding Cygwin to
&lt;br&gt;Cygwin Project Co-Leader &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cygwin AT cygwin DOT com
&lt;br&gt;Red Hat
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cygwin-apps-f12171.html&quot; embed=&quot;fixTarget[12171]&quot; target=&quot;_top&quot; &gt;cygwin-apps&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Updated%3A-libsigsegv%7B2%7D2.8-1-tp26781562p26781562.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781373</id>
	<title>Re: console enhancements: mouse events etc</title>
	<published>2009-12-14T09:13:23Z</published>
	<updated>2009-12-14T09:13:23Z</updated>
	<author>
		<name>Corinna Vinschen-2</name>
	</author>
	<content type="html">On Dec 14 18:02, Thomas Wolff wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi, please excuse some basic questions about CVS best practice:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Corinna Vinschen wrote:
&lt;br&gt;&amp;gt; &amp;gt;... &amp;nbsp;Patches are supposed to be against
&lt;br&gt;&amp;gt; &amp;gt;the latest from CVS. &amp;nbsp;And it's also not cumbersome, it's rather quite
&lt;br&gt;&amp;gt; &amp;gt;simple. &amp;nbsp;CVS is doing that for you usually anyway. &amp;nbsp;If you have a
&lt;br&gt;&amp;gt; &amp;gt;patched CVS source tree, just call `cvs up' and the current HEAD is
&lt;br&gt;&amp;gt; &amp;gt;merged with your local changes. &amp;nbsp;Given that fhandler_console.cc wasn't
&lt;br&gt;&amp;gt; &amp;gt;changed for a while anyway, you should not see any merge conflicts.
&lt;br&gt;&amp;gt; In this case yes. In general, if there are merging conflicts, I
&lt;br&gt;&amp;gt; would have to dig around in reject logs, right? (Or do a fresh
&lt;br&gt;&amp;gt; checkout and repatch.)
&lt;/div&gt;&lt;br&gt;No, you get a locally merged file with marked merge conflicts.
&lt;br&gt;&lt;br&gt;&amp;gt; Also, since with this workflow I'd have the patched latest version
&lt;br&gt;&amp;gt; only, what is the most convenient way to create the patch diff?
&lt;br&gt;&lt;br&gt;cvs diff -up
&lt;br&gt;&lt;br&gt;&amp;gt; Do you maintain two checkouts, an unpatched one to base on?
&lt;br&gt;&lt;br&gt;Of course not. &amp;nbsp;What's a source code control system good for if you do
&lt;br&gt;everything manually? &amp;nbsp;You should really start RTF cvs M. &amp;nbsp;`info cvs' for
&lt;br&gt;a start.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Corinna
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Corinna Vinschen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Please, send mails regarding Cygwin to
&lt;br&gt;Cygwin Project Co-Leader &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cygwin AT cygwin DOT com
&lt;br&gt;Red Hat
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cygwin-patches-f12172.html&quot; embed=&quot;fixTarget[12172]&quot; target=&quot;_top&quot; &gt;cygwin-patches&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/console-enhancements%3A-mouse-events-tp26228298p26781373.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781359</id>
	<title>Re: home page problem</title>
	<published>2009-12-14T09:12:55Z</published>
	<updated>2009-12-14T09:12:55Z</updated>
	<author>
		<name>msahin</name>
	</author>
	<content type="html">It looks like everthing is fine now.
&lt;br&gt;&lt;br&gt;Thanks anyway.
&lt;br&gt;&lt;br&gt;Mehmet
&lt;br&gt;&lt;br&gt;&lt;br&gt;Alinti Dave Korn &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781359&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dave.korn.cygwin@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Václav Haisman wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On 14.12.2009 13:39, msahin itu.edu.tr wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I cannot get acces to cygwin home page from home. It says that &amp;quot;Access
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; is forbiden&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; What should l do?
&lt;br&gt;&amp;gt;&amp;gt; Wait.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It is a scheduled outage: &amp;lt;&lt;a href=&quot;http://gcc.gnu.org/ml/gcc/2009-12/msg00091.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gcc.gnu.org/ml/gcc/2009-12/msg00091.html&lt;/a&gt;&amp;gt;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; The fact that that link is working should tell you that the outage &amp;nbsp;
&lt;br&gt;&amp;gt; is now in
&lt;br&gt;&amp;gt; fact resolved! &amp;nbsp;Cygwin.com has been back on the air since Sunday; if Mehmet
&lt;br&gt;&amp;gt; still has problems, it is probably filtering or connection or caching trouble
&lt;br&gt;&amp;gt; at his ISP. &amp;nbsp;Using a proxy might help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; cheers,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; DaveK
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Problem reports: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/problems.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/problems.html&lt;/a&gt;&lt;br&gt;&amp;gt; FAQ: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/faq/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/faq/&lt;/a&gt;&lt;br&gt;&amp;gt; Documentation: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/docs.html&lt;/a&gt;&lt;br&gt;&amp;gt; Unsubscribe info: &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cygwin.com/ml/#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/ml/#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Problem reports: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/problems.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/problems.html&lt;/a&gt;&lt;br&gt;FAQ: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/faq/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/faq/&lt;/a&gt;&lt;br&gt;Documentation: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/docs.html&lt;/a&gt;&lt;br&gt;Unsubscribe info: &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cygwin.com/ml/#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/ml/#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cygwin-list-f12269.html&quot; embed=&quot;fixTarget[12269]&quot; target=&quot;_top&quot; &gt;Cygwin list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/home-page-problem-tp26777127p26781359.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781395</id>
	<title>[ANNOUNCEMENT] Updated: sqlite3-3.6.2-1</title>
	<published>2009-12-14T09:11:24Z</published>
	<updated>2009-12-14T09:11:24Z</updated>
	<author>
		<name>Warren Young</name>
	</author>
	<content type="html">PACKAGE DESCRIPTION
&lt;br&gt;===================
&lt;br&gt;&lt;br&gt;Homepage: &lt;a href=&quot;http://sqlite.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sqlite.org/&lt;/a&gt;&lt;br&gt;License : Public Domain (no, really!)
&lt;br&gt;&lt;br&gt;SQLite is a C library providing local database storage with a SQL 
&lt;br&gt;interface. &amp;nbsp;Unlike most SQL database systems, SQLite does not accept 
&lt;br&gt;connections from remote users. &amp;nbsp;Access to the database requires access 
&lt;br&gt;to the file system hosting it; SQLite thus relies on the operating 
&lt;br&gt;system's file security for access control. &amp;nbsp;In exchange for this 
&lt;br&gt;limitation, you get a smaller, faster database engine that's easy to 
&lt;br&gt;embed within a program.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CHANGES SINCE LAST RELEASE
&lt;br&gt;==========================
&lt;br&gt;&lt;br&gt;Changes since previous, 3.6.2-1:
&lt;br&gt;&lt;br&gt;2009 Dec 07 (3.6.21)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The SQL output resulting from sqlite3_trace() is now modified to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;include the values of bound parameters.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Performance optimizations targetting a specific use case from a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;single high-profile user of SQLite. A 12% reduction in the number
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;of CPU operations is achieved (as measured by valgrind). Actual
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;performance improvements in practice may vary depending on
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;workload. Changes include:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o The ifnull() and coalesce() SQL functions are now
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;implemented using in-line VDBE code rather than calling
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;external functions, so that unused arguments need never be
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;evaluated.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o The substr() SQL function does not bother to measure the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;length its entire input string if it is only computing a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;prefix
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o Unnecessary OP_IsNull, OP_Affinity, and OP_MustBeInt VDBE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;opcodes are suppressed
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o Various code refactorizations for performance
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The FTS3 extension has undergone a major rework and cleanup. New
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FTS3 documentation is now available.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The SQLITE_SECURE_DELETE compile-time option fixed to make sure
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;that content is deleted even when the truncate optimization
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;applies.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Improvements to &amp;quot;dot-command&amp;quot; handling in the Command Line
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Interface.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Other minor bug fixes and documentation enhancements.
&lt;br&gt;&lt;br&gt;2009 Nov 4 (3.6.20)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Optimizer enhancement: prepared statements are automatically
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;re-compiled when a binding on the RHS of a LIKE operator changes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;or when any range constraint changes under SQLITE_ENABLE_STAT2.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Various minor bug fixes and documentation enhancements.
&lt;br&gt;&lt;br&gt;2009 Oct 30 (3.6.16.1)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* A small patch to version 3.6.16 to fix the OP_If bug.
&lt;br&gt;&lt;br&gt;2009 Oct 14 (3.6.19)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for foreign key constraints. Foreign key
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;constraints are disabled by default. Use the foreign_keys pragma
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;to turn them on.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Generalized the IS and IS NOT operators to take arbitrary
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;expressions on their right-hand side.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The TCL Interface has been enhanced to use the Non-Recursive
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Engine (NRE) interface to the TCL interpreter when linked against
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TCL 8.6 or later.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a bug introduced in 3.6.18 that can lead to a segfault when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;an attempt is made to write on a read-only database.
&lt;br&gt;&lt;br&gt;2009 Sep 11 (3.6.18)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Versioning of the SQLite source code has transitioned from CVS to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fossil.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Query planner enhancements.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The SQLITE_ENABLE_STAT2 compile-time option causes the ANALYZE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;command to collect a small histogram of each index, to help
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SQLite better select among competing range query indices.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Recursive triggers can be enabled using the PRAGMA
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;recursive_triggers statement.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Delete triggers fire when rows are removed due to a REPLACE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;conflict resolution. This feature is only enabled when recursive
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;triggers are enabled.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the SQLITE_OPEN_SHAREDCACHE and SQLITE_OPEN_PRIVATECACHE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;flags for sqlite3_open_v2() used to override the global shared
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cache mode settings for individual database connections.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added improved version identification features: C-Preprocessor
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;macro SQLITE_SOURCE_ID, C/C++ interface sqlite3_sourceid(), and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SQL function sqlite_source_id().
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Obscure bug fix on triggers ([efc02f9779]).
&lt;br&gt;&lt;br&gt;2009 Aug 10 (3.6.17)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Expose the sqlite3_strnicmp() interface for use by extensions and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;applications.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Remove the restriction on virtual tables and shared cache mode.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Virtual tables and shared cache can now be used at the same time.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Many code simplifications and obscure bug fixes in support of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;providing 100% branch test coverage.
&lt;br&gt;&lt;br&gt;2009 June 27 (3.6.16)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a bug (ticket #3929) that occasionally causes INSERT or
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;UPDATE operations to fail on an indexed table that has a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;self-modifying trigger.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Other minor bug fixes and performance optimizations.
&lt;br&gt;&lt;br&gt;2009 June 15 (3.6.15)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Refactor the internal representation of SQL expressions so that
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;they use less memory on embedded platforms.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Reduce the amount of stack space used
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix an 64-bit alignment bug on HP/UX and Sparc
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The sqlite3_create_function() family of interfaces now return
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SQLITE_MISUSE instead of SQLITE_ERROR when passed invalid
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;parameter combinations.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* When new tables are created using CREATE TABLE ... AS SELECT ...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the datatype of the columns is the simplified SQLite datatype
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(TEXT, INT, REAL, NUMERIC, or BLOB) instead of a copy of the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;original datatype from the source table.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Resolve race conditions when checking for a hot rollback journal.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The sqlite3_shutdown() interface frees all mutexes under windows.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Enhanced robustness against corrupt database files
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Continuing improvements to the test suite and fixes to obscure
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;bugs and inconsistencies that the test suite improvements are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;uncovering.
&lt;br&gt;&lt;br&gt;2009 May 25 (3.6.14.2)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a code generator bug introduced in version 3.6.14. This bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;can cause incorrect query results under obscure circumstances.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ticket #3879.
&lt;br&gt;&lt;br&gt;2009 May 19 (3.6.14.1)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a bug in group_concat(), ticket #3841
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a performance bug in the pager cache, ticket #3844
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a bug in the sqlite3_backup implementation that can lead to a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;corrupt backup database. Ticket #3858.
&lt;br&gt;&lt;br&gt;2009 May 7 (3.6.14)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the optional asynchronous VFS module.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Enhanced the query optimizer so that virtual tables are able to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;make use of OR and IN operators in the WHERE clause.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Speed improvements in the btree and pager layers.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the SQLITE_HAVE_ISNAN compile-time option which will cause
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the isnan() function from the standard math library to be used
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;instead of SQLite's own home-brew NaN checker.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Countless minor bug fixes, documentation improvements, new and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;improved test cases, and code simplifications and cleanups.
&lt;br&gt;&lt;br&gt;2009 April 13 (3.6.13)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a bug in version 3.6.12 that causes a segfault when running a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;count(*) on the sqlite_master table of an empty database. Ticket
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#3774.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a bug in version 3.6.12 that causes a segfault that when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;inserting into a table using a DEFAULT value where there is a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;function as part of the DEFAULT value expression. Ticket #3791.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix data structure alignment issues on Sparc. Ticket #3777.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Other minor bug fixes.
&lt;br&gt;&lt;br&gt;2009 March 31 (3.6.12)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed a bug that caused database corruption when an
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;incremental_vacuum is rolled back in an in-memory database.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ticket #3761.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the sqlite3_unlock_notify() interface.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the reverse_unordered_selects pragma.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The default page size on windows is automatically adjusted to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;match the capabilities of the underlying filesystem.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Add the new &amp;quot;.genfkey&amp;quot; command in the CLI for generating triggers
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;to implement foreign key constraints.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Performance improvements for &amp;quot;count(*)&amp;quot; queries.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Reduce the amount of heap memory used, especially by TRIGGERs.
&lt;br&gt;&lt;br&gt;2009 Feb 18 (3.6.11)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the hot-backup interface.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added new commands &amp;quot;.backup&amp;quot; and &amp;quot;.restore&amp;quot; to the CLI.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added new methods backup and restore to the TCL interface.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Improvements to the syntax bubble diagrams
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Various minor bug fixes
&lt;br&gt;&lt;br&gt;2009 Jan 15 (3.6.10)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a cache coherency problem that could lead to database
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;corruption. Ticket #3584.
&lt;br&gt;&lt;br&gt;2009 Jan 14 (3.6.9)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix two bugs, which when combined might result in incorrect query
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;results. Both bugs were harmless by themselves; only when they
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;team up do they cause problems. Ticket #3581.
&lt;br&gt;&lt;br&gt;2009 Jan 12 (3.6.8)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for nested transactions
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Enhanced the query optimizer so that it is able to use multiple
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;indices to efficiently process OR-connected constraints in a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;WHERE clause.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for parentheses in FTS3 query patterns using the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SQLITE_ENABLE_FTS3_PARENTHESIS compile-time option.
&lt;br&gt;&lt;br&gt;2008 Dec 16 (3.6.7)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Reorganize the Unix interface in os_unix.c
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for &amp;quot;Proxy Locking&amp;quot; on MacOSX.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Changed the prototype of the sqlite3_auto_extension() interface
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;in a way that is backwards compatible but which might cause
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;warnings in new builds of applications that use that interface.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Changed the signature of the xDlSym method of the sqlite3_vfs
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;object in a way that is backwards compatible but which might
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cause compiler warnings.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added superfluous casts and variable initializations in order to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;suppress nuisance compiler warnings.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixes for various minor bugs.
&lt;br&gt;&lt;br&gt;2008 Nov 26 (3.6.6.2)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a bug in the b-tree delete algorithm that seems like it might
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;be able to cause database corruption. The bug was first
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;introduced in version 3.6.6 by check-in [5899] on 2008-11-13.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a memory leak that can occur following a disk I/O error.
&lt;br&gt;&lt;br&gt;2008 Nov 22 (3.6.6.1)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a bug in the page cache that can lead database corruption
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;following a rollback. This bug was first introduced in version
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3.6.4.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Two other very minor bug fixes
&lt;br&gt;&lt;br&gt;2008 Nov 19 (3.6.6)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a #define that prevented memsys5 from compiling
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a problem in the virtual table commit mechanism that was
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;causing a crash in FTS3. Ticket #3497.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Add the application-defined page cache
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added built-in support for VxWorks
&lt;br&gt;&lt;br&gt;2008 Nov 12 (3.6.5)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Add the MEMORY option to the journal_mode pragma.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the sqlite3_db_mutex() interface.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the SQLITE_OMIT_TRUNCATE_OPTIMIZATION compile-time option.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed the truncate optimization so that sqlite3_changes() and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sqlite3_total_changes() interfaces and the count_changes pragma
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return the correct values.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the sqlite3_extended_errcode() interface.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The COMMIT command now succeeds even if there are pending
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;queries. It returns SQLITE_BUSY if there are pending incremental
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BLOB I/O requests.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The error code is changed to SQLITE_BUSY (instead of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SQLITE_ERROR) when an attempt is made to ROLLBACK while one or
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;more queries are still pending.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Drop all support for the experimental memory allocators memsys4
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;and memsys6.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the SQLITE_ZERO_MALLOC compile-time option.
&lt;br&gt;&lt;br&gt;2008 Oct 15 (3.6.4)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Add option support for LIMIT and ORDER BY clauses on DELETE and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;UPDATE statements. Only works if SQLite is compiled with
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SQLITE_ENABLE_UPDATE_DELETE_LIMIT.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the sqlite3_stmt_status() interface for performance
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;monitoring.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Add the INDEXED BY clause.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The LOCKING_STYLE extension is now enabled by default on Mac OS X
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the TRUNCATE option to PRAGMA journal_mode
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Performance enhancements to tree balancing logic in the B-Tree
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;layer.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the source code and documentation for the genfkey program
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for automatically generating triggers to enforce foreign key
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;constraints.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the SQLITE_OMIT_TRUNCATE_OPTIMIZATION compile-time option.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The SQL language documentation is converted to use syntax
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;diagrams instead of BNF.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Other minor bug fixes
&lt;br&gt;&lt;br&gt;2008 Sep 22 (3.6.3)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix for a bug in the SELECT DISTINCT logic that was introduced by
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the prior version.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Other minor bug fixes
&lt;br&gt;&lt;br&gt;&lt;br&gt;INSTALL OR UPGRADE NOTES
&lt;br&gt;========================
&lt;br&gt;&lt;br&gt;Standard install.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CYGWIN INSTALLATION INFORMATION
&lt;br&gt;===============================
&lt;br&gt;&lt;br&gt;To install this package, click on the &amp;quot;Install Cygwin now&amp;quot; link on the
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://cygwin.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/&lt;/a&gt;&amp;gt; web page. This downloads setup.exe to your
&lt;br&gt;system. Then, run setup and answer all of the questions. You'll find
&lt;br&gt;the package listed in the &amp;quot;All&amp;quot; category. After installation, read the
&lt;br&gt;documentation at directories:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/share/doc/&amp;lt;package-version&amp;gt;/*
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/share/doc/Cygwin/&amp;lt;package-version&amp;gt;.README
&lt;br&gt;&lt;br&gt;If you have questions or comments, please send them to the Cygwin
&lt;br&gt;mailing list at &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781395&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cygwin@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
&lt;br&gt;================================
&lt;br&gt;&lt;br&gt;This message has been sent to cygwin-announce list.
&lt;br&gt;&lt;br&gt;If you want to unsubscribe from the mailing list, look at the
&lt;br&gt;&amp;quot;List-Unsubscribe: &amp;quot; tag in the email header of this message. Send
&lt;br&gt;email to the address specified there. It will be in the format:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781395&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cygwin-announce-unsubscribe-you=yourdomain.com@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;More information on unsubscribing can be found:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://sources.redhat.com/lists.html#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sources.redhat.com/lists.html#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please read *all* of the information on unsubscribing that is available
&lt;br&gt;starting at the above URL.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Problem reports: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/problems.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/problems.html&lt;/a&gt;&lt;br&gt;FAQ: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/faq/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/faq/&lt;/a&gt;&lt;br&gt;Documentation: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/docs.html&lt;/a&gt;&lt;br&gt;Unsubscribe info: &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cygwin.com/ml/#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/ml/#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cygwin-list-f12269.html&quot; embed=&quot;fixTarget[12269]&quot; target=&quot;_top&quot; &gt;Cygwin list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCEMENT--Updated%3A-sqlite3-3.6.2-1-tp26781395p26781395.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781390</id>
	<title>Updated: sqlite3-3.6.2-1</title>
	<published>2009-12-14T09:11:24Z</published>
	<updated>2009-12-14T09:11:24Z</updated>
	<author>
		<name>Warren Young</name>
	</author>
	<content type="html">PACKAGE DESCRIPTION
&lt;br&gt;===================
&lt;br&gt;&lt;br&gt;Homepage: &lt;a href=&quot;http://sqlite.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sqlite.org/&lt;/a&gt;&lt;br&gt;License : Public Domain (no, really!)
&lt;br&gt;&lt;br&gt;SQLite is a C library providing local database storage with a SQL 
&lt;br&gt;interface. &amp;nbsp;Unlike most SQL database systems, SQLite does not accept 
&lt;br&gt;connections from remote users. &amp;nbsp;Access to the database requires access 
&lt;br&gt;to the file system hosting it; SQLite thus relies on the operating 
&lt;br&gt;system's file security for access control. &amp;nbsp;In exchange for this 
&lt;br&gt;limitation, you get a smaller, faster database engine that's easy to 
&lt;br&gt;embed within a program.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CHANGES SINCE LAST RELEASE
&lt;br&gt;==========================
&lt;br&gt;&lt;br&gt;Changes since previous, 3.6.2-1:
&lt;br&gt;&lt;br&gt;2009 Dec 07 (3.6.21)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The SQL output resulting from sqlite3_trace() is now modified to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;include the values of bound parameters.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Performance optimizations targetting a specific use case from a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;single high-profile user of SQLite. A 12% reduction in the number
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;of CPU operations is achieved (as measured by valgrind). Actual
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;performance improvements in practice may vary depending on
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;workload. Changes include:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o The ifnull() and coalesce() SQL functions are now
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;implemented using in-line VDBE code rather than calling
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;external functions, so that unused arguments need never be
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;evaluated.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o The substr() SQL function does not bother to measure the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;length its entire input string if it is only computing a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;prefix
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o Unnecessary OP_IsNull, OP_Affinity, and OP_MustBeInt VDBE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;opcodes are suppressed
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o Various code refactorizations for performance
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The FTS3 extension has undergone a major rework and cleanup. New
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FTS3 documentation is now available.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The SQLITE_SECURE_DELETE compile-time option fixed to make sure
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;that content is deleted even when the truncate optimization
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;applies.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Improvements to &amp;quot;dot-command&amp;quot; handling in the Command Line
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Interface.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Other minor bug fixes and documentation enhancements.
&lt;br&gt;&lt;br&gt;2009 Nov 4 (3.6.20)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Optimizer enhancement: prepared statements are automatically
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;re-compiled when a binding on the RHS of a LIKE operator changes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;or when any range constraint changes under SQLITE_ENABLE_STAT2.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Various minor bug fixes and documentation enhancements.
&lt;br&gt;&lt;br&gt;2009 Oct 30 (3.6.16.1)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* A small patch to version 3.6.16 to fix the OP_If bug.
&lt;br&gt;&lt;br&gt;2009 Oct 14 (3.6.19)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for foreign key constraints. Foreign key
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;constraints are disabled by default. Use the foreign_keys pragma
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;to turn them on.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Generalized the IS and IS NOT operators to take arbitrary
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;expressions on their right-hand side.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The TCL Interface has been enhanced to use the Non-Recursive
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Engine (NRE) interface to the TCL interpreter when linked against
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TCL 8.6 or later.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a bug introduced in 3.6.18 that can lead to a segfault when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;an attempt is made to write on a read-only database.
&lt;br&gt;&lt;br&gt;2009 Sep 11 (3.6.18)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Versioning of the SQLite source code has transitioned from CVS to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fossil.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Query planner enhancements.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The SQLITE_ENABLE_STAT2 compile-time option causes the ANALYZE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;command to collect a small histogram of each index, to help
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SQLite better select among competing range query indices.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Recursive triggers can be enabled using the PRAGMA
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;recursive_triggers statement.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Delete triggers fire when rows are removed due to a REPLACE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;conflict resolution. This feature is only enabled when recursive
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;triggers are enabled.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the SQLITE_OPEN_SHAREDCACHE and SQLITE_OPEN_PRIVATECACHE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;flags for sqlite3_open_v2() used to override the global shared
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cache mode settings for individual database connections.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added improved version identification features: C-Preprocessor
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;macro SQLITE_SOURCE_ID, C/C++ interface sqlite3_sourceid(), and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SQL function sqlite_source_id().
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Obscure bug fix on triggers ([efc02f9779]).
&lt;br&gt;&lt;br&gt;2009 Aug 10 (3.6.17)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Expose the sqlite3_strnicmp() interface for use by extensions and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;applications.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Remove the restriction on virtual tables and shared cache mode.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Virtual tables and shared cache can now be used at the same time.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Many code simplifications and obscure bug fixes in support of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;providing 100% branch test coverage.
&lt;br&gt;&lt;br&gt;2009 June 27 (3.6.16)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a bug (ticket #3929) that occasionally causes INSERT or
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;UPDATE operations to fail on an indexed table that has a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;self-modifying trigger.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Other minor bug fixes and performance optimizations.
&lt;br&gt;&lt;br&gt;2009 June 15 (3.6.15)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Refactor the internal representation of SQL expressions so that
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;they use less memory on embedded platforms.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Reduce the amount of stack space used
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix an 64-bit alignment bug on HP/UX and Sparc
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The sqlite3_create_function() family of interfaces now return
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SQLITE_MISUSE instead of SQLITE_ERROR when passed invalid
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;parameter combinations.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* When new tables are created using CREATE TABLE ... AS SELECT ...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the datatype of the columns is the simplified SQLite datatype
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(TEXT, INT, REAL, NUMERIC, or BLOB) instead of a copy of the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;original datatype from the source table.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Resolve race conditions when checking for a hot rollback journal.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The sqlite3_shutdown() interface frees all mutexes under windows.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Enhanced robustness against corrupt database files
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Continuing improvements to the test suite and fixes to obscure
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;bugs and inconsistencies that the test suite improvements are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;uncovering.
&lt;br&gt;&lt;br&gt;2009 May 25 (3.6.14.2)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a code generator bug introduced in version 3.6.14. This bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;can cause incorrect query results under obscure circumstances.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ticket #3879.
&lt;br&gt;&lt;br&gt;2009 May 19 (3.6.14.1)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a bug in group_concat(), ticket #3841
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a performance bug in the pager cache, ticket #3844
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a bug in the sqlite3_backup implementation that can lead to a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;corrupt backup database. Ticket #3858.
&lt;br&gt;&lt;br&gt;2009 May 7 (3.6.14)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the optional asynchronous VFS module.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Enhanced the query optimizer so that virtual tables are able to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;make use of OR and IN operators in the WHERE clause.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Speed improvements in the btree and pager layers.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the SQLITE_HAVE_ISNAN compile-time option which will cause
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the isnan() function from the standard math library to be used
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;instead of SQLite's own home-brew NaN checker.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Countless minor bug fixes, documentation improvements, new and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;improved test cases, and code simplifications and cleanups.
&lt;br&gt;&lt;br&gt;2009 April 13 (3.6.13)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a bug in version 3.6.12 that causes a segfault when running a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;count(*) on the sqlite_master table of an empty database. Ticket
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#3774.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a bug in version 3.6.12 that causes a segfault that when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;inserting into a table using a DEFAULT value where there is a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;function as part of the DEFAULT value expression. Ticket #3791.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix data structure alignment issues on Sparc. Ticket #3777.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Other minor bug fixes.
&lt;br&gt;&lt;br&gt;2009 March 31 (3.6.12)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed a bug that caused database corruption when an
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;incremental_vacuum is rolled back in an in-memory database.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ticket #3761.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the sqlite3_unlock_notify() interface.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the reverse_unordered_selects pragma.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The default page size on windows is automatically adjusted to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;match the capabilities of the underlying filesystem.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Add the new &amp;quot;.genfkey&amp;quot; command in the CLI for generating triggers
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;to implement foreign key constraints.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Performance improvements for &amp;quot;count(*)&amp;quot; queries.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Reduce the amount of heap memory used, especially by TRIGGERs.
&lt;br&gt;&lt;br&gt;2009 Feb 18 (3.6.11)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the hot-backup interface.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added new commands &amp;quot;.backup&amp;quot; and &amp;quot;.restore&amp;quot; to the CLI.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added new methods backup and restore to the TCL interface.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Improvements to the syntax bubble diagrams
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Various minor bug fixes
&lt;br&gt;&lt;br&gt;2009 Jan 15 (3.6.10)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a cache coherency problem that could lead to database
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;corruption. Ticket #3584.
&lt;br&gt;&lt;br&gt;2009 Jan 14 (3.6.9)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix two bugs, which when combined might result in incorrect query
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;results. Both bugs were harmless by themselves; only when they
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;team up do they cause problems. Ticket #3581.
&lt;br&gt;&lt;br&gt;2009 Jan 12 (3.6.8)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for nested transactions
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Enhanced the query optimizer so that it is able to use multiple
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;indices to efficiently process OR-connected constraints in a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;WHERE clause.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for parentheses in FTS3 query patterns using the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SQLITE_ENABLE_FTS3_PARENTHESIS compile-time option.
&lt;br&gt;&lt;br&gt;2008 Dec 16 (3.6.7)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Reorganize the Unix interface in os_unix.c
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for &amp;quot;Proxy Locking&amp;quot; on MacOSX.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Changed the prototype of the sqlite3_auto_extension() interface
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;in a way that is backwards compatible but which might cause
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;warnings in new builds of applications that use that interface.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Changed the signature of the xDlSym method of the sqlite3_vfs
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;object in a way that is backwards compatible but which might
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cause compiler warnings.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added superfluous casts and variable initializations in order to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;suppress nuisance compiler warnings.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixes for various minor bugs.
&lt;br&gt;&lt;br&gt;2008 Nov 26 (3.6.6.2)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a bug in the b-tree delete algorithm that seems like it might
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;be able to cause database corruption. The bug was first
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;introduced in version 3.6.6 by check-in [5899] on 2008-11-13.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a memory leak that can occur following a disk I/O error.
&lt;br&gt;&lt;br&gt;2008 Nov 22 (3.6.6.1)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a bug in the page cache that can lead database corruption
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;following a rollback. This bug was first introduced in version
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3.6.4.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Two other very minor bug fixes
&lt;br&gt;&lt;br&gt;2008 Nov 19 (3.6.6)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a #define that prevented memsys5 from compiling
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix a problem in the virtual table commit mechanism that was
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;causing a crash in FTS3. Ticket #3497.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Add the application-defined page cache
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added built-in support for VxWorks
&lt;br&gt;&lt;br&gt;2008 Nov 12 (3.6.5)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Add the MEMORY option to the journal_mode pragma.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the sqlite3_db_mutex() interface.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the SQLITE_OMIT_TRUNCATE_OPTIMIZATION compile-time option.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed the truncate optimization so that sqlite3_changes() and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sqlite3_total_changes() interfaces and the count_changes pragma
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return the correct values.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the sqlite3_extended_errcode() interface.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The COMMIT command now succeeds even if there are pending
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;queries. It returns SQLITE_BUSY if there are pending incremental
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BLOB I/O requests.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The error code is changed to SQLITE_BUSY (instead of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SQLITE_ERROR) when an attempt is made to ROLLBACK while one or
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;more queries are still pending.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Drop all support for the experimental memory allocators memsys4
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;and memsys6.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the SQLITE_ZERO_MALLOC compile-time option.
&lt;br&gt;&lt;br&gt;2008 Oct 15 (3.6.4)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Add option support for LIMIT and ORDER BY clauses on DELETE and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;UPDATE statements. Only works if SQLite is compiled with
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SQLITE_ENABLE_UPDATE_DELETE_LIMIT.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the sqlite3_stmt_status() interface for performance
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;monitoring.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Add the INDEXED BY clause.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The LOCKING_STYLE extension is now enabled by default on Mac OS X
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the TRUNCATE option to PRAGMA journal_mode
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Performance enhancements to tree balancing logic in the B-Tree
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;layer.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the source code and documentation for the genfkey program
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for automatically generating triggers to enforce foreign key
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;constraints.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added the SQLITE_OMIT_TRUNCATE_OPTIMIZATION compile-time option.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The SQL language documentation is converted to use syntax
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;diagrams instead of BNF.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Other minor bug fixes
&lt;br&gt;&lt;br&gt;2008 Sep 22 (3.6.3)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fix for a bug in the SELECT DISTINCT logic that was introduced by
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the prior version.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Other minor bug fixes
&lt;br&gt;&lt;br&gt;&lt;br&gt;INSTALL OR UPGRADE NOTES
&lt;br&gt;========================
&lt;br&gt;&lt;br&gt;Standard install.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CYGWIN INSTALLATION INFORMATION
&lt;br&gt;===============================
&lt;br&gt;&lt;br&gt;To install this package, click on the &amp;quot;Install Cygwin now&amp;quot; link on the
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://cygwin.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/&lt;/a&gt;&amp;gt; web page. This downloads setup.exe to your
&lt;br&gt;system. Then, run setup and answer all of the questions. You'll find
&lt;br&gt;the package listed in the &amp;quot;All&amp;quot; category. After installation, read the
&lt;br&gt;documentation at directories:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/share/doc/&amp;lt;package-version&amp;gt;/*
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/share/doc/Cygwin/&amp;lt;package-version&amp;gt;.README
&lt;br&gt;&lt;br&gt;If you have questions or comments, please send them to the Cygwin
&lt;br&gt;mailing list at &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781390&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cygwin@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
&lt;br&gt;================================
&lt;br&gt;&lt;br&gt;This message has been sent to cygwin-announce list.
&lt;br&gt;&lt;br&gt;If you want to unsubscribe from the mailing list, look at the
&lt;br&gt;&amp;quot;List-Unsubscribe: &amp;quot; tag in the email header of this message. Send
&lt;br&gt;email to the address specified there. It will be in the format:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781390&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cygwin-announce-unsubscribe-you=yourdomain.com@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;More information on unsubscribing can be found:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://sources.redhat.com/lists.html#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sources.redhat.com/lists.html#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please read *all* of the information on unsubscribing that is available
&lt;br&gt;starting at the above URL.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cygwin-announce-f12170.html&quot; embed=&quot;fixTarget[12170]&quot; target=&quot;_top&quot; &gt;cygwin-announce&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Updated%3A-sqlite3-3.6.2-1-tp26781390p26781390.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781402</id>
	<title>[ANNOUNCEMENT] Updated: doxygen-1.6.1-1</title>
	<published>2009-12-14T09:10:36Z</published>
	<updated>2009-12-14T09:10:36Z</updated>
	<author>
		<name>Warren Young</name>
	</author>
	<content type="html">PACKAGE DESCRIPTION
&lt;br&gt;===================
&lt;br&gt;&lt;br&gt;Homepage: &lt;a href=&quot;http://doxygen.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://doxygen.org/&lt;/a&gt;&lt;br&gt;License : GNU GPL
&lt;br&gt;&lt;br&gt;Doxygen is a program source code documentation system for C++, C, Java, 
&lt;br&gt;Objective-C, Python, IDL, Fortran, VHDL, PHP, C#, and D.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CHANGES SINCE LAST RELEASE
&lt;br&gt;==========================
&lt;br&gt;&lt;br&gt;&amp;quot;id&amp;quot;s refer to Doxygen Bugzilla:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://bugzilla.gnome.org/buglist.cgi?product=doxygen&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugzilla.gnome.org/buglist.cgi?product=doxygen&lt;/a&gt;&lt;br&gt;&lt;br&gt;1.6.1 (2009-08-25)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Bug fixes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed file handle leak when parsing include files. Also fixed the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;logic that determines whether or not an include file need to be
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;parsed.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Search result pages were not using UTF-8 character encoding.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Search results pointing to external references were not linked
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;correctly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 133418: Multiline second argument of \ref caused unexpected &amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;warning.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 592454: Feeding invalid XML could crash doxygen's DBus XML
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;parser.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 592485: Include patch to fix problem with building rpms.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 592511,592625: Doxywizard problem with GENERATE_TREEVIEW.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 592650: SHOW_USED_FILES now works again.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 592808: xrefitems (like @todo) did not appear in the list when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;found in comments marked with @enum or @name.
&lt;br&gt;&lt;br&gt;1.6.0 (2009-08-20)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Changes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 580924, 541234: Replaced the PHP based search engine by a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Javascript/DHTML based one. As a result the search feature no
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;longer requires a HTTP server with PHP enabled to be usable.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Searching is limited to symbols though, but it is now possible to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;filter on symbol type.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 519886: Make the HTML output XHTML 1.0 compliant.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 579950: Objective-C categories are now merged with their base
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;class, unless there is no base class.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Member groups with the same header within the same scope are now
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;merged. This also works for Objective-C categories.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Changed the LaTeX style sheet such that more of the markup is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;configurable. Please update your style sheet if you use a custom
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;one.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 584844: Treat \details inside a brief description as a new
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;paragraph command.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Split GENERATE_TREEVIEW into two separate options:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GENERATE_TREEVIEW and USE_INLINE_TREES.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Removed the dependencies on libpng and libz, doxygen now
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;generates gifs again for internal class diagrams (like it did 7
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;years ago ;-)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;New features:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added option SORT_MEMBERS_CTORS_1ST, which when enabled places
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the constructors and destructors first in an otherwise sorted
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;list.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 581518: Applied patch by Tobias Hunger that adds support for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;documenting DBus XML interface descriptions.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included QtHelp patch by Karsten Heimrich which adds missing
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;reference and keyword for methods.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included updates for the Korean and Polish translation.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Bug fixes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 131989: Fixed preprocessor handling for C# code.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 133418: -- was not rendered correctly for LaTeX output
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 157485: Missing link in todo page.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 318061: Two template functions that only differed in the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;number of template arguments were seen as the same function.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 443939: HIDE_UNDOC_CLASSES did not work properly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 509348: Fixed problem with syncing the information of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;declaration and definition in the presence of an extra forward
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;declaration in the source code.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 522193: For C# enum values were merged together if the same
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;enum name was used in different scopes.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 523167: Included patch to handle PROGRAM statement in Fortran
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;as subroutines/functions.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 554636: Remove spacing around brackets for Obj-C protocols.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 557026: Included patch for fixing wrongly labeled items in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;docsets.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 560512: Improved parser to better disambiguate nested
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;templates ending with &amp;gt;&amp;gt; from the bitshift right operator.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 570238: Fixed matching problem for method in nested class,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;where the outer class is a template.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 581746: Segfault/realloc error when a very long path was used.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 582469: documented #define with guard caused wrong
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;documentation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 582276: Doxywizard could crash on exit in some cases.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 582676: Regression: a struct ivar in ObjC class screws up
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;method identification.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 583213: Included patch that avoids trailing spaces in the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;generated Doxyfile template.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 584192: Included VHDL patch by Martin Klein
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 585543: Fixed case where matching declaration and definition
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;did not work correctly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 585260: The &amp;quot;more...&amp;quot; link for files was broken, since the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;anchor was not generated.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 586925: Fixed parsing problem when an unpaired apostrophe
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;appeared in a Python comment.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 588291: Included fix for doxywizard makefile.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 588587: Added missing virtual destructor to CompAccept base
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;class.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 588968: Fixed segmentation fault for specific case in PHP code.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed some issues building for Windows.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 589514: Fixed problem handling strings like a&amp;quot;\b&amp;quot; within a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;comment.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 589616: Fixed problem matching explicitly scoped parameter in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a template class.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 590712: A namespaced with name &amp;quot;internal&amp;quot; (C++/CLI keyword)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;could confuse doxygen's C++ parser.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 591749: @optional/@required attributes for Objective-C were
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;missing from the XML output.
&lt;br&gt;&lt;br&gt;1.5.9 (2009-04-30)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;New features:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added new option LATEX_SOURCE_CODE, which when enabled adds
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;source code also to the latex output (typically to be used in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;combination with SOURCE_BROWSER)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included updates for the Finnish, Romanian, Korean, German,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Japanese, and Hongarian translation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added translation support for Esperanto.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 579630: Added class attribute to the \todo and \bug HTML code
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;so they can be customized via CSS.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 578740: Added support for Æ and æ characters.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Bug fixes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 395169: Some links via tagfiles were not correct in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;combination with CREATE_SUBDIRS=YES
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 539080: Having the same comment for the declaration and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;definition of a function could result in duplicate documentation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;in case the indentation level was different.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 566713: Dot font was not removed even though DOT_CLEANUP was
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;YES.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 566925: Fixed problem resolving symbolic links.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 567044: Fully qualified name was not shown correctly for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;nested classes.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 567375: Fixed parse problem for typedefs with redundant braces.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 567535: Fixed problem when parsing operator%= for CLI/C++ code.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 567777: Fixed problem with latex output when using enums.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 567990: Doxygen could crash when there was a symlink in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;project.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 568237: Non-ascii values entered where not saved according to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the INPUT_ENCODING.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 568505: Fixed build problem for old Linux distributions.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 569478: Fixed line continuation issue with the Fortran parser.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 570960: C++ class defined in a .mm file was sometimes parsed
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;as Objective-C code.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 571013: In the wizard, editing a text field in the middle of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the text in the expert tab caused the cursor to jump to the end
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;of the line.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 571096: Fixed Objective-C parsing problem when multiple
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;protocol forward declarations are put on one line.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 571990: Fixed compiler issue with portable_iconv by moving the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;function to a C file.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 572560: Fixed parse issue when a #define is inside an enum.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 572740: Fixed problem parsing C++ comments using line
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;continuation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 573057: Included update for Swedish translator and changed the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;language code from SE to SV to comply with ISO 639.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 578382: When referring to a static variable or function
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;doxygen will now look at the file context in case of ambiguity.
&lt;br&gt;&lt;br&gt;1.5.8 (2008-12-27)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Changes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Completely rewrote the doxywizard. Main changes:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o It is now based on Qt version 4. (4.3 or higher is required)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o Different layout that allows easy switching between wizard
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;and expert mode, without losing settings.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o Running doxygen can be done without first having to save
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the configuration file.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o For HTML output, there is a button to show the results in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the default browser.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o Option to change the default configuration that is used
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;when you first start the wizard.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o Non-default options are shown with red label, and there is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;context menu to reset them back to the default.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included Qt help update by Sebastian Pipping introducing three
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;new options to define custom filter sections and attributes:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;QHP_CUST_FILTER_NAME, QHP_CUST_FILTER_ATTRS,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;QHP_SECT_FILTER_ATTRS. Doxygen now directly generates the indices
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;needed by the qthelpgenerator. Qt customers can have a look at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;issue 28 of the Qt Quarterly for more information.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;New features:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 131496, 522488, 541649, 554800: Add new option
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;EXTENSION_MAPPING, which can be used to change the mapping of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;file extension to language parser, e.g. defining
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;EXTENSION_MAPPING = f=C will make doxygen parse files with the .f
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;extension as if it were C files.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for Vietnamese (thanks to Dang Minh Tuan)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Thanks to Emin Ilker Cetinbas doxygen can now also produce
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Turkish documentation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 143218: It is now possible to add the direction attributes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;normally used with the @param command to document parameters
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;inline, e.g.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; void foo(int v /**&amp;lt; [in] input parameter docs */);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Bug fixes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* TYPEDEF_HIDES_STRUCT did not work correctly if the typedef did a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;forward declaration of the struct/union.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 153222: Fixed issue following recursive symbolic links.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 423223: Detailed description was not visible for group
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;functions when SEPARATE_MEMBER_PAGES was enabled.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 437346: Fixed issue handling multibyte characters in the RTF
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 475377: Improved error handling in case of character encoding
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;problems.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 486747: Inherited typedefs were not resolved propertly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 508752: Add support for BLOCK DATA to the fortran parser.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 532695: included documentation update about the use of \public
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;and friends for object-oriented programming in C.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 532808: References to class variables in PHP code did not
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;already work.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 536394: Warning &amp;quot;no matching file member found&amp;quot; was given for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a static variables in multiple anonymous namespaces.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 537686: Fixed invalid empty section for enum in a member group.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 539590: C# generics with the same name but different template
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;parameters where merged.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 540321: A using declaration in a header file was not taken
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;into account in the source file that included it.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 540520: Have two C# enum values with the same name in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;different enums was not handled properly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 543036: //## comments were extracted even if they were not
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;part of Rose documentation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 547436: Fixed issue combining Python docstrings and doxygen
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;comments.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 551615: A multiline C# comment with @ was not shown correctly
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;in the source browser.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 544598: A multiline comment as part of a #define could case
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;wrong line counting and missing cross-references.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 545128: \overload didn't work if it was the last statement in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a comment and not followed by a newline.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 553380: Removed bogus warning refering to a namespace member
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from with a brief description that was converted to a tooltip.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 553968: Added support for JavaDoc command {@code ... }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 554444: Bullet lists were no longer correctly indented when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;using IE6.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 554674: Fixed index rendering bug in the RTF output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 555174: The .qch file didn't include generated images.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 555200: Fixed potential crash bug when parsing special comment
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;inside an if at global scope level of a PHP code fragment.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 556240: Tree view in HTML output was not encoded correctly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 557001: VHDL Parser got confused when -- is in a string
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;literal.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 557014: Undocumented VHDL record member's internal record
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;prefix was not removed.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 557026: Obj-C Protocols and interfaces had wrong type/name in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DocSets.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 557031: Obj-C methods no longer require a space after the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;initial - or +.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 557034: Fixed problem parsing property in Objective-C code.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 557038: Items in tabs.css could not be overridden by custom
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;style sheet.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 557419: $relpath$ was no longer expanded in custom HTML
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;headers.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 557735: Summary for member groups was missing for groups and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;files.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 558078: collaboration graph of a class using std::list of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;another class was not correct if the classes where inside a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;namespace.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 558460: When using \subpage, any section in the sub page was
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;missing from the LaTeX output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 558525: Template classes produced invalid HTML in the tree
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;view.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 559338: PHP Parser could get confused when there was a comment
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;inside an array initializer.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 559650: Obj-C @interface without body was handle correctly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 560623: Mixin template classes where not shown properly in the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;inheritance diagram if the classes where inside a namespace.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 563136: The brief sentence is not shown for groups with no
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;children.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 563384: call graphs were not generated for Qt signals and slots
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included VHDL fix by Martin Kreis.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* grouping of multiple @todo's (and friends) didn't work anymore,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;causing duplicate sections and labels.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Some issues related to the Qt help output were fixed.
&lt;br&gt;&lt;br&gt;1.5.7.1 (2008-10-05)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Changes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The dot tool is no longer part of the doxygen package for MacOSX.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Please install GraphViz separately and set the dot path to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/local/bin
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;New features:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added option DOT_FONTSIZE which allows to set the size of the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;fonts used in dot generated graphs.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Bug fixes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 554432: Re-added ALPHABETICAL_INDEX option.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 554379: Fixed internal error for GENERATE_INDEXLOG when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GENERATE_HTML was set to NO.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 554546: Included fix for handling relative includes in the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;preprocessor.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included several VHDL fixes related to syntax highlighting,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;finding class members, and mixing upper and lower case.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included patch to allow setting DEST_DIR environment variable to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;determine where to install doxygen.
&lt;br&gt;&lt;br&gt;1.5.7 (2008-09-28)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Changes
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The default CSS style sheet has been cleaned up and simplified,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;thanks to the work done by Quinn Taylor.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;New features
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added new config options GENERATE_QHP which enables generating
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.qch (Qt compiled help) file via the Qt's qthelpgenerator tool
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(part of Qt 4.4+). This type of files can be read with Qt's
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assisant to browse the documentation in a similar way as is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;possible with Microsoft's compiled HTML help (.chm). To further
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;customize the output and run the help generator from within
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;doxygen, the following options are available: QCH_FILE,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;QHP_NAMESPACE, QHP_VIRTUAL_FOLDER, QHG_LOCATION. Thanks to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Sebastian Pipping for the patch.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Add new option SYMBOL_CACHE_SIZE to allow a different trade off
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;between doxygen's memory usage and the amount of disk accesses.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 532695: Added 3 new commands: \extends, \implements, and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\memberof that allow object oriented constructs to be documented
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;as such for languages that do not support it natively (e.g. C)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added better support for one line comments after VHDL types.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added new option LAYOUT_FILE which can be used to specify a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;layout template file that tells doxygen in which order to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;generate the output and which titles to use for headings and how
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the navigation index will look; Read this for more info. As a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;result the following options are now obsolete since they can now
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;only be controlled via the layout file: DETAILS_AT_TOP,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ALPHABETICAL_INDEX. The following options can also be set via the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;layout file, but for convenience and backward compatibility
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;reasons they are still also part of the configuration file:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SHOW_INCLUDE_FILES, SHOW_USED_FILES, CLASS_GRAPH,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;COLLABORATION_GRAPH, GROUP_GRAPHS, INCLUDE_GRAPH,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;INCLUDED_BY_GRAPH. Run doxygen with the -l option to generate the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;default layout file.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included update for the Macedonian, Catalan, Brazilian, and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Serbian translation and also support for Serbian with Cyrilic
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;characters.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Bug fixes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 140264, 332187, 541924: Sections inside a \subpage where not
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;shown as subsection in the LaTeX/RTF output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 155098,156188: Added support for UTF-8 special characters in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;identifiers (which is allowed by e.g. C#).
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 304598: operator-- caused invalid HTML output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 324047: parameter type [in or out] were not generated in RTF
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;document
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 363499: @todo and friends did not work in a comment marked
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;with @dir.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 445485: HTML commands in a comment block with attribute values
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;without quotes were not handled properly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 533855: Processes were always documented as anonymous in VHDL
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;code.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 535379: Added support for %{...%} blocks in XPCOM's IDL.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 536298: Last port in a VHDL port list was not correctly put in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a member group.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 536385: Fixed problem matching function prototype and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;implementation under certain conditions.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 536629: Fixed compilation issue on NetBSD.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 537393: Properties in Python were not properly handled.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 538065: Added support for @optional and @required in Objective
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C 2.0 protocols.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 538239: Some unlabeled VHDL processes were not corrected
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;detected.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 538515: Deriving a Objective-C interface from a protocol
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;caused parsing problems if the interface also has a body.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 539057: Part of an Objective-C expression could be missing in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the source browser under certain conditions.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 539590: Generic C# classes with the same name but different
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;template arguments were no longer treated as different classes.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 539712: Fixed code parser issue for parameter indices of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;procedures and functions.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 540058: Creator code was wrong in the MacOSX application
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;bundle.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 540372: Fixed problem parsing large table by increasing
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;YY_READ_BUF_SIZE in the generated parser files.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 540247: Fixed potential memory corruption issue parsing VHDL.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 541113: Fixed locale for ctype, to avoid stripping of 0xA0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from multi-byte UTF-8 characters.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 544479: SORT_MEMBER_DOCS did not work for class members.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 546621: Fixed makefile so that .svn stuff is removed from the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tarball when doing &amp;quot;make archive&amp;quot;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 546812: Using a table with row span greater than 1 did not
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;produce correct LaTeX output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 545098: Fixed problem parsing where clauses in combination
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;with C# generics.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 545503: Nameless parameters of type &amp;quot;struct A&amp;quot; could end up
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;wrongly in the XML output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 545970: Refering to the main page did not work as advertised.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 546158: The variable defined inside a foreach statement in C#
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;code was not considered for source linking, cause potentially
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;incomplete call graphs.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 547361: Linking to specialized template functions did not work.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 548175: Fixed problem parsing class members within a class X,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;inside a namespace that is also named X.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 548443: Documenting a nested namespace/classes with @namespace
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;X.Y did not work for C# (only X::Y worked).
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 548489: C++/CLI classes of type sealed abstract were not
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;processed correctly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 549318: Some headings in the user manual where wrongly
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;formatted.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 549581: Fixed potential buffer overflow in preprocessor.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 550058: Obj-C: properties for private fields did not appear in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the output unless EXTRACT_PRIVATE was enabled.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 550156: Corrected typo in the documentation for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GENERATE_TREEVIEW.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 550247: Fixed problem parsing octal character literals in the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;preprocessing phase.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 551739: Related function with explicit namespace scope was not
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;properly placed if the function also existed in the global
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;namespace.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 552115: Anonymous structs and unions could produce invalid
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;links in the html help index.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 552361: Fixed problem with operators in the LaTeX output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 552600: \copybrief ended a brief description instead of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;appending to it.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 553469: Removed bogus warning about internal inconsistency
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;when importing items via a tagfiles that are inside an
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;undocumented scope.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 553616: One can now remove the automatic line breaks in the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;type part of a declaration by using a custom stylesheet with
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BR.typebreak { display: none; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 553663: Aliases did not work in Fortan comments.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 549022: Reimplemented in links could be wrong in case of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;overloaded members.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 553225: Parser was confused by arrays inside an Obj-C message.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Finnish translation was disabled.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* A collaboration graph with multiple edge labels with not written
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;to the XML output correctly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* sub pages of a \mainpage were not shown in the Latex/RTF output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included some fixed for the VHDL parser.
&lt;br&gt;&lt;br&gt;1.5.6 (2008-05-18)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Changes
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The GENERATE_TREEVIEW option is not longer a boolean, but can now
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;have 4 values, NONE (was NO), FRAME (was YES), HIERARCHIES, and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ALL. Thanks to Jake Colman for the patch.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* A page marked as a sub page (\subpage) is now shown in the LaTeX
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;and RTF output as a section of its parent page. So the top level
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;pages are shown a chapters, subpages as sections, subpages of a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;subpage as subsections, etc.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included spec file updates by Kenneth Porter.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;New features
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 514810: Added DOT_FONTNAME and DOT_FONTPATH options which
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;allow instructing dot to use a different font than FreeSans.ttf
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;which doxygen put in the output directory.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 517242: Added option CHM_INDEX_ENCODING to specify the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;encoding to be used for the CHM index files. Needed because CHM
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;index files cannot handle UTF-8 encoding.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 519573: Included patch to make the font-size button visible in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the CHM output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 521288: Added new options SHOW_NAMESPACES and SHOW_FILES to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Suppress Namepace and Files Pages.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 521495: Included a patch that makes it easy to modify the root
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;of the html treeview with an image using style sheets.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 522300: Added option IDL_PROPERTY_SUPPORT to enable/disable
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;special propget/propput handling in IDL files.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Translation support for Finnish has been updated.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added option FORMULA_FONTSIZE which can be used to change the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;font size of the formulas included in the HTML documentation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* included update for Russian translation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* included patch to fixed some issues with VHDL code and add
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;support for some VHDL-93 constructs.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Bug fixes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Regression: fixed problem handling STL classes when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BUILTIN_STL_SUPPORT was enabled
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 142866,377976: Added new \copybrief and \copydetails commands,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;which work as \copydoc but then only copy either the brief or the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;detailed part of a comment block.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 312655: DISTRIBUTE_GROUP_DOC didn't always work in combination
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;with SORT_BRIEF_DOCS enabled.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 352234: The search index could contain invalid references when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SOURCE_BROWSER=NO and CALL_GRAPHS=YES.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 402447: Added support for C# method declarations with where
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;clauses.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 425029: WARN_FORMAT does no longer require all of $file,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$line, $text to be valid.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 495687: Replaced MAX_DOT_GRAPH_MAX_NODES with
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DOT_GRAPH_MAX_NODES in the docs &amp; config file.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 508694 Fixed problem with mixed simple and double quotes in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;fortran format declaration
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 508752: Fixed problem where the fortran scanner didn't
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;recognize END
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 510971: Fortran: parser was confused by double REAL() in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;processed statements.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 514488: Fixed problem matching argument lists with const
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;qualifiers.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 514891: PDF generation failed with a LaTeX error when tocdepth
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;was set to a value higher than 2.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 515518: Links in member group documentation was broken when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CREATE_SUBDIRS was enabled.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 516086: Fixed division by zero when producing RTF output for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the comment /** &amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 516536: Fixed build issues on OSX 10.4 and earlier.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 516070: Added support for simple events without accessors in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C#.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 516387: replace 0xA0 character in perlmodgen.cpp by a space to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;avoid compilation problems with the Chinese version of Visual
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Studio.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 517112: Regression: examples with the same name but different
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;paths cause &amp;quot;file not found&amp;quot; warning.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 518334: Fixed problem parsing Objective-C protocol definitions.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 518537: Hiding an enum with an undocumented typedef with the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;same name caused explicit referencing of the enum to fail.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 519661: In some cases a function prototype could incorrectly
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;be flagged as a variable with constructor.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 520325: Fixed parse problem when comment was after an extern
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;C&amp;quot; block and before the opening bracket.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 521234: Fortran: fixed problem causing &amp;quot;stack empty! when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;parsing code&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 522225: PDF Latex output did not produce proper hyperlinks for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\page and \subpage comment blocks.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 522248: Page header were wrongly displayed in the RTF output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 522415: Fixed compile errors in addon/doxmlparser.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 522600: Added additional warnings to signal invalid
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;configurations.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 523138: Removed redundant paragraph in navigation section of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the HTML output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 523326: Namespace name was prepended twice to template
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;specializations classes.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 524357: Default mentioned for REFERENCED_BY_RELATION relation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;was not correct.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 524359: Default mentioned for REFERENCES_RELATION relation was
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;not correct.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 524473: Removed incorrect warnings about parameters in VHDL.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 525140: Improved handling of Objective-C 2.0 properties.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 525143: Properties are now listed as attributes in the UML
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;diagrams.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 525144: GENERATE_DOCSET option greyed out in doxywizard.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 526155: Removed warning about QFile::setName when parsing VHDL
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;files.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 527781: Template arguments for bases class not shown in a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;consistent way.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 528023: Inheritance relations were not correctly displayed for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C# generics.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 528424: Fixed rendering bug in HTML output when used with
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Opera.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 528584: Using enum and enum value with the same name in C#
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;code caused crash.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 528620: Fixed typo in French translation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 528815: Fixed problem parsing define() statements in PHP code.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 528989: Leading C comment could prevent preprocessor expansion
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for the rest of the line.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 529803: Doxygen didn't find call(er) relations for C# when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;using this.Method() calls;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 529554: Putting defined() inside a macro caused the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;preprocessor to get confused.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 529758: C++/CLI: default inheritance is now public, nested
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;templates ending with &amp;gt;&amp;gt; are now handled properly as well as
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;indexed properties.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 530201: Avoided warning for undocumented self parameter in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Python.
&lt;br&gt;&lt;br&gt;&lt;br&gt;INSTALL OR UPGRADE NOTES
&lt;br&gt;========================
&lt;br&gt;&lt;br&gt;Standard install.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CYGWIN INSTALLATION INFORMATION
&lt;br&gt;===============================
&lt;br&gt;&lt;br&gt;To install this package, click on the &amp;quot;Install Cygwin now&amp;quot; link on the
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://cygwin.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/&lt;/a&gt;&amp;gt; web page. This downloads setup.exe to your
&lt;br&gt;system. Then, run setup and answer all of the questions. You'll find
&lt;br&gt;the package listed in the &amp;quot;All&amp;quot; category. After installation, read the
&lt;br&gt;documentation at directories:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/share/doc/&amp;lt;package-version&amp;gt;/*
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/share/doc/Cygwin/&amp;lt;package-version&amp;gt;.README
&lt;br&gt;&lt;br&gt;If you have questions or comments, please send them to the Cygwin
&lt;br&gt;mailing list at &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781402&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cygwin@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
&lt;br&gt;================================
&lt;br&gt;&lt;br&gt;This message has been sent to cygwin-announce list.
&lt;br&gt;&lt;br&gt;If you want to unsubscribe from the mailing list, look at the
&lt;br&gt;&amp;quot;List-Unsubscribe: &amp;quot; tag in the email header of this message. Send
&lt;br&gt;email to the address specified there. It will be in the format:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781402&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cygwin-announce-unsubscribe-you=yourdomain.com@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;More information on unsubscribing can be found:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://sources.redhat.com/lists.html#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sources.redhat.com/lists.html#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please read *all* of the information on unsubscribing that is available
&lt;br&gt;starting at the above URL.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Problem reports: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/problems.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/problems.html&lt;/a&gt;&lt;br&gt;FAQ: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/faq/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/faq/&lt;/a&gt;&lt;br&gt;Documentation: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/docs.html&lt;/a&gt;&lt;br&gt;Unsubscribe info: &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cygwin.com/ml/#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/ml/#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cygwin-list-f12269.html&quot; embed=&quot;fixTarget[12269]&quot; target=&quot;_top&quot; &gt;Cygwin list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCEMENT--Updated%3A-doxygen-1.6.1-1-tp26781402p26781402.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781384</id>
	<title>Updated: doxygen-1.6.1-1</title>
	<published>2009-12-14T09:10:36Z</published>
	<updated>2009-12-14T09:10:36Z</updated>
	<author>
		<name>Warren Young</name>
	</author>
	<content type="html">PACKAGE DESCRIPTION
&lt;br&gt;===================
&lt;br&gt;&lt;br&gt;Homepage: &lt;a href=&quot;http://doxygen.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://doxygen.org/&lt;/a&gt;&lt;br&gt;License : GNU GPL
&lt;br&gt;&lt;br&gt;Doxygen is a program source code documentation system for C++, C, Java, 
&lt;br&gt;Objective-C, Python, IDL, Fortran, VHDL, PHP, C#, and D.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CHANGES SINCE LAST RELEASE
&lt;br&gt;==========================
&lt;br&gt;&lt;br&gt;&amp;quot;id&amp;quot;s refer to Doxygen Bugzilla:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://bugzilla.gnome.org/buglist.cgi?product=doxygen&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugzilla.gnome.org/buglist.cgi?product=doxygen&lt;/a&gt;&lt;br&gt;&lt;br&gt;1.6.1 (2009-08-25)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Bug fixes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed file handle leak when parsing include files. Also fixed the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;logic that determines whether or not an include file need to be
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;parsed.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Search result pages were not using UTF-8 character encoding.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Search results pointing to external references were not linked
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;correctly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 133418: Multiline second argument of \ref caused unexpected &amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;warning.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 592454: Feeding invalid XML could crash doxygen's DBus XML
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;parser.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 592485: Include patch to fix problem with building rpms.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 592511,592625: Doxywizard problem with GENERATE_TREEVIEW.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 592650: SHOW_USED_FILES now works again.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 592808: xrefitems (like @todo) did not appear in the list when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;found in comments marked with @enum or @name.
&lt;br&gt;&lt;br&gt;1.6.0 (2009-08-20)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Changes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 580924, 541234: Replaced the PHP based search engine by a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Javascript/DHTML based one. As a result the search feature no
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;longer requires a HTTP server with PHP enabled to be usable.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Searching is limited to symbols though, but it is now possible to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;filter on symbol type.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 519886: Make the HTML output XHTML 1.0 compliant.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 579950: Objective-C categories are now merged with their base
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;class, unless there is no base class.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Member groups with the same header within the same scope are now
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;merged. This also works for Objective-C categories.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Changed the LaTeX style sheet such that more of the markup is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;configurable. Please update your style sheet if you use a custom
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;one.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 584844: Treat \details inside a brief description as a new
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;paragraph command.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Split GENERATE_TREEVIEW into two separate options:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GENERATE_TREEVIEW and USE_INLINE_TREES.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Removed the dependencies on libpng and libz, doxygen now
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;generates gifs again for internal class diagrams (like it did 7
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;years ago ;-)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;New features:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added option SORT_MEMBERS_CTORS_1ST, which when enabled places
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the constructors and destructors first in an otherwise sorted
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;list.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 581518: Applied patch by Tobias Hunger that adds support for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;documenting DBus XML interface descriptions.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included QtHelp patch by Karsten Heimrich which adds missing
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;reference and keyword for methods.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included updates for the Korean and Polish translation.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Bug fixes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 131989: Fixed preprocessor handling for C# code.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 133418: -- was not rendered correctly for LaTeX output
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 157485: Missing link in todo page.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 318061: Two template functions that only differed in the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;number of template arguments were seen as the same function.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 443939: HIDE_UNDOC_CLASSES did not work properly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 509348: Fixed problem with syncing the information of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;declaration and definition in the presence of an extra forward
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;declaration in the source code.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 522193: For C# enum values were merged together if the same
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;enum name was used in different scopes.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 523167: Included patch to handle PROGRAM statement in Fortran
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;as subroutines/functions.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 554636: Remove spacing around brackets for Obj-C protocols.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 557026: Included patch for fixing wrongly labeled items in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;docsets.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 560512: Improved parser to better disambiguate nested
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;templates ending with &amp;gt;&amp;gt; from the bitshift right operator.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 570238: Fixed matching problem for method in nested class,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;where the outer class is a template.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 581746: Segfault/realloc error when a very long path was used.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 582469: documented #define with guard caused wrong
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;documentation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 582276: Doxywizard could crash on exit in some cases.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 582676: Regression: a struct ivar in ObjC class screws up
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;method identification.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 583213: Included patch that avoids trailing spaces in the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;generated Doxyfile template.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 584192: Included VHDL patch by Martin Klein
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 585543: Fixed case where matching declaration and definition
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;did not work correctly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 585260: The &amp;quot;more...&amp;quot; link for files was broken, since the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;anchor was not generated.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 586925: Fixed parsing problem when an unpaired apostrophe
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;appeared in a Python comment.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 588291: Included fix for doxywizard makefile.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 588587: Added missing virtual destructor to CompAccept base
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;class.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 588968: Fixed segmentation fault for specific case in PHP code.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed some issues building for Windows.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 589514: Fixed problem handling strings like a&amp;quot;\b&amp;quot; within a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;comment.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 589616: Fixed problem matching explicitly scoped parameter in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a template class.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 590712: A namespaced with name &amp;quot;internal&amp;quot; (C++/CLI keyword)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;could confuse doxygen's C++ parser.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 591749: @optional/@required attributes for Objective-C were
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;missing from the XML output.
&lt;br&gt;&lt;br&gt;1.5.9 (2009-04-30)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;New features:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added new option LATEX_SOURCE_CODE, which when enabled adds
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;source code also to the latex output (typically to be used in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;combination with SOURCE_BROWSER)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included updates for the Finnish, Romanian, Korean, German,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Japanese, and Hongarian translation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added translation support for Esperanto.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 579630: Added class attribute to the \todo and \bug HTML code
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;so they can be customized via CSS.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 578740: Added support for Æ and æ characters.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Bug fixes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 395169: Some links via tagfiles were not correct in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;combination with CREATE_SUBDIRS=YES
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 539080: Having the same comment for the declaration and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;definition of a function could result in duplicate documentation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;in case the indentation level was different.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 566713: Dot font was not removed even though DOT_CLEANUP was
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;YES.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 566925: Fixed problem resolving symbolic links.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 567044: Fully qualified name was not shown correctly for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;nested classes.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 567375: Fixed parse problem for typedefs with redundant braces.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 567535: Fixed problem when parsing operator%= for CLI/C++ code.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 567777: Fixed problem with latex output when using enums.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 567990: Doxygen could crash when there was a symlink in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;project.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 568237: Non-ascii values entered where not saved according to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the INPUT_ENCODING.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 568505: Fixed build problem for old Linux distributions.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 569478: Fixed line continuation issue with the Fortran parser.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 570960: C++ class defined in a .mm file was sometimes parsed
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;as Objective-C code.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 571013: In the wizard, editing a text field in the middle of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the text in the expert tab caused the cursor to jump to the end
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;of the line.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 571096: Fixed Objective-C parsing problem when multiple
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;protocol forward declarations are put on one line.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 571990: Fixed compiler issue with portable_iconv by moving the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;function to a C file.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 572560: Fixed parse issue when a #define is inside an enum.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 572740: Fixed problem parsing C++ comments using line
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;continuation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 573057: Included update for Swedish translator and changed the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;language code from SE to SV to comply with ISO 639.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 578382: When referring to a static variable or function
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;doxygen will now look at the file context in case of ambiguity.
&lt;br&gt;&lt;br&gt;1.5.8 (2008-12-27)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Changes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Completely rewrote the doxywizard. Main changes:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o It is now based on Qt version 4. (4.3 or higher is required)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o Different layout that allows easy switching between wizard
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;and expert mode, without losing settings.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o Running doxygen can be done without first having to save
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the configuration file.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o For HTML output, there is a button to show the results in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the default browser.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o Option to change the default configuration that is used
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;when you first start the wizard.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;o Non-default options are shown with red label, and there is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;context menu to reset them back to the default.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included Qt help update by Sebastian Pipping introducing three
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;new options to define custom filter sections and attributes:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;QHP_CUST_FILTER_NAME, QHP_CUST_FILTER_ATTRS,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;QHP_SECT_FILTER_ATTRS. Doxygen now directly generates the indices
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;needed by the qthelpgenerator. Qt customers can have a look at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;issue 28 of the Qt Quarterly for more information.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;New features:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 131496, 522488, 541649, 554800: Add new option
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;EXTENSION_MAPPING, which can be used to change the mapping of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;file extension to language parser, e.g. defining
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;EXTENSION_MAPPING = f=C will make doxygen parse files with the .f
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;extension as if it were C files.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for Vietnamese (thanks to Dang Minh Tuan)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Thanks to Emin Ilker Cetinbas doxygen can now also produce
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Turkish documentation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 143218: It is now possible to add the direction attributes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;normally used with the @param command to document parameters
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;inline, e.g.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; void foo(int v /**&amp;lt; [in] input parameter docs */);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Bug fixes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* TYPEDEF_HIDES_STRUCT did not work correctly if the typedef did a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;forward declaration of the struct/union.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 153222: Fixed issue following recursive symbolic links.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 423223: Detailed description was not visible for group
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;functions when SEPARATE_MEMBER_PAGES was enabled.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 437346: Fixed issue handling multibyte characters in the RTF
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 475377: Improved error handling in case of character encoding
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;problems.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 486747: Inherited typedefs were not resolved propertly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 508752: Add support for BLOCK DATA to the fortran parser.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 532695: included documentation update about the use of \public
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;and friends for object-oriented programming in C.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 532808: References to class variables in PHP code did not
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;already work.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 536394: Warning &amp;quot;no matching file member found&amp;quot; was given for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a static variables in multiple anonymous namespaces.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 537686: Fixed invalid empty section for enum in a member group.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 539590: C# generics with the same name but different template
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;parameters where merged.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 540321: A using declaration in a header file was not taken
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;into account in the source file that included it.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 540520: Have two C# enum values with the same name in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;different enums was not handled properly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 543036: //## comments were extracted even if they were not
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;part of Rose documentation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 547436: Fixed issue combining Python docstrings and doxygen
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;comments.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 551615: A multiline C# comment with @ was not shown correctly
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;in the source browser.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 544598: A multiline comment as part of a #define could case
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;wrong line counting and missing cross-references.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 545128: \overload didn't work if it was the last statement in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a comment and not followed by a newline.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 553380: Removed bogus warning refering to a namespace member
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from with a brief description that was converted to a tooltip.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 553968: Added support for JavaDoc command {@code ... }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 554444: Bullet lists were no longer correctly indented when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;using IE6.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 554674: Fixed index rendering bug in the RTF output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 555174: The .qch file didn't include generated images.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 555200: Fixed potential crash bug when parsing special comment
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;inside an if at global scope level of a PHP code fragment.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 556240: Tree view in HTML output was not encoded correctly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 557001: VHDL Parser got confused when -- is in a string
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;literal.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 557014: Undocumented VHDL record member's internal record
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;prefix was not removed.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 557026: Obj-C Protocols and interfaces had wrong type/name in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DocSets.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 557031: Obj-C methods no longer require a space after the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;initial - or +.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 557034: Fixed problem parsing property in Objective-C code.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 557038: Items in tabs.css could not be overridden by custom
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;style sheet.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 557419: $relpath$ was no longer expanded in custom HTML
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;headers.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 557735: Summary for member groups was missing for groups and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;files.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 558078: collaboration graph of a class using std::list of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;another class was not correct if the classes where inside a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;namespace.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 558460: When using \subpage, any section in the sub page was
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;missing from the LaTeX output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 558525: Template classes produced invalid HTML in the tree
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;view.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 559338: PHP Parser could get confused when there was a comment
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;inside an array initializer.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 559650: Obj-C @interface without body was handle correctly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 560623: Mixin template classes where not shown properly in the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;inheritance diagram if the classes where inside a namespace.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 563136: The brief sentence is not shown for groups with no
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;children.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 563384: call graphs were not generated for Qt signals and slots
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included VHDL fix by Martin Kreis.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* grouping of multiple @todo's (and friends) didn't work anymore,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;causing duplicate sections and labels.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Some issues related to the Qt help output were fixed.
&lt;br&gt;&lt;br&gt;1.5.7.1 (2008-10-05)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Changes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The dot tool is no longer part of the doxygen package for MacOSX.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Please install GraphViz separately and set the dot path to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/local/bin
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;New features:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added option DOT_FONTSIZE which allows to set the size of the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;fonts used in dot generated graphs.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Bug fixes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 554432: Re-added ALPHABETICAL_INDEX option.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 554379: Fixed internal error for GENERATE_INDEXLOG when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GENERATE_HTML was set to NO.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 554546: Included fix for handling relative includes in the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;preprocessor.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included several VHDL fixes related to syntax highlighting,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;finding class members, and mixing upper and lower case.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included patch to allow setting DEST_DIR environment variable to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;determine where to install doxygen.
&lt;br&gt;&lt;br&gt;1.5.7 (2008-09-28)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Changes
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The default CSS style sheet has been cleaned up and simplified,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;thanks to the work done by Quinn Taylor.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;New features
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added new config options GENERATE_QHP which enables generating
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.qch (Qt compiled help) file via the Qt's qthelpgenerator tool
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(part of Qt 4.4+). This type of files can be read with Qt's
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assisant to browse the documentation in a similar way as is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;possible with Microsoft's compiled HTML help (.chm). To further
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;customize the output and run the help generator from within
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;doxygen, the following options are available: QCH_FILE,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;QHP_NAMESPACE, QHP_VIRTUAL_FOLDER, QHG_LOCATION. Thanks to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Sebastian Pipping for the patch.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Add new option SYMBOL_CACHE_SIZE to allow a different trade off
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;between doxygen's memory usage and the amount of disk accesses.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 532695: Added 3 new commands: \extends, \implements, and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\memberof that allow object oriented constructs to be documented
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;as such for languages that do not support it natively (e.g. C)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added better support for one line comments after VHDL types.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added new option LAYOUT_FILE which can be used to specify a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;layout template file that tells doxygen in which order to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;generate the output and which titles to use for headings and how
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the navigation index will look; Read this for more info. As a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;result the following options are now obsolete since they can now
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;only be controlled via the layout file: DETAILS_AT_TOP,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ALPHABETICAL_INDEX. The following options can also be set via the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;layout file, but for convenience and backward compatibility
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;reasons they are still also part of the configuration file:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SHOW_INCLUDE_FILES, SHOW_USED_FILES, CLASS_GRAPH,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;COLLABORATION_GRAPH, GROUP_GRAPHS, INCLUDE_GRAPH,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;INCLUDED_BY_GRAPH. Run doxygen with the -l option to generate the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;default layout file.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included update for the Macedonian, Catalan, Brazilian, and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Serbian translation and also support for Serbian with Cyrilic
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;characters.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Bug fixes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 140264, 332187, 541924: Sections inside a \subpage where not
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;shown as subsection in the LaTeX/RTF output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 155098,156188: Added support for UTF-8 special characters in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;identifiers (which is allowed by e.g. C#).
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 304598: operator-- caused invalid HTML output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 324047: parameter type [in or out] were not generated in RTF
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;document
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 363499: @todo and friends did not work in a comment marked
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;with @dir.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 445485: HTML commands in a comment block with attribute values
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;without quotes were not handled properly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 533855: Processes were always documented as anonymous in VHDL
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;code.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 535379: Added support for %{...%} blocks in XPCOM's IDL.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 536298: Last port in a VHDL port list was not correctly put in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a member group.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 536385: Fixed problem matching function prototype and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;implementation under certain conditions.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 536629: Fixed compilation issue on NetBSD.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 537393: Properties in Python were not properly handled.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 538065: Added support for @optional and @required in Objective
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C 2.0 protocols.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 538239: Some unlabeled VHDL processes were not corrected
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;detected.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 538515: Deriving a Objective-C interface from a protocol
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;caused parsing problems if the interface also has a body.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 539057: Part of an Objective-C expression could be missing in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the source browser under certain conditions.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 539590: Generic C# classes with the same name but different
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;template arguments were no longer treated as different classes.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 539712: Fixed code parser issue for parameter indices of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;procedures and functions.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 540058: Creator code was wrong in the MacOSX application
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;bundle.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 540372: Fixed problem parsing large table by increasing
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;YY_READ_BUF_SIZE in the generated parser files.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 540247: Fixed potential memory corruption issue parsing VHDL.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 541113: Fixed locale for ctype, to avoid stripping of 0xA0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from multi-byte UTF-8 characters.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 544479: SORT_MEMBER_DOCS did not work for class members.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 546621: Fixed makefile so that .svn stuff is removed from the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tarball when doing &amp;quot;make archive&amp;quot;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 546812: Using a table with row span greater than 1 did not
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;produce correct LaTeX output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 545098: Fixed problem parsing where clauses in combination
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;with C# generics.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 545503: Nameless parameters of type &amp;quot;struct A&amp;quot; could end up
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;wrongly in the XML output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 545970: Refering to the main page did not work as advertised.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 546158: The variable defined inside a foreach statement in C#
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;code was not considered for source linking, cause potentially
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;incomplete call graphs.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 547361: Linking to specialized template functions did not work.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 548175: Fixed problem parsing class members within a class X,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;inside a namespace that is also named X.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 548443: Documenting a nested namespace/classes with @namespace
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;X.Y did not work for C# (only X::Y worked).
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 548489: C++/CLI classes of type sealed abstract were not
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;processed correctly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 549318: Some headings in the user manual where wrongly
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;formatted.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 549581: Fixed potential buffer overflow in preprocessor.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 550058: Obj-C: properties for private fields did not appear in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the output unless EXTRACT_PRIVATE was enabled.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 550156: Corrected typo in the documentation for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GENERATE_TREEVIEW.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 550247: Fixed problem parsing octal character literals in the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;preprocessing phase.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 551739: Related function with explicit namespace scope was not
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;properly placed if the function also existed in the global
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;namespace.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 552115: Anonymous structs and unions could produce invalid
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;links in the html help index.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 552361: Fixed problem with operators in the LaTeX output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 552600: \copybrief ended a brief description instead of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;appending to it.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 553469: Removed bogus warning about internal inconsistency
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;when importing items via a tagfiles that are inside an
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;undocumented scope.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 553616: One can now remove the automatic line breaks in the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;type part of a declaration by using a custom stylesheet with
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BR.typebreak { display: none; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 553663: Aliases did not work in Fortan comments.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 549022: Reimplemented in links could be wrong in case of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;overloaded members.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 553225: Parser was confused by arrays inside an Obj-C message.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Finnish translation was disabled.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* A collaboration graph with multiple edge labels with not written
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;to the XML output correctly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* sub pages of a \mainpage were not shown in the Latex/RTF output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included some fixed for the VHDL parser.
&lt;br&gt;&lt;br&gt;1.5.6 (2008-05-18)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Changes
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* The GENERATE_TREEVIEW option is not longer a boolean, but can now
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;have 4 values, NONE (was NO), FRAME (was YES), HIERARCHIES, and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ALL. Thanks to Jake Colman for the patch.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* A page marked as a sub page (\subpage) is now shown in the LaTeX
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;and RTF output as a section of its parent page. So the top level
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;pages are shown a chapters, subpages as sections, subpages of a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;subpage as subsections, etc.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Included spec file updates by Kenneth Porter.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;New features
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 514810: Added DOT_FONTNAME and DOT_FONTPATH options which
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;allow instructing dot to use a different font than FreeSans.ttf
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;which doxygen put in the output directory.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 517242: Added option CHM_INDEX_ENCODING to specify the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;encoding to be used for the CHM index files. Needed because CHM
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;index files cannot handle UTF-8 encoding.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 519573: Included patch to make the font-size button visible in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the CHM output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 521288: Added new options SHOW_NAMESPACES and SHOW_FILES to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Suppress Namepace and Files Pages.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 521495: Included a patch that makes it easy to modify the root
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;of the html treeview with an image using style sheets.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 522300: Added option IDL_PROPERTY_SUPPORT to enable/disable
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;special propget/propput handling in IDL files.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Translation support for Finnish has been updated.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added option FORMULA_FONTSIZE which can be used to change the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;font size of the formulas included in the HTML documentation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* included update for Russian translation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* included patch to fixed some issues with VHDL code and add
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;support for some VHDL-93 constructs.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Bug fixes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Regression: fixed problem handling STL classes when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BUILTIN_STL_SUPPORT was enabled
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 142866,377976: Added new \copybrief and \copydetails commands,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;which work as \copydoc but then only copy either the brief or the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;detailed part of a comment block.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 312655: DISTRIBUTE_GROUP_DOC didn't always work in combination
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;with SORT_BRIEF_DOCS enabled.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 352234: The search index could contain invalid references when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SOURCE_BROWSER=NO and CALL_GRAPHS=YES.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 402447: Added support for C# method declarations with where
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;clauses.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 425029: WARN_FORMAT does no longer require all of $file,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$line, $text to be valid.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 495687: Replaced MAX_DOT_GRAPH_MAX_NODES with
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DOT_GRAPH_MAX_NODES in the docs &amp; config file.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 508694 Fixed problem with mixed simple and double quotes in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;fortran format declaration
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 508752: Fixed problem where the fortran scanner didn't
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;recognize END
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 510971: Fortran: parser was confused by double REAL() in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;processed statements.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 514488: Fixed problem matching argument lists with const
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;qualifiers.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 514891: PDF generation failed with a LaTeX error when tocdepth
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;was set to a value higher than 2.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 515518: Links in member group documentation was broken when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CREATE_SUBDIRS was enabled.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 516086: Fixed division by zero when producing RTF output for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the comment /** &amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 516536: Fixed build issues on OSX 10.4 and earlier.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 516070: Added support for simple events without accessors in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C#.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 516387: replace 0xA0 character in perlmodgen.cpp by a space to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;avoid compilation problems with the Chinese version of Visual
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Studio.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 517112: Regression: examples with the same name but different
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;paths cause &amp;quot;file not found&amp;quot; warning.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 518334: Fixed problem parsing Objective-C protocol definitions.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 518537: Hiding an enum with an undocumented typedef with the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;same name caused explicit referencing of the enum to fail.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 519661: In some cases a function prototype could incorrectly
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;be flagged as a variable with constructor.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 520325: Fixed parse problem when comment was after an extern
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;C&amp;quot; block and before the opening bracket.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 521234: Fortran: fixed problem causing &amp;quot;stack empty! when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;parsing code&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 522225: PDF Latex output did not produce proper hyperlinks for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\page and \subpage comment blocks.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 522248: Page header were wrongly displayed in the RTF output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 522415: Fixed compile errors in addon/doxmlparser.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 522600: Added additional warnings to signal invalid
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;configurations.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 523138: Removed redundant paragraph in navigation section of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the HTML output.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 523326: Namespace name was prepended twice to template
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;specializations classes.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 524357: Default mentioned for REFERENCED_BY_RELATION relation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;was not correct.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 524359: Default mentioned for REFERENCES_RELATION relation was
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;not correct.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 524473: Removed incorrect warnings about parameters in VHDL.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 525140: Improved handling of Objective-C 2.0 properties.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 525143: Properties are now listed as attributes in the UML
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;diagrams.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 525144: GENERATE_DOCSET option greyed out in doxywizard.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 526155: Removed warning about QFile::setName when parsing VHDL
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;files.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 527781: Template arguments for bases class not shown in a
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;consistent way.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 528023: Inheritance relations were not correctly displayed for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C# generics.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 528424: Fixed rendering bug in HTML output when used with
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Opera.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 528584: Using enum and enum value with the same name in C#
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;code caused crash.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 528620: Fixed typo in French translation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 528815: Fixed problem parsing define() statements in PHP code.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 528989: Leading C comment could prevent preprocessor expansion
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for the rest of the line.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 529803: Doxygen didn't find call(er) relations for C# when
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;using this.Method() calls;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 529554: Putting defined() inside a macro caused the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;preprocessor to get confused.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 529758: C++/CLI: default inheritance is now public, nested
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;templates ending with &amp;gt;&amp;gt; are now handled properly as well as
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;indexed properties.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* id 530201: Avoided warning for undocumented self parameter in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Python.
&lt;br&gt;&lt;br&gt;&lt;br&gt;INSTALL OR UPGRADE NOTES
&lt;br&gt;========================
&lt;br&gt;&lt;br&gt;Standard install.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CYGWIN INSTALLATION INFORMATION
&lt;br&gt;===============================
&lt;br&gt;&lt;br&gt;To install this package, click on the &amp;quot;Install Cygwin now&amp;quot; link on the
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://cygwin.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/&lt;/a&gt;&amp;gt; web page. This downloads setup.exe to your
&lt;br&gt;system. Then, run setup and answer all of the questions. You'll find
&lt;br&gt;the package listed in the &amp;quot;All&amp;quot; category. After installation, read the
&lt;br&gt;documentation at directories:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/share/doc/&amp;lt;package-version&amp;gt;/*
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/share/doc/Cygwin/&amp;lt;package-version&amp;gt;.README
&lt;br&gt;&lt;br&gt;If you have questions or comments, please send them to the Cygwin
&lt;br&gt;mailing list at &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781384&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cygwin@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
&lt;br&gt;================================
&lt;br&gt;&lt;br&gt;This message has been sent to cygwin-announce list.
&lt;br&gt;&lt;br&gt;If you want to unsubscribe from the mailing list, look at the
&lt;br&gt;&amp;quot;List-Unsubscribe: &amp;quot; tag in the email header of this message. Send
&lt;br&gt;email to the address specified there. It will be in the format:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781384&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cygwin-announce-unsubscribe-you=yourdomain.com@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;More information on unsubscribing can be found:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://sources.redhat.com/lists.html#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sources.redhat.com/lists.html#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please read *all* of the information on unsubscribing that is available
&lt;br&gt;starting at the above URL.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cygwin-announce-f12170.html&quot; embed=&quot;fixTarget[12170]&quot; target=&quot;_top&quot; &gt;cygwin-announce&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Updated%3A-doxygen-1.6.1-1-tp26781384p26781384.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781385</id>
	<title>[ANNOUNCEMENT] Updated: clisp-2.48-3</title>
	<published>2009-12-14T09:08:56Z</published>
	<updated>2009-12-14T09:08:56Z</updated>
	<author>
		<name>Reini Urban</name>
	</author>
	<content type="html">I've recompiled clisp plus the subpackages clisp-clx, clisp-gtk2 and 
&lt;br&gt;clisp-gdi, released hereby as 2.48-3.
&lt;br&gt;&lt;br&gt;No jit, no multithreading.
&lt;br&gt;&lt;br&gt;Changes in 2.48-3:
&lt;br&gt;* recompile with gcc4-4.3.4-3 and new libsigsegv-2.8-1 for cygwin 1.7
&lt;br&gt;&lt;br&gt;Older Changes:
&lt;br&gt;2.48-2
&lt;br&gt;* chmod +x /usr/lib/clisp-2.48/full*/svm.dll
&lt;br&gt;* fixed wrong libdb4.6 dependency to libdb4.5
&lt;br&gt;* fixed clisp-gdi.src.patch
&lt;br&gt;&lt;br&gt;2.48-1
&lt;br&gt;* depends on libsigsegv1 (libsigsegv-2.6+-1) with Eric Blake's fixes
&lt;br&gt;&amp;nbsp; &amp;nbsp;for the SEH chain corruption.
&lt;br&gt;* re-enabled gtk2
&lt;br&gt;* added dbus to -gtk2 package
&lt;br&gt;* added wildcard module to full
&lt;br&gt;* clisp-gdi is a modern package (case-sensitive and case-inverted),
&lt;br&gt;&amp;nbsp; &amp;nbsp;and now hosted at &lt;a href=&quot;http://code.google.com/p/clisp-gdi/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/clisp-gdi/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;See &lt;a href=&quot;http://code.google.com/p/clisp-gdi/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/clisp-gdi/&lt;/a&gt;&lt;br&gt;* minor modprep and build patches added
&lt;br&gt;* removed fix_iconv build hack
&lt;br&gt;* added libsigsegv1 dependency
&lt;br&gt;* revised required dependencies
&lt;br&gt;* disabled stripping to enable (disassemble)
&lt;br&gt;&lt;br&gt;Release focus:
&lt;br&gt;bugfixes and enhancements
&lt;br&gt;&lt;br&gt;./configure --fsstnd=redhat --with-ffcall \
&lt;br&gt;&amp;nbsp; &amp;nbsp;--with-module=rawsock --with-module=dirkey --with-module=wildcard \
&lt;br&gt;&amp;nbsp; &amp;nbsp;--with-module=bindings/win32 \
&lt;br&gt;&amp;nbsp; &amp;nbsp;--with-module=berkeley-db --with-module=pcre --with-module=postgresql\
&lt;br&gt;&amp;nbsp; &amp;nbsp;--with-module=fastcgi --with-module=libsvm --with-module=gdbm \
&lt;br&gt;&amp;nbsp; &amp;nbsp;--with-module=zlib --with-module=clx/new-clx --with-module=gtk2 \
&lt;br&gt;&amp;nbsp; &amp;nbsp;--with-module=dbus \
&lt;br&gt;&amp;nbsp; &amp;nbsp;--with-module=gdi --prefix=/usr --cbc build
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://clisp.cvs.sourceforge.net/*checkout*/clisp/clisp/src/NEWS&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cvs.sourceforge.net/*checkout*/clisp/clisp/src/NEWS&lt;/a&gt;&lt;br&gt;&lt;br&gt;2.48 (2009-07-28)
&lt;br&gt;=================
&lt;br&gt;&lt;br&gt;Important notes
&lt;br&gt;---------------
&lt;br&gt;&lt;br&gt;* Multiple threads of execution are now experimentally supported
&lt;br&gt;&amp;nbsp; &amp;nbsp;(not ready for prime time yet).
&lt;br&gt;&amp;nbsp; &amp;nbsp;Thanks to &amp;nbsp;Vladimir Tzankov &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781385&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vtzankov@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/mt.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/mt.html&lt;/a&gt;&amp;gt; for details.
&lt;br&gt;&lt;br&gt;* Module libsvm has been upgraded to the upstream version 2.89.
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/libsvm.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/libsvm.html&lt;/a&gt;&amp;gt; for details.
&lt;br&gt;&lt;br&gt;* Module Berkeley-DB now supports Berkeley DB 4.7.
&lt;br&gt;&amp;nbsp; &amp;nbsp;(older versions 4.* are, of course, still supported).
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/berkeley-db.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/berkeley-db.html&lt;/a&gt;&amp;gt; for details.
&lt;br&gt;&lt;br&gt;* Module readline now supports readline 6.0.
&lt;br&gt;&amp;nbsp; &amp;nbsp;(older versions 5.* are, of course, still supported).
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/readline-mod.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/readline-mod.html&lt;/a&gt;&amp;gt; for details.
&lt;br&gt;&lt;br&gt;* Passing :EXECUTABLE 0 to EXT:SAVEINITMEM results in an executable
&lt;br&gt;&amp;nbsp; &amp;nbsp;image which delegates processing of all the usual CLISP command line
&lt;br&gt;&amp;nbsp; &amp;nbsp;options to the :INIT-FUNCTION.
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/image.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/image.html&lt;/a&gt;&amp;gt; for details.
&lt;br&gt;&lt;br&gt;* Driver clisp accepts &amp;quot;-b&amp;quot; to print the installation directory.
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/clisp.html#opt-printlibdir&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/clisp.html#opt-printlibdir&lt;/a&gt;&amp;gt; for
&lt;br&gt;details.
&lt;br&gt;&lt;br&gt;* Add file clisp.m4 so that the packages which use CLISP can check
&lt;br&gt;&amp;nbsp; &amp;nbsp;whether it is properly installed and has the required version.
&lt;br&gt;&lt;br&gt;* POSIX:COPY-FILE now accepts :METHOD :HARDLINK-OR-COPY.
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/syscalls.html#copy-file&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/syscalls.html#copy-file&lt;/a&gt;&amp;gt; for details.
&lt;br&gt;&lt;br&gt;* New function POSIX:WAIT calls waitpid or wait4.
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/syscalls.html#wait&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/syscalls.html#wait&lt;/a&gt;&amp;gt; for details.
&lt;br&gt;&lt;br&gt;* New function EXT:TRIM-IF removes leading and trailing matches.
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/seq-func-ext.html#trim-if&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/seq-func-ext.html#trim-if&lt;/a&gt;&amp;gt; for
&lt;br&gt;details.
&lt;br&gt;&lt;br&gt;* New user command &amp;quot;LocalSymbols&amp;quot; (abbreviated &amp;quot;:ls&amp;quot;).
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/repl.html#debugger-main-deb-step&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/repl.html#debugger-main-deb-step&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;for details.
&lt;br&gt;&lt;br&gt;* Commands &amp;quot;add&amp;quot; and &amp;quot;create&amp;quot; replace &amp;quot;add-module-set&amp;quot;,
&lt;br&gt;&amp;quot;add-module-sets&amp;quot; and
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot;create-module-set&amp;quot; in clisp-link.
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/modules.html#clisp-link&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/modules.html#clisp-link&lt;/a&gt;&amp;gt; for details.
&lt;br&gt;&lt;br&gt;* Bug fixes:
&lt;br&gt;&amp;nbsp; &amp;nbsp;+ Better support of :START and :END arguments in NEW-CLX. [ 2159172 ]
&lt;br&gt;&amp;nbsp; &amp;nbsp;+ Fix LOAD-LOGICAL-PATHNAME-TRANSLATIONS when *LOAD-PATHS* contains
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;wild pathnames (introduced in 2.47). [ 2198109 ]
&lt;br&gt;&amp;nbsp; &amp;nbsp;+ Module NEW-CLX now has the XLIB:QUEUE-EVENT function,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;implemented by Philippe Brochard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781385&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hocwp@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&amp;nbsp; &amp;nbsp;+ Extend the domain of LOG to larger BIGNUMs and RATIOs. [ 1007358 ]
&lt;br&gt;&amp;nbsp; &amp;nbsp;+ Avoid a segfault on (EXPT &amp;lt;HUGE&amp;gt; &amp;lt;HUGE&amp;gt;). [ 2807311 ]
&lt;br&gt;&amp;nbsp; &amp;nbsp;+ Fix interaction of finalizers and weak objects. [ 1472478 ]
&lt;br&gt;&lt;br&gt;* ANSI compliance:
&lt;br&gt;&amp;nbsp; &amp;nbsp;+ Implement the ANSI (IGNORE #'FUNCTION) declaration.
&lt;br&gt;&lt;br&gt;========================================================================
&lt;br&gt;&lt;br&gt;To update your installation, click on the &amp;quot;Install Cygwin now&amp;quot; link on
&lt;br&gt;the &lt;a href=&quot;http://cygwin.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/&lt;/a&gt;&amp;nbsp;web page. &amp;nbsp;This downloads setup.exe to your
&lt;br&gt;system. &amp;nbsp;Then, run setup and answer all of the questions.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
&lt;br&gt;&lt;br&gt;If you want to unsubscribe from the cygwin-announce mailing list, look
&lt;br&gt;at the &amp;quot;List-Unsubscribe: &amp;quot; tag in the email header of this message.
&lt;br&gt;Send email to the address specified there. &amp;nbsp;It will be in the format:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781385&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cygwin-announce-unsubscribe-you=yourdomain.com@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;If you need more information on unsubscribing, start reading here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://sources.redhat.com/lists.html#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sources.redhat.com/lists.html#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please read *all* of the information on unsubscribing that is available
&lt;br&gt;starting at this URL.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Reini Urban
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Problem reports: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/problems.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/problems.html&lt;/a&gt;&lt;br&gt;FAQ: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/faq/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/faq/&lt;/a&gt;&lt;br&gt;Documentation: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/docs.html&lt;/a&gt;&lt;br&gt;Unsubscribe info: &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cygwin.com/ml/#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/ml/#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cygwin-list-f12269.html&quot; embed=&quot;fixTarget[12269]&quot; target=&quot;_top&quot; &gt;Cygwin list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCEMENT--Updated%3A-clisp-2.48-3-tp26781385p26781385.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781379</id>
	<title>Updated: clisp-2.48-3</title>
	<published>2009-12-14T09:08:56Z</published>
	<updated>2009-12-14T09:08:56Z</updated>
	<author>
		<name>Reini Urban</name>
	</author>
	<content type="html">I've recompiled clisp plus the subpackages clisp-clx, clisp-gtk2 and 
&lt;br&gt;clisp-gdi, released hereby as 2.48-3.
&lt;br&gt;&lt;br&gt;No jit, no multithreading.
&lt;br&gt;&lt;br&gt;Changes in 2.48-3:
&lt;br&gt;* recompile with gcc4-4.3.4-3 and new libsigsegv-2.8-1 for cygwin 1.7
&lt;br&gt;&lt;br&gt;Older Changes:
&lt;br&gt;2.48-2
&lt;br&gt;* chmod +x /usr/lib/clisp-2.48/full*/svm.dll
&lt;br&gt;* fixed wrong libdb4.6 dependency to libdb4.5
&lt;br&gt;* fixed clisp-gdi.src.patch
&lt;br&gt;&lt;br&gt;2.48-1
&lt;br&gt;* depends on libsigsegv1 (libsigsegv-2.6+-1) with Eric Blake's fixes
&lt;br&gt;&amp;nbsp; &amp;nbsp;for the SEH chain corruption.
&lt;br&gt;* re-enabled gtk2
&lt;br&gt;* added dbus to -gtk2 package
&lt;br&gt;* added wildcard module to full
&lt;br&gt;* clisp-gdi is a modern package (case-sensitive and case-inverted),
&lt;br&gt;&amp;nbsp; &amp;nbsp;and now hosted at &lt;a href=&quot;http://code.google.com/p/clisp-gdi/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/clisp-gdi/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;See &lt;a href=&quot;http://code.google.com/p/clisp-gdi/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/clisp-gdi/&lt;/a&gt;&lt;br&gt;* minor modprep and build patches added
&lt;br&gt;* removed fix_iconv build hack
&lt;br&gt;* added libsigsegv1 dependency
&lt;br&gt;* revised required dependencies
&lt;br&gt;* disabled stripping to enable (disassemble)
&lt;br&gt;&lt;br&gt;Release focus:
&lt;br&gt;bugfixes and enhancements
&lt;br&gt;&lt;br&gt;./configure --fsstnd=redhat --with-ffcall \
&lt;br&gt;&amp;nbsp; &amp;nbsp;--with-module=rawsock --with-module=dirkey --with-module=wildcard \
&lt;br&gt;&amp;nbsp; &amp;nbsp;--with-module=bindings/win32 \
&lt;br&gt;&amp;nbsp; &amp;nbsp;--with-module=berkeley-db --with-module=pcre --with-module=postgresql\
&lt;br&gt;&amp;nbsp; &amp;nbsp;--with-module=fastcgi --with-module=libsvm --with-module=gdbm \
&lt;br&gt;&amp;nbsp; &amp;nbsp;--with-module=zlib --with-module=clx/new-clx --with-module=gtk2 \
&lt;br&gt;&amp;nbsp; &amp;nbsp;--with-module=dbus \
&lt;br&gt;&amp;nbsp; &amp;nbsp;--with-module=gdi --prefix=/usr --cbc build
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://clisp.cvs.sourceforge.net/*checkout*/clisp/clisp/src/NEWS&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cvs.sourceforge.net/*checkout*/clisp/clisp/src/NEWS&lt;/a&gt;&lt;br&gt;&lt;br&gt;2.48 (2009-07-28)
&lt;br&gt;=================
&lt;br&gt;&lt;br&gt;Important notes
&lt;br&gt;---------------
&lt;br&gt;&lt;br&gt;* Multiple threads of execution are now experimentally supported
&lt;br&gt;&amp;nbsp; &amp;nbsp;(not ready for prime time yet).
&lt;br&gt;&amp;nbsp; &amp;nbsp;Thanks to &amp;nbsp;Vladimir Tzankov &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781379&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vtzankov@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/mt.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/mt.html&lt;/a&gt;&amp;gt; for details.
&lt;br&gt;&lt;br&gt;* Module libsvm has been upgraded to the upstream version 2.89.
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/libsvm.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/libsvm.html&lt;/a&gt;&amp;gt; for details.
&lt;br&gt;&lt;br&gt;* Module Berkeley-DB now supports Berkeley DB 4.7.
&lt;br&gt;&amp;nbsp; &amp;nbsp;(older versions 4.* are, of course, still supported).
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/berkeley-db.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/berkeley-db.html&lt;/a&gt;&amp;gt; for details.
&lt;br&gt;&lt;br&gt;* Module readline now supports readline 6.0.
&lt;br&gt;&amp;nbsp; &amp;nbsp;(older versions 5.* are, of course, still supported).
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/readline-mod.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/readline-mod.html&lt;/a&gt;&amp;gt; for details.
&lt;br&gt;&lt;br&gt;* Passing :EXECUTABLE 0 to EXT:SAVEINITMEM results in an executable
&lt;br&gt;&amp;nbsp; &amp;nbsp;image which delegates processing of all the usual CLISP command line
&lt;br&gt;&amp;nbsp; &amp;nbsp;options to the :INIT-FUNCTION.
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/image.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/image.html&lt;/a&gt;&amp;gt; for details.
&lt;br&gt;&lt;br&gt;* Driver clisp accepts &amp;quot;-b&amp;quot; to print the installation directory.
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/clisp.html#opt-printlibdir&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/clisp.html#opt-printlibdir&lt;/a&gt;&amp;gt; for
&lt;br&gt;details.
&lt;br&gt;&lt;br&gt;* Add file clisp.m4 so that the packages which use CLISP can check
&lt;br&gt;&amp;nbsp; &amp;nbsp;whether it is properly installed and has the required version.
&lt;br&gt;&lt;br&gt;* POSIX:COPY-FILE now accepts :METHOD :HARDLINK-OR-COPY.
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/syscalls.html#copy-file&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/syscalls.html#copy-file&lt;/a&gt;&amp;gt; for details.
&lt;br&gt;&lt;br&gt;* New function POSIX:WAIT calls waitpid or wait4.
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/syscalls.html#wait&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/syscalls.html#wait&lt;/a&gt;&amp;gt; for details.
&lt;br&gt;&lt;br&gt;* New function EXT:TRIM-IF removes leading and trailing matches.
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/seq-func-ext.html#trim-if&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/seq-func-ext.html#trim-if&lt;/a&gt;&amp;gt; for
&lt;br&gt;details.
&lt;br&gt;&lt;br&gt;* New user command &amp;quot;LocalSymbols&amp;quot; (abbreviated &amp;quot;:ls&amp;quot;).
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/repl.html#debugger-main-deb-step&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/repl.html#debugger-main-deb-step&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;for details.
&lt;br&gt;&lt;br&gt;* Commands &amp;quot;add&amp;quot; and &amp;quot;create&amp;quot; replace &amp;quot;add-module-set&amp;quot;,
&lt;br&gt;&amp;quot;add-module-sets&amp;quot; and
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot;create-module-set&amp;quot; in clisp-link.
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &amp;lt;&lt;a href=&quot;http://clisp.cons.org/impnotes/modules.html#clisp-link&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clisp.cons.org/impnotes/modules.html#clisp-link&lt;/a&gt;&amp;gt; for details.
&lt;br&gt;&lt;br&gt;* Bug fixes:
&lt;br&gt;&amp;nbsp; &amp;nbsp;+ Better support of :START and :END arguments in NEW-CLX. [ 2159172 ]
&lt;br&gt;&amp;nbsp; &amp;nbsp;+ Fix LOAD-LOGICAL-PATHNAME-TRANSLATIONS when *LOAD-PATHS* contains
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;wild pathnames (introduced in 2.47). [ 2198109 ]
&lt;br&gt;&amp;nbsp; &amp;nbsp;+ Module NEW-CLX now has the XLIB:QUEUE-EVENT function,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;implemented by Philippe Brochard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781379&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hocwp@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&amp;nbsp; &amp;nbsp;+ Extend the domain of LOG to larger BIGNUMs and RATIOs. [ 1007358 ]
&lt;br&gt;&amp;nbsp; &amp;nbsp;+ Avoid a segfault on (EXPT &amp;lt;HUGE&amp;gt; &amp;lt;HUGE&amp;gt;). [ 2807311 ]
&lt;br&gt;&amp;nbsp; &amp;nbsp;+ Fix interaction of finalizers and weak objects. [ 1472478 ]
&lt;br&gt;&lt;br&gt;* ANSI compliance:
&lt;br&gt;&amp;nbsp; &amp;nbsp;+ Implement the ANSI (IGNORE #'FUNCTION) declaration.
&lt;br&gt;&lt;br&gt;========================================================================
&lt;br&gt;&lt;br&gt;To update your installation, click on the &amp;quot;Install Cygwin now&amp;quot; link on
&lt;br&gt;the &lt;a href=&quot;http://cygwin.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/&lt;/a&gt;&amp;nbsp;web page. &amp;nbsp;This downloads setup.exe to your
&lt;br&gt;system. &amp;nbsp;Then, run setup and answer all of the questions.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
&lt;br&gt;&lt;br&gt;If you want to unsubscribe from the cygwin-announce mailing list, look
&lt;br&gt;at the &amp;quot;List-Unsubscribe: &amp;quot; tag in the email header of this message.
&lt;br&gt;Send email to the address specified there. &amp;nbsp;It will be in the format:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781379&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cygwin-announce-unsubscribe-you=yourdomain.com@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;If you need more information on unsubscribing, start reading here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://sources.redhat.com/lists.html#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sources.redhat.com/lists.html#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please read *all* of the information on unsubscribing that is available
&lt;br&gt;starting at this URL.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Reini Urban
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cygwin-announce-f12170.html&quot; embed=&quot;fixTarget[12170]&quot; target=&quot;_top&quot; &gt;cygwin-announce&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Updated%3A-clisp-2.48-3-tp26781379p26781379.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781355</id>
	<title>Broken link in FAQ</title>
	<published>2009-12-14T09:07:51Z</published>
	<updated>2009-12-14T09:07:51Z</updated>
	<author>
		<name>Buchbinder, Barry (NIH/NIAID) [E]</name>
	</author>
	<content type="html">On
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/1.7/faq/faq.setup.html#faq.setup.mirror&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/1.7/faq/faq.setup.html#faq.setup.mirror&lt;/a&gt;&lt;br&gt;and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/faq/faq.setup.html#faq.setup.mirror&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/faq/faq.setup.html#faq.setup.mirror&lt;/a&gt;&lt;br&gt;the link to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://wget.sunsite.dk/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wget.sunsite.dk/&lt;/a&gt;&lt;br&gt;is broken.
&lt;br&gt;&lt;br&gt;It should probably point to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.gnu.org/software/wget/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/wget/&lt;/a&gt;&lt;br&gt;or maybe
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://mirrors.dotsrc.org/gnu/wget/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mirrors.dotsrc.org/gnu/wget/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Best wishes,
&lt;br&gt;&lt;br&gt;- Barry
&lt;br&gt;&amp;nbsp; Disclaimer: Statements made herein are not made on behalf of NIAID.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Problem reports: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/problems.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/problems.html&lt;/a&gt;&lt;br&gt;FAQ: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/faq/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/faq/&lt;/a&gt;&lt;br&gt;Documentation: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/docs.html&lt;/a&gt;&lt;br&gt;Unsubscribe info: &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cygwin.com/ml/#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/ml/#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cygwin-list-f12269.html&quot; embed=&quot;fixTarget[12269]&quot; target=&quot;_top&quot; &gt;Cygwin list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Broken-link-in-FAQ-tp26781355p26781355.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781176</id>
	<title>Re: console enhancements: mouse events etc</title>
	<published>2009-12-14T09:02:19Z</published>
	<updated>2009-12-14T09:02:19Z</updated>
	<author>
		<name>Thomas Wolff-3</name>
	</author>
	<content type="html">Hi, please excuse some basic questions about CVS best practice:
&lt;br&gt;&lt;br&gt;Corinna Vinschen wrote:
&lt;br&gt;&amp;gt; ... &amp;nbsp;Patches are supposed to be against
&lt;br&gt;&amp;gt; the latest from CVS. &amp;nbsp;And it's also not cumbersome, it's rather quite
&lt;br&gt;&amp;gt; simple. &amp;nbsp;CVS is doing that for you usually anyway. &amp;nbsp;If you have a
&lt;br&gt;&amp;gt; patched CVS source tree, just call `cvs up' and the current HEAD is
&lt;br&gt;&amp;gt; merged with your local changes. &amp;nbsp;Given that fhandler_console.cc wasn't
&lt;br&gt;&amp;gt; changed for a while anyway, you should not see any merge conflicts.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;In this case yes. In general, if there are merging conflicts, I would 
&lt;br&gt;have to dig around in reject logs, right? (Or do a fresh checkout and 
&lt;br&gt;repatch.)
&lt;br&gt;Also, since with this workflow I'd have the patched latest version only, 
&lt;br&gt;what is the most convenient way to create the patch diff? Do you 
&lt;br&gt;maintain two checkouts, an unpatched one to base on?
&lt;br&gt;&lt;br&gt;Thomas
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cygwin-patches-f12172.html&quot; embed=&quot;fixTarget[12172]&quot; target=&quot;_top&quot; &gt;cygwin-patches&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/console-enhancements%3A-mouse-events-tp26228298p26781176.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781254</id>
	<title>[ANNOUNCEMENT] Updated: libsigsegv{2}2.8-1</title>
	<published>2009-12-14T09:00:03Z</published>
	<updated>2009-12-14T09:00:03Z</updated>
	<author>
		<name>Reini Urban</name>
	</author>
	<content type="html">Eric Blake's SEH chain corruption fixes for libsigsegv on cygwin are now 
&lt;br&gt;in the official libsigsegv-2.8 release.
&lt;br&gt;Successfully tested with clisp.
&lt;br&gt;The DLL revision is bumped from 1 to 2.
&lt;br&gt;&lt;br&gt;See &lt;a href=&quot;http://cygwin.com/ml/cygwin/2009-07/msg00881.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/ml/cygwin/2009-07/msg00881.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;It's a small library for handling page faults in user mode.
&lt;br&gt;A page fault occurs when a program tries to access to a region of memory
&lt;br&gt;that is currently not available.
&lt;br&gt;It is mainly required in clisp for generational garbage collection,
&lt;br&gt;m4 also uses it for stack overflow protection.
&lt;br&gt;&lt;br&gt;Canonical homepage:
&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://libsigsegv.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://libsigsegv.sourceforge.net/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Canonical download:
&lt;br&gt;&amp;nbsp; &amp;nbsp;ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-2.8.tar.gz
&lt;br&gt;&lt;br&gt;For cygwin-1.7 only.
&lt;br&gt;========================================================================
&lt;br&gt;&lt;br&gt;To update your installation, click on the &amp;quot;Install Cygwin now&amp;quot; link on
&lt;br&gt;the &lt;a href=&quot;http://cygwin.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/&lt;/a&gt;&amp;nbsp;web page. &amp;nbsp;This downloads setup.exe to your
&lt;br&gt;system. &amp;nbsp;Then, run setup and answer all of the questions.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
&lt;br&gt;&lt;br&gt;If you want to unsubscribe from the cygwin-announce mailing list, look
&lt;br&gt;at the &amp;quot;List-Unsubscribe: &amp;quot; tag in the email header of this message.
&lt;br&gt;Send email to the address specified there. &amp;nbsp;It will be in the format:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781254&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cygwin-announce-unsubscribe-you=yourdomain.com@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;If you need more information on unsubscribing, start reading here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://sources.redhat.com/lists.html#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sources.redhat.com/lists.html#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please read *all* of the information on unsubscribing that is available
&lt;br&gt;starting at this URL.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Reini Urban
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Problem reports: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/problems.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/problems.html&lt;/a&gt;&lt;br&gt;FAQ: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/faq/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/faq/&lt;/a&gt;&lt;br&gt;Documentation: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/docs.html&lt;/a&gt;&lt;br&gt;Unsubscribe info: &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cygwin.com/ml/#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/ml/#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cygwin-list-f12269.html&quot; embed=&quot;fixTarget[12269]&quot; target=&quot;_top&quot; &gt;Cygwin list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCEMENT--Updated%3A-libsigsegv%7B2%7D2.8-1-tp26781254p26781254.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781247</id>
	<title>Updated: libsigsegv{2}2.8-1</title>
	<published>2009-12-14T09:00:03Z</published>
	<updated>2009-12-14T09:00:03Z</updated>
	<author>
		<name>Reini Urban</name>
	</author>
	<content type="html">Eric Blake's SEH chain corruption fixes for libsigsegv on cygwin are now 
&lt;br&gt;in the official libsigsegv-2.8 release.
&lt;br&gt;Successfully tested with clisp.
&lt;br&gt;The DLL revision is bumped from 1 to 2.
&lt;br&gt;&lt;br&gt;See &lt;a href=&quot;http://cygwin.com/ml/cygwin/2009-07/msg00881.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/ml/cygwin/2009-07/msg00881.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;It's a small library for handling page faults in user mode.
&lt;br&gt;A page fault occurs when a program tries to access to a region of memory
&lt;br&gt;that is currently not available.
&lt;br&gt;It is mainly required in clisp for generational garbage collection,
&lt;br&gt;m4 also uses it for stack overflow protection.
&lt;br&gt;&lt;br&gt;Canonical homepage:
&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://libsigsegv.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://libsigsegv.sourceforge.net/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Canonical download:
&lt;br&gt;&amp;nbsp; &amp;nbsp;ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-2.8.tar.gz
&lt;br&gt;&lt;br&gt;For cygwin-1.7 only.
&lt;br&gt;========================================================================
&lt;br&gt;&lt;br&gt;To update your installation, click on the &amp;quot;Install Cygwin now&amp;quot; link on
&lt;br&gt;the &lt;a href=&quot;http://cygwin.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/&lt;/a&gt;&amp;nbsp;web page. &amp;nbsp;This downloads setup.exe to your
&lt;br&gt;system. &amp;nbsp;Then, run setup and answer all of the questions.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
&lt;br&gt;&lt;br&gt;If you want to unsubscribe from the cygwin-announce mailing list, look
&lt;br&gt;at the &amp;quot;List-Unsubscribe: &amp;quot; tag in the email header of this message.
&lt;br&gt;Send email to the address specified there. &amp;nbsp;It will be in the format:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781247&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cygwin-announce-unsubscribe-you=yourdomain.com@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;If you need more information on unsubscribing, start reading here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://sources.redhat.com/lists.html#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sources.redhat.com/lists.html#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please read *all* of the information on unsubscribing that is available
&lt;br&gt;starting at this URL.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Reini Urban
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cygwin-announce-f12170.html&quot; embed=&quot;fixTarget[12170]&quot; target=&quot;_top&quot; &gt;cygwin-announce&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Updated%3A-libsigsegv%7B2%7D2.8-1-tp26781247p26781247.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781113</id>
	<title>Re: RFU: sqlite 3.6.21-1</title>
	<published>2009-12-14T08:57:43Z</published>
	<updated>2009-12-14T08:57:43Z</updated>
	<author>
		<name>Corinna Vinschen-2</name>
	</author>
	<content type="html">On Dec 14 09:43, Warren Young wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 12/14/2009 8:57 AM, Corinna Vinschen wrote:
&lt;br&gt;&amp;gt; &amp;gt;On Dec 11 10:40, Warren Young wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;New upstream release:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;Your setup.hint file still refers to libreadline6 while the latest
&lt;br&gt;&amp;gt; &amp;gt;release is libreadline7.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks, it's fixed now:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	&lt;a href=&quot;http://etr-usa.com/cygwin/sqlite3/setup.hint&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://etr-usa.com/cygwin/sqlite3/setup.hint&lt;/a&gt;&lt;/div&gt;&lt;br&gt;Thanks, uploaded.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Corinna
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Corinna Vinschen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Please, send mails regarding Cygwin to
&lt;br&gt;Cygwin Project Co-Leader &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cygwin AT cygwin DOT com
&lt;br&gt;Red Hat
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cygwin-apps-f12171.html&quot; embed=&quot;fixTarget[12171]&quot; target=&quot;_top&quot; &gt;cygwin-apps&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/RFU%3A-sqlite-3.6.21-1-tp26748487p26781113.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781063</id>
	<title>Re: Merits of ClearCase</title>
	<published>2009-12-14T08:54:44Z</published>
	<updated>2009-12-14T08:54:44Z</updated>
	<author>
		<name>Eric Blake</name>
	</author>
	<content type="html">Marc Girod &amp;lt;marc.girod &amp;lt;at&amp;gt; gmail.com&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; Renaming a label type is an O(0) operation.
&lt;br&gt;&lt;br&gt;There's no such thing as O(0).
&lt;br&gt;&lt;br&gt;&amp;gt; It doesn't depend on the number of labels of that type applied.
&lt;br&gt;&lt;br&gt;Just because renaming a label is O(1) doesn't make applying the label in the 
&lt;br&gt;first place O(1). &amp;nbsp;I want a VCS that tracks changesets. &amp;nbsp;In other words, if I 
&lt;br&gt;can point to a given file that changed on a certain date, then I want my VCS to 
&lt;br&gt;find all other files that were changed at the same time. &amp;nbsp;Atomic renames mean 
&lt;br&gt;nothing if you don't have atomic commits in the first place. &amp;nbsp;And yes, you can 
&lt;br&gt;get changeset information in clearcase, just like you can get changeset 
&lt;br&gt;information from CVS, but in both of those systems, it costs some painful 
&lt;br&gt;overhead to reverse-engineer, and the cost is most certainly not O(1). &amp;nbsp;Or you 
&lt;br&gt;can use modern VCS, git being my favorite, but several others will do, where 
&lt;br&gt;obtaining the information about a changeset is O(1).
&lt;br&gt;&lt;br&gt;And to keep this cygwin-related: yes, it is true that one of the reasons I 
&lt;br&gt;maintain the cygwin port of git because it is open source, while there is zero 
&lt;br&gt;chance of clearcase ever being ported to cygwin because it is proprietary. &amp;nbsp;But 
&lt;br&gt;it is more than just the free source aspect - one of the reasons I maintain 
&lt;br&gt;git, even though I'm forced to interface with clearcase at my work, is because 
&lt;br&gt;the concept of atomic changesets is such a fundamental improvement over any 
&lt;br&gt;features that clearcase may claim to offer amidst all its bloat. &amp;nbsp;I find that I 
&lt;br&gt;am much more productive if I manage my own work in git, then convert it to 
&lt;br&gt;clearcase at the end of the day, rather than suffering through the slowness of 
&lt;br&gt;clearcase throughout the day. &amp;nbsp;And the fact that a VCS distributed with cygwin 
&lt;br&gt;will understand cygwin paths and interact well with cygwin ptys, while closed-
&lt;br&gt;source behemoths like clearcase do not, is another argument in favor of a 
&lt;br&gt;cygwin VCS solution.
&lt;br&gt;&lt;br&gt;Finally, I feel justified continuing to argue the merits of programs offered as 
&lt;br&gt;part of the cygwin distribution on the cygwin mailing list, but I don't think 
&lt;br&gt;it is appropriate to argue the merits of proprietary non-cygwin programs on the 
&lt;br&gt;cygwin list. &amp;nbsp;This is for the same reason that we tell people to take their 
&lt;br&gt;questions about 'gcc -mno-cygwin' to an appropriate list - this mailing list is 
&lt;br&gt;for promoting the use of cygwin, not for promoting the use of non-cygwin. &amp;nbsp;If 
&lt;br&gt;you insist on touting clearcase, at least move the conversation to the talk 
&lt;br&gt;list.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Eric Blake
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Problem reports: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/problems.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/problems.html&lt;/a&gt;&lt;br&gt;FAQ: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/faq/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/faq/&lt;/a&gt;&lt;br&gt;Documentation: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/docs.html&lt;/a&gt;&lt;br&gt;Unsubscribe info: &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cygwin.com/ml/#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/ml/#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cygwin-list-f12269.html&quot; embed=&quot;fixTarget[12269]&quot; target=&quot;_top&quot; &gt;Cygwin list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Looking-for-the-%27stdout%27-of-a-Windows-application-tp26769438p26781063.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781244</id>
	<title>[ANNOUNCEMENT] Updated: ctags-5.8-1</title>
	<published>2009-12-14T08:54:29Z</published>
	<updated>2009-12-14T08:54:29Z</updated>
	<author>
		<name>Warren Young</name>
	</author>
	<content type="html">PACKAGE DESCRIPTION
&lt;br&gt;===================
&lt;br&gt;&lt;br&gt;Homepage: &lt;a href=&quot;http://ctags.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ctags.sourceforge.net/&lt;/a&gt;&lt;br&gt;License : GNU GPL
&lt;br&gt;&lt;br&gt;Ctags generates an index (or tag) file of language objects found in 
&lt;br&gt;source files that allows these items to be quickly and easily located by 
&lt;br&gt;a text editor or other utility. &amp;nbsp;A tag signifies a language object for 
&lt;br&gt;which an index entry is available (or, alternatively, the index entry 
&lt;br&gt;created for that object).
&lt;br&gt;&lt;br&gt;Tag generation is supported for the following languages:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Ant, ASP, Assembler, Awk, BASIC, BETA, Bourne shell script, C, C#,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;C++, COBOL, DOS Batch, Eiffel, Erlang, Flex, Fortran, HTML, Java,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;JavaScript, Korn shell script, Lisp, Lua, Make, MATLAB, OCaml,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Pascal, Perl, PHP, PL/SQL, Python, REXX, Ruby, Scheme, S-Lang,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Standard ML, Tcl, TeX, Vera, Verilog, VHDL, Vim, YACC, zsh script
&lt;br&gt;&lt;br&gt;&lt;br&gt;CHANGES SINCE LAST RELEASE
&lt;br&gt;==========================
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Removed &amp;quot;.ml&amp;quot; as a Lisp extension (now OCaml) [Lisp].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for Ant language, contributed by David Fishburn.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for DOS Batch language, contributed by David
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fishburn.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for Flex (Adobe) language, contributed by David
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fishburn.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for MATLAB language, contributed by David Fishburn.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for Objective Camel (OCaml), provided by Vincent
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Berthoux [Patch #2738723].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for TeX language, contributed by David Fishburn.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for VHDL language, contributed by Nicolas Vincent
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[Bug #1943306].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for Pyrex/Cython declarations [Python].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for &amp;quot;v&amp;quot; kind, for variables [Python].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for class and member variables [PHP, Bug #1037086].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for recent enhancements to Eiffel language [Eiffel].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for ASP classes, contributed by Zendhi Nagao;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;changes meaning of 'c' kind flag [ASP].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added regex support when compiling with MinGW. Gnu regex module
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;now included in all distributions.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed detection of triple strings inside other strings
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[Python, Bug #1988130].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed an endless loop with comments in triple strings
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[Python, Bug #1988027].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed bug where functions were sometimes seen as methods
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[Python, Bug #1988026].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed parsing of method parameter annotations, fix contributed by
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Paolo &amp;quot;blaisorblade&amp;quot; Giarrusso [Java, Bug #2049723, #2117073].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed parsing of global scope qualifiers in base class lists
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[C++, Bug #1799343].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed bug where namespace members were given kinds corresponding
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to globals [C++, Bug #1924919, #1575055].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed parsing of &amp;quot;else&amp;quot; [C#, Bug #1830344].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed parsing of derived enums [C#, Bug #1515910].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed parsing of &amp;quot;foreach&amp;quot; [C#, Bug #1830343].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed parsing of simple generic classes [C#, Bug #1515910].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed bug with detecting identifiers inside variables
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[Python, Bug #1809024].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed bug with detecting identifiers at the start of variables
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[Python, Bug #1856363].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed parsing of triple single-quoted multi-line strings
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[Python, Bug #1906062].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Changed to newer version of autoconf, changing configure.in to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;configure.ac.
&lt;br&gt;&lt;br&gt;&lt;br&gt;INSTALL OR UPGRADE NOTES
&lt;br&gt;========================
&lt;br&gt;&lt;br&gt;Standard install.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CYGWIN INSTALLATION INFORMATION
&lt;br&gt;===============================
&lt;br&gt;&lt;br&gt;To install this package, click on the &amp;quot;Install Cygwin now&amp;quot; link on the
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://cygwin.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/&lt;/a&gt;&amp;gt; web page. This downloads setup.exe to your
&lt;br&gt;system. Then, run setup and answer all of the questions. You'll find
&lt;br&gt;the package listed in the &amp;quot;All&amp;quot; category. After installation, read the
&lt;br&gt;documentation at directories:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/share/doc/&amp;lt;package-version&amp;gt;/*
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/share/doc/Cygwin/&amp;lt;package-version&amp;gt;.README
&lt;br&gt;&lt;br&gt;If you have questions or comments, please send them to the Cygwin
&lt;br&gt;mailing list at &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781244&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cygwin@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
&lt;br&gt;================================
&lt;br&gt;&lt;br&gt;This message has been sent to cygwin-announce list.
&lt;br&gt;&lt;br&gt;If you want to unsubscribe from the mailing list, look at the
&lt;br&gt;&amp;quot;List-Unsubscribe: &amp;quot; tag in the email header of this message. Send
&lt;br&gt;email to the address specified there. It will be in the format:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781244&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cygwin-announce-unsubscribe-you=yourdomain.com@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;More information on unsubscribing can be found:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://sources.redhat.com/lists.html#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sources.redhat.com/lists.html#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please read *all* of the information on unsubscribing that is available
&lt;br&gt;starting at the above URL.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Problem reports: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/problems.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/problems.html&lt;/a&gt;&lt;br&gt;FAQ: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/faq/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/faq/&lt;/a&gt;&lt;br&gt;Documentation: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/docs.html&lt;/a&gt;&lt;br&gt;Unsubscribe info: &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cygwin.com/ml/#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/ml/#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cygwin-list-f12269.html&quot; embed=&quot;fixTarget[12269]&quot; target=&quot;_top&quot; &gt;Cygwin list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ANNOUNCEMENT--Updated%3A-ctags-5.8-1-tp26781244p26781244.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781236</id>
	<title>Updated: ctags-5.8-1</title>
	<published>2009-12-14T08:54:29Z</published>
	<updated>2009-12-14T08:54:29Z</updated>
	<author>
		<name>Warren Young</name>
	</author>
	<content type="html">PACKAGE DESCRIPTION
&lt;br&gt;===================
&lt;br&gt;&lt;br&gt;Homepage: &lt;a href=&quot;http://ctags.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ctags.sourceforge.net/&lt;/a&gt;&lt;br&gt;License : GNU GPL
&lt;br&gt;&lt;br&gt;Ctags generates an index (or tag) file of language objects found in 
&lt;br&gt;source files that allows these items to be quickly and easily located by 
&lt;br&gt;a text editor or other utility. &amp;nbsp;A tag signifies a language object for 
&lt;br&gt;which an index entry is available (or, alternatively, the index entry 
&lt;br&gt;created for that object).
&lt;br&gt;&lt;br&gt;Tag generation is supported for the following languages:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Ant, ASP, Assembler, Awk, BASIC, BETA, Bourne shell script, C, C#,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;C++, COBOL, DOS Batch, Eiffel, Erlang, Flex, Fortran, HTML, Java,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;JavaScript, Korn shell script, Lisp, Lua, Make, MATLAB, OCaml,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Pascal, Perl, PHP, PL/SQL, Python, REXX, Ruby, Scheme, S-Lang,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Standard ML, Tcl, TeX, Vera, Verilog, VHDL, Vim, YACC, zsh script
&lt;br&gt;&lt;br&gt;&lt;br&gt;CHANGES SINCE LAST RELEASE
&lt;br&gt;==========================
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Removed &amp;quot;.ml&amp;quot; as a Lisp extension (now OCaml) [Lisp].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for Ant language, contributed by David Fishburn.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for DOS Batch language, contributed by David
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fishburn.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for Flex (Adobe) language, contributed by David
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fishburn.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for MATLAB language, contributed by David Fishburn.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for Objective Camel (OCaml), provided by Vincent
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Berthoux [Patch #2738723].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for TeX language, contributed by David Fishburn.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for VHDL language, contributed by Nicolas Vincent
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[Bug #1943306].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for Pyrex/Cython declarations [Python].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for &amp;quot;v&amp;quot; kind, for variables [Python].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for class and member variables [PHP, Bug #1037086].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for recent enhancements to Eiffel language [Eiffel].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added support for ASP classes, contributed by Zendhi Nagao;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;changes meaning of 'c' kind flag [ASP].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Added regex support when compiling with MinGW. Gnu regex module
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;now included in all distributions.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed detection of triple strings inside other strings
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[Python, Bug #1988130].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed an endless loop with comments in triple strings
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[Python, Bug #1988027].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed bug where functions were sometimes seen as methods
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[Python, Bug #1988026].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed parsing of method parameter annotations, fix contributed by
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Paolo &amp;quot;blaisorblade&amp;quot; Giarrusso [Java, Bug #2049723, #2117073].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed parsing of global scope qualifiers in base class lists
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[C++, Bug #1799343].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed bug where namespace members were given kinds corresponding
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to globals [C++, Bug #1924919, #1575055].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed parsing of &amp;quot;else&amp;quot; [C#, Bug #1830344].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed parsing of derived enums [C#, Bug #1515910].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed parsing of &amp;quot;foreach&amp;quot; [C#, Bug #1830343].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed parsing of simple generic classes [C#, Bug #1515910].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed bug with detecting identifiers inside variables
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[Python, Bug #1809024].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed bug with detecting identifiers at the start of variables
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[Python, Bug #1856363].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Fixed parsing of triple single-quoted multi-line strings
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[Python, Bug #1906062].
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Changed to newer version of autoconf, changing configure.in to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;configure.ac.
&lt;br&gt;&lt;br&gt;&lt;br&gt;INSTALL OR UPGRADE NOTES
&lt;br&gt;========================
&lt;br&gt;&lt;br&gt;Standard install.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CYGWIN INSTALLATION INFORMATION
&lt;br&gt;===============================
&lt;br&gt;&lt;br&gt;To install this package, click on the &amp;quot;Install Cygwin now&amp;quot; link on the
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://cygwin.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/&lt;/a&gt;&amp;gt; web page. This downloads setup.exe to your
&lt;br&gt;system. Then, run setup and answer all of the questions. You'll find
&lt;br&gt;the package listed in the &amp;quot;All&amp;quot; category. After installation, read the
&lt;br&gt;documentation at directories:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/share/doc/&amp;lt;package-version&amp;gt;/*
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/share/doc/Cygwin/&amp;lt;package-version&amp;gt;.README
&lt;br&gt;&lt;br&gt;If you have questions or comments, please send them to the Cygwin
&lt;br&gt;mailing list at &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781236&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cygwin@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
&lt;br&gt;================================
&lt;br&gt;&lt;br&gt;This message has been sent to cygwin-announce list.
&lt;br&gt;&lt;br&gt;If you want to unsubscribe from the mailing list, look at the
&lt;br&gt;&amp;quot;List-Unsubscribe: &amp;quot; tag in the email header of this message. Send
&lt;br&gt;email to the address specified there. It will be in the format:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26781236&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cygwin-announce-unsubscribe-you=yourdomain.com@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;More information on unsubscribing can be found:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://sources.redhat.com/lists.html#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sources.redhat.com/lists.html#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please read *all* of the information on unsubscribing that is available
&lt;br&gt;starting at the above URL.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cygwin-announce-f12170.html&quot; embed=&quot;fixTarget[12170]&quot; target=&quot;_top&quot; &gt;cygwin-announce&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Updated%3A-ctags-5.8-1-tp26781236p26781236.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26780881</id>
	<title>Re: RFU: sqlite 3.6.21-1</title>
	<published>2009-12-14T08:43:43Z</published>
	<updated>2009-12-14T08:43:43Z</updated>
	<author>
		<name>Warren Young</name>
	</author>
	<content type="html">On 12/14/2009 8:57 AM, Corinna Vinschen wrote:
&lt;br&gt;&amp;gt; On Dec 11 10:40, Warren Young wrote:
&lt;br&gt;&amp;gt;&amp;gt; New upstream release:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Your setup.hint file still refers to libreadline6 while the latest
&lt;br&gt;&amp;gt; release is libreadline7.
&lt;br&gt;&lt;br&gt;Thanks, it's fixed now:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://etr-usa.com/cygwin/sqlite3/setup.hint&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://etr-usa.com/cygwin/sqlite3/setup.hint&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cygwin-apps-f12171.html&quot; embed=&quot;fixTarget[12171]&quot; target=&quot;_top&quot; &gt;cygwin-apps&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/RFU%3A-sqlite-3.6.21-1-tp26748487p26780881.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26780681</id>
	<title>Re: console enhancements: mouse events etc</title>
	<published>2009-12-14T08:29:53Z</published>
	<updated>2009-12-14T08:29:53Z</updated>
	<author>
		<name>Corinna Vinschen-2</name>
	</author>
	<content type="html">On Dec 14 17:17, Thomas Wolff wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Corinna Vinschen wrote:
&lt;br&gt;&amp;gt; &amp;gt;Hi Tom,
&lt;br&gt;&amp;gt; Hi Cori,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;On Dec &amp;nbsp;6 20:24, Thomas Wolff wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;This is my updated and extended patch for a number of console enhancements.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;...
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;If you want a subset of the features sooner than others, I may split
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;the patch.
&lt;br&gt;&amp;gt; &amp;gt;Thanks for the offer. &amp;nbsp;It would be nice if you could split up the patch
&lt;br&gt;&amp;gt; &amp;gt;in the chunks which you're referring to in your ChangeLog entries. &amp;nbsp;It
&lt;br&gt;&amp;gt; &amp;gt;makes it less hard to follow the individual bits.
&lt;br&gt;&amp;gt; Sure, although I had hoped I could at least combine a few
&lt;br&gt;&amp;gt; modifications to reduce fiddling around...
&lt;br&gt;&amp;gt; Also, since it's always cumbersome to update a patch to a new target
&lt;br&gt;&amp;gt; version, would you be willing to apply some of the features still to
&lt;br&gt;&amp;gt; the current release, 1.7.0-68?
&lt;/div&gt;&lt;br&gt;No, that's really not how it works. &amp;nbsp;Patches are supposed to be against
&lt;br&gt;the latest from CVS. &amp;nbsp;And it's also not cumbersome, it's rather quite
&lt;br&gt;simple. &amp;nbsp;CVS is doing that for you usually anyway. &amp;nbsp;If you have a
&lt;br&gt;patched CVS source tree, just call `cvs up' and the current HEAD is
&lt;br&gt;merged with your local changes. &amp;nbsp;Given that fhandler_console.cc wasn't
&lt;br&gt;changed for a while anyway, you should not see any merge conflicts.
&lt;br&gt;&lt;br&gt;&amp;gt; My proposal:
&lt;br&gt;&lt;br&gt;That's ok. &amp;nbsp;It's just much easier to examine the changes if
&lt;br&gt;they are provided in logically combined snippets.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Corinna
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Corinna Vinschen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Please, send mails regarding Cygwin to
&lt;br&gt;Cygwin Project Co-Leader &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cygwin AT cygwin DOT com
&lt;br&gt;Red Hat
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cygwin-patches-f12172.html&quot; embed=&quot;fixTarget[12172]&quot; target=&quot;_top&quot; &gt;cygwin-patches&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/console-enhancements%3A-mouse-events-tp26228298p26780681.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26779905</id>
	<title>Re: Merits of ClearCase</title>
	<published>2009-12-14T08:22:13Z</published>
	<updated>2009-12-14T08:22:13Z</updated>
	<author>
		<name>Marc Girod</name>
	</author>
	<content type="html">&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Eric Blake wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;That's a workaround, not a solution. &amp;nbsp;Any VCS that requires an O(n) (n as
&lt;br&gt;the number of files being labeled) labeling post-processing pass in order
&lt;br&gt;to create enough records in the database to track commits atomically, when
&lt;br&gt;there are O(1) solutions like git where commits are atomic _without any
&lt;br&gt;additional effort), is just too slow to be worth anything in my opinion.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
Renaming a label type is an O(0) operation.
&lt;br&gt;It doesn't depend on the number of labels of that type applied.
&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Eric Blake wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Besides, git is open source, clearcase is not. 
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
That's a different issue.
&lt;br&gt;I very much agree on the advantages of free software.
&lt;br&gt;&lt;br&gt;But you are still comparing a free horse to a commercial plane.
&lt;br&gt;And, there is some freedom bound to the fact the latter flies.
&lt;br&gt;&lt;br&gt;Marc&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cygwin-list-f12269.html&quot; embed=&quot;fixTarget[12269]&quot; target=&quot;_top&quot; &gt;Cygwin list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Looking-for-the-%27stdout%27-of-a-Windows-application-tp26769438p26779905.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26780480</id>
	<title>Re: console enhancements: mouse events etc</title>
	<published>2009-12-14T08:17:44Z</published>
	<updated>2009-12-14T08:17:44Z</updated>
	<author>
		<name>Thomas Wolff-3</name>
	</author>
	<content type="html">Corinna Vinschen wrote:
&lt;br&gt;&amp;gt; Hi Tom,
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Hi Cori,
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Dec &amp;nbsp;6 20:24, Thomas Wolff wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; This is my updated and extended patch for a number of console enhancements.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; ...
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; If you want a subset of the features sooner than others, I may split
&lt;br&gt;&amp;gt;&amp;gt; the patch.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; Thanks for the offer. &amp;nbsp;It would be nice if you could split up the patch
&lt;br&gt;&amp;gt; in the chunks which you're referring to in your ChangeLog entries. &amp;nbsp;It
&lt;br&gt;&amp;gt; makes it less hard to follow the individual bits.
&lt;/div&gt;Sure, although I had hoped I could at least combine a few modifications 
&lt;br&gt;to reduce fiddling around...
&lt;br&gt;Also, since it's always cumbersome to update a patch to a new target 
&lt;br&gt;version, would you be willing to apply some of the features still to the 
&lt;br&gt;current release, 1.7.0-68?
&lt;br&gt;I would provide those first.
&lt;br&gt;My proposal:
&lt;br&gt;&lt;br&gt;Patch 1 (1.7.0-68):
&lt;br&gt;* Additional event reporting as described before.
&lt;br&gt;* Add and fix a few rarely used screen attributes as described before.
&lt;br&gt;* Enable ESC prefixing for Alt-AltGr keys, so that e.g. Alt-@ works on 
&lt;br&gt;keyboards where @ is AltGr-q (a one-liner).
&lt;br&gt;But if you prefer, I'll make it 3 patches.
&lt;br&gt;&lt;br&gt;Patch 2 (maybe 1.7.0-68, or later, as you like):
&lt;br&gt;* Extend escape sequences for modified function keys to indicate all 
&lt;br&gt;combinations of Ctrl, Shift, Alt, using the rxvt codes.
&lt;br&gt;* Extend escape sequences for modified keypad keys to indicate all 
&lt;br&gt;combinations of Ctrl, Shift, Alt, following the xterm/mintty convention 
&lt;br&gt;for Ctrl and Shift, and the rxvt/linux convention for Alt, to reach 
&lt;br&gt;maximum compatibility.
&lt;br&gt;&amp;nbsp; Note that Alt handling interfers with the Windows-style Alt-numeric 
&lt;br&gt;character input method but it did so before already, so I didn't break 
&lt;br&gt;anything. However, if that method is desired to work, I would modify my 
&lt;br&gt;patch accordingly.
&lt;br&gt;&lt;br&gt;Patch 3 (maybe 1.7.0-68, or later, as you like):
&lt;br&gt;* Add VT100 graphics mode. It remaps small ASCII letters to line drawing 
&lt;br&gt;graphics and is enabled / disabled in either of two ways:
&lt;br&gt;* Add &amp;quot;Secondary Device Attribute&amp;quot; report option to terminal status reports.
&lt;br&gt;I would like to leave the second in here because both include an update 
&lt;br&gt;of escape sequence parsing. It's in preparation of patch 4.
&lt;br&gt;&lt;br&gt;Patch 4 (to be postponed as there's still some trouble with it):
&lt;br&gt;* Fix cursor position reports and terminal status reports to work.
&lt;br&gt;&lt;br&gt;Patch 5 (later, to be investigated):
&lt;br&gt;* Fix control-character mappings (for non-letter controls) on 
&lt;br&gt;international keyboards.
&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;Thomas
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cygwin-patches-f12172.html&quot; embed=&quot;fixTarget[12172]&quot; target=&quot;_top&quot; &gt;cygwin-patches&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/console-enhancements%3A-mouse-events-tp26228298p26780480.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26780592</id>
	<title>Re: Looking for the 'stdout' of a Windows application</title>
	<published>2009-12-14T08:17:03Z</published>
	<updated>2009-12-14T08:17:03Z</updated>
	<author>
		<name>Eric Lilja-2</name>
	</author>
	<content type="html">Marc Girod wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I run a proprietary application, IBM Rational cleartool.exe from cygwin.
&lt;br&gt;&amp;gt; In some usage scenarios which I am now interested in, it prompts the user
&lt;br&gt;&amp;gt; for an interactive decision.
&lt;br&gt;&amp;gt; I do not get this prompt under cygwin (either X --emacs shell or xterm-- or
&lt;br&gt;&amp;gt; the Cygwin terminal.
&lt;br&gt;&amp;gt; My process just hangs.
&lt;br&gt;&amp;gt; I get it in the Windows Command Prompt, in plain text mode, and I can reply
&lt;br&gt;&amp;gt; there.
&lt;/div&gt;[snip]
&lt;br&gt;&lt;br&gt;Just out of curiosity, does it work if you use a shell like TakeCommand 
&lt;br&gt;(commercial app, but I believe they have trials you can try)?
&lt;br&gt;&lt;br&gt;- EL
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Problem reports: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/problems.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/problems.html&lt;/a&gt;&lt;br&gt;FAQ: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/faq/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/faq/&lt;/a&gt;&lt;br&gt;Documentation: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/docs.html&lt;/a&gt;&lt;br&gt;Unsubscribe info: &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cygwin.com/ml/#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/ml/#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cygwin-list-f12269.html&quot; embed=&quot;fixTarget[12269]&quot; target=&quot;_top&quot; &gt;Cygwin list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Looking-for-the-%27stdout%27-of-a-Windows-application-tp26769438p26780592.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26779901</id>
	<title>Re: Cygwin 1.7: Empty/white-space output when display Chinese  	characters in GBK charset encoding?</title>
	<published>2009-12-14T08:15:27Z</published>
	<updated>2009-12-14T08:15:27Z</updated>
	<author>
		<name>LiuYan 刘研</name>
	</author>
	<content type="html">Thank you Andy, you are right.
&lt;br&gt;&lt;br&gt;I tried the following, they all shown something instead of empty/white-spaces
&lt;br&gt;1. added 'chcp 850' in cygwin.bat file (before bash log, 
&lt;br&gt;2. put gwin window into full-screen mode(Alt+Enter)
&lt;br&gt;3. changed the font of Cygwin window to 'New SimSun'
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Andy Koppe wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;2009/12/14 LiuYan 刘研:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The only unexpected thing is the empty output of GBK-encoded chinese
&lt;br&gt;&amp;gt; characters when LANG is xxxx.UTF-8.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I mean it should display something visible(malformed characters, squares or
&lt;br&gt;&amp;gt; whatever visible characters) regardless the LANG setting.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; echo -e &amp;quot;Chinese characters in GBK encoding: [\xba\xba\xd7\xd6]  -- Output
&lt;br&gt;&amp;gt; will be [    ] in Cygwin 1.7&amp;quot;
&lt;br&gt;&lt;br&gt;I'm getting:
&lt;br&gt;&lt;br&gt;$ echo -e &amp;quot;Chinese characters in GBK encoding: [\xba\xba\xd7\xd6]&amp;quot;
&lt;br&gt;Chinese characters in GBK encoding: [▒▒▒▒]
&lt;br&gt;&lt;br&gt;(In case they don't show up, that's four grey blocks in the brackets,
&lt;br&gt;representing invalid UTF-8 bytes.)
&lt;br&gt;&lt;br&gt;Same both with the default raster font and with Lucida Console. With
&lt;br&gt;the default raster font, the output is limited to your console
&lt;br&gt;codepage, which may not have that replacement character, so try it
&lt;br&gt;with a different font that puts the console into Unicode mode.
&lt;br&gt;&lt;br&gt;Andy
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Problem reports: &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/problems.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/problems.html&lt;/a&gt;&lt;br&gt;FAQ: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/faq/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/faq/&lt;/a&gt;&lt;br&gt;Documentation: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cygwin.com/docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/docs.html&lt;/a&gt;&lt;br&gt;Unsubscribe info: &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cygwin.com/ml/#unsubscribe-simple&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cygwin.com/ml/#unsubscribe-simple&lt;/a&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Cygwin-list-f12269.html&quot; embed=&quot;fixTarget[12269]&quot; target=&quot;_top&quot; &gt;Cygwin list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cygwin-1.7%3A-Empty-white-space-output-when-display-Chinese-characters-in-GBK-charset-encoding--tp26774467p26779901.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26780184</id>
	<title>Re: RFU: doxygen 1.6.1-1</title>
	<published>2009-12-14T08:00:15Z</published>
	<updated>2009-12-14T08:00:15Z</updated>
	<author>
		<name>Corinna Vinschen-2</name>
	</author>
	<content type="html">On Dec 11 12:26, Warren Young wrote:
&lt;br&gt;&amp;gt; New upstream release:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; wget -e robots=off --cut-dirs=2 -np -nH -A'*1.6.1-1*' -r \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://etr-usa.com/cygwin/doxygen/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://etr-usa.com/cygwin/doxygen/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; setup.hint unchanged.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is the first version packaged explicitly for 1.7. &amp;nbsp;Previous
&lt;br&gt;&amp;gt; 1.5.5 was copied over from 1.5 repo.
&lt;br&gt;&lt;br&gt;Uploaded.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Corinna
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Corinna Vinschen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Please, send mails regarding Cygwin to
&lt;br&gt;Cygwin Project Co-Leader &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cygwin AT cygwin DOT com
&lt;br&gt;Red Hat
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cygwin-apps-f12171.html&quot; embed=&quot;fixTarget[12171]&quot; target=&quot;_top&quot; &gt;cygwin-apps&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/RFU%3A-doxygen-1.6.1-1-tp26750200p26780184.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26780167</id>
	<title>Re: RFU: ctags 5.8-1</title>
	<published>2009-12-14T07:58:54Z</published>
	<updated>2009-12-14T07:58:54Z</updated>
	<author>
		<name>Corinna Vinschen-2</name>
	</author>
	<content type="html">On Dec 11 11:51, Warren Young wrote:
&lt;br&gt;&amp;gt; New upstream release:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; wget -e robots=off --cut-dirs=2 -np -nH -A'*5.8-1*' -r \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://etr-usa.com/cygwin/ctags/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://etr-usa.com/cygwin/ctags/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; setup.hint unchanged.
&lt;br&gt;&lt;br&gt;Uploaded.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Corinna
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Corinna Vinschen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Please, send mails regarding Cygwin to
&lt;br&gt;Cygwin Project Co-Leader &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cygwin AT cygwin DOT com
&lt;br&gt;Red Hat
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cygwin-apps-f12171.html&quot; embed=&quot;fixTarget[12171]&quot; target=&quot;_top&quot; &gt;cygwin-apps&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/RFU%3A-ctags-5.8-1-tp26749701p26780167.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26780147</id>
	<title>Re: RFU: sqlite 3.6.21-1</title>
	<published>2009-12-14T07:57:45Z</published>
	<updated>2009-12-14T07:57:45Z</updated>
	<author>
		<name>Corinna Vinschen-2</name>
	</author>
	<content type="html">On Dec 11 10:40, Warren Young wrote:
&lt;br&gt;&amp;gt; New upstream release:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; wget -e robots=off --cut-dirs=2 -np -nH -A'*3.6.21*' -r \
&lt;br&gt;&amp;gt; 	&lt;a href=&quot;http://etr-usa.com/cygwin/sqlite3/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://etr-usa.com/cygwin/sqlite3/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is the first version packaged explicitly for 1.7. &amp;nbsp;Previous
&lt;br&gt;&amp;gt; 3.6.2 was copied over from 1.5 repo.
&lt;br&gt;&lt;br&gt;Your setup.hint file still refers to libreadline6 while the latest
&lt;br&gt;release is libreadline7. &amp;nbsp;Shouldn't that be fixed as well?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Corinna
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Corinna Vinschen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Please, send mails regarding Cygwin to
&lt;br&gt;Cygwin Project Co-Leader &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cygwin AT cygwin DOT com
&lt;br&gt;Red Hat
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cygwin-apps-f12171.html&quot; embed=&quot;fixTarget[12171]&quot; target=&quot;_top&quot; &gt;cygwin-apps&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/RFU%3A-sqlite-3.6.21-1-tp26748487p26780147.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26780081</id>
	<title>Re: 1.7 installation failed (on network drive?)</title>
	<published>2009-12-14T07:53:15Z</published>
	<updated>2009-12-14T07:53:15Z</updated>
	<author>
		<name>Thomas Wolff-3</name>
	</author>
	<content type="html">I wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Dave Korn wrote:
&lt;br&gt;&amp;gt;&amp;gt; Thomas Wolff wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Selected local directory: H:\cygwin17p1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; mkdir:NtCreateFile -&amp;gt; C0000022
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; mbox note: Couldn't create directory H:\cygwin17p1, sorry. &amp;nbsp;(Is 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; drive full or read-only?)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; So that's coming from here:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; status = NtCreateFile (&amp;dir,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;STANDARD_RIGHTS_ALL | FILE_LIST_DIRECTORY,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;attr, &amp;io, NULL, FILE_ATTRIBUTE_DIRECTORY,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FILE_SHARE_VALID_FLAGS, FILE_CREATE,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FILE_DIRECTORY_FILE
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| FILE_SYNCHRONOUS_IO_NONALERT
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| FILE_OPEN_FOR_BACKUP_INTENT, NULL, 0);
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; Interesting. &amp;nbsp;Does it possibly succeed if you remove the
&lt;br&gt;&amp;gt;&amp;gt; FILE_OPEN_FOR_BACKUP_INTENT flag?
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; Unfortunately not.
&lt;br&gt;&amp;gt; Any other flags I might remove?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Also I noticed: parameter 5, AllocationSize, should be an int, while 
&lt;br&gt;&amp;gt; NULL is a pointer.
&lt;/div&gt;Sorry, it's a pointer to int, I didn't see the &amp;quot;P&amp;quot; before on the MS doc 
&lt;br&gt;page with its tiny font...
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cygwin-apps-f12171.html&quot; embed=&quot;fixTarget[12171]&quot; target=&quot;_top&quot; &gt;cygwin-apps&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/1.7-installation-failed-%28on-network-drive-%29-tp26201945p26780081.html" />
</entry>

</feed>
