<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/win32/readdir.c, branch php-5.2.7RC1</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>opendir() is reimplemented using GetFistFile/GetNextFile those are faster then _findfirst/_findnext</title>
<updated>2006-11-10T11:20:48+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@php.net</email>
</author>
<published>2006-11-10T11:20:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=41c81f20e180bb73d1765866ef2b1eafe8ccc35c'/>
<id>41c81f20e180bb73d1765866ef2b1eafe8ccc35c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed memory leak on error in win32's opendir() emulation. (Patch by Wez)</title>
<updated>2004-06-09T14:18:14+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2004-06-09T14:18:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ccc580f408c5f3fc09e95318a7e2a4e816d7e986'/>
<id>ccc580f408c5f3fc09e95318a7e2a4e816d7e986</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved the scandir code into it's own files so that it can be used by other</title>
<updated>2003-01-27T20:39:31+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2003-01-27T20:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d59d500af7204cf419d91553dccfc2ff0069ca65'/>
<id>d59d500af7204cf419d91553dccfc2ff0069ca65</id>
<content type='text'>
OSes where libc does not have a native scandir() implementation.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OSes where libc does not have a native scandir() implementation.

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken build by adding scandir and alphasort for win32</title>
<updated>2003-01-26T01:39:18+00:00</updated>
<author>
<name>Shane Caraveo</name>
<email>shane@php.net</email>
</author>
<published>2003-01-26T01:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=82f6cef483d3effcdef42f1602f24d8f3aa329fc'/>
<id>82f6cef483d3effcdef42f1602f24d8f3aa329fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #11214 (patch by Steph Fox)</title>
<updated>2002-07-29T13:12:57+00:00</updated>
<author>
<name>Edin Kadribasic</name>
<email>edink@php.net</email>
</author>
<published>2002-07-29T13:12:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0737394d8085120bfac95d44d6abd21a3b62473f'/>
<id>0737394d8085120bfac95d44d6abd21a3b62473f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed access problem when japanese Shift_JIS character is used as directory name. Some characters in Shift_JIS are including 0x5c (slash) as second byte.</title>
<updated>2002-04-22T22:14:39+00:00</updated>
<author>
<name>Rui Hirokawa</name>
<email>hirokawa@php.net</email>
</author>
<published>2002-04-22T22:14:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=36e51815ad8ce90c69a3a55ddca79fb40304a467'/>
<id>36e51815ad8ce90c69a3a55ddca79fb40304a467</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Comments didn't reflect rewinddir()</title>
<updated>2001-02-03T00:50:48+00:00</updated>
<author>
<name>Sean Bright</name>
<email>elixer@php.net</email>
</author>
<published>2001-02-03T00:50:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bf6ce01b78b40ec50ba3afec51e6f9ced56e4dcf'/>
<id>bf6ce01b78b40ec50ba3afec51e6f9ced56e4dcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Win32 build</title>
<updated>2000-06-04T22:00:17+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2000-06-04T22:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4a1da8b6f9570bca2e97b60755ebe6a6fd8645c7'/>
<id>4a1da8b6f9570bca2e97b60755ebe6a6fd8645c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The behaviour for result == NULL || entry == NULL is undefined.</title>
<updated>2000-05-24T14:46:13+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-05-24T14:46:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8a86e37d69993ba8aa6c670d21cc0572f19e6da7'/>
<id>8a86e37d69993ba8aa6c670d21cc0572f19e6da7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add POSIX-like readdir_r for Win32</title>
<updated>2000-05-23T14:58:43+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-05-23T14:58:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=be6afb3fccd20f2b0fab5816bc05362fb7e0326f'/>
<id>be6afb3fccd20f2b0fab5816bc05362fb7e0326f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
