<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/compat/win32/sys, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=master</id>
<link rel='self' href='https://git.shady.money/git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2011-10-31T01:44:28Z</updated>
<entry>
<title>mingw: move poll out of sys-folder</title>
<updated>2011-10-31T01:44:28Z</updated>
<author>
<name>Erik Faye-Lund</name>
<email>kusmabite@gmail.com</email>
</author>
<published>2011-10-24T16:02:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0f77dea9a80302b3b9acd1097fa3f2315d8aef0f'/>
<id>urn:sha1:0f77dea9a80302b3b9acd1097fa3f2315d8aef0f</id>
<content type='text'>
Both XSI and upstream Gnulib versions expects to find poll.h at
the root of some include path, not inside the sys-folder.

This helps us when upgrading Gnulib.

Signed-off-by: Erik Faye-Lund &lt;kusmabite@gmail.com&gt;
Acked-by: Johannes Sixt &lt;j6t@kdbg.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>msvc: Fix compilation errors in compat/win32/sys/poll.c</title>
<updated>2010-12-09T19:13:55Z</updated>
<author>
<name>Ramsay Jones</name>
<email>ramsay@ramsay1.demon.co.uk</email>
</author>
<published>2010-12-04T18:54:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=56fb3ddc89ab94c8b09d178a848cb553b4acf777'/>
<id>urn:sha1:56fb3ddc89ab94c8b09d178a848cb553b4acf777</id>
<content type='text'>
The msvc winsock2.h header file conditionally defines or declares
poll() related symbols which cause many macro redefinition errors,
a struct type redefinition error and syntax errors. These symbols
are defined in support of the WSAPoll() API, new in Windows Vista,
when the symbol _WIN32_WINNT is defined and _WIN32_WINNT &gt;= 0x0600.

In order to avoid the compilation errors, we set _WIN32_WINNT to
0x0502 (which would target Windows Server 2003) prior to including
the winsock2.h header file.

Signed-off-by: Ramsay Jones &lt;ramsay@ramsay1.demon.co.uk&gt;
Acked-by: Erik Faye-Lund &lt;kusmabite@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>mingw: use poll-emulation from gnulib</title>
<updated>2010-11-04T23:53:51Z</updated>
<author>
<name>Erik Faye-Lund</name>
<email>kusmabite@gmail.com</email>
</author>
<published>2010-11-04T01:35:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fdc12114635581b6901940ddb467a78716bc12ca'/>
<id>urn:sha1:fdc12114635581b6901940ddb467a78716bc12ca</id>
<content type='text'>
Signed-off-by: Erik Faye-Lund &lt;kusmabite@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>mingw: import poll-emulation from gnulib</title>
<updated>2010-11-04T23:53:51Z</updated>
<author>
<name>Erik Faye-Lund</name>
<email>kusmabite@gmail.com</email>
</author>
<published>2010-11-04T01:35:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=49521af8a818039f8daf18f2160c4d1e7dbb4270'/>
<id>urn:sha1:49521af8a818039f8daf18f2160c4d1e7dbb4270</id>
<content type='text'>
copy lib/poll.c and lib/poll.in.h verbatim from commit 0a05120 in
git://git.savannah.gnu.org/gnulib.git to compat/win32/sys/poll.[ch]

To upgrade this code in the future, branch out from this commit, copy
new versions of the files above on top, and merge back the result.

Signed-off-by: Erik Faye-Lund &lt;kusmabite@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
