<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/Makefile.gcov, branch php-7.3.22</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>Sync leading and final newlines in source code files</title>
<updated>2018-10-14T10:55:24+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-10-14T10:55:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1c850bfcca97e0456a716a1889b5cf6c5e477cd8'/>
<id>1c850bfcca97e0456a716a1889b5cf6c5e477cd8</id>
<content type='text'>
This patch adds missing newlines, trims multiple redundant final
newlines into a single one, and trims redundant leading newlines.

According to POSIX, a line is a sequence of zero or more non-' &lt;newline&gt;'
characters plus a terminating '&lt;newline&gt;' character. [1] Files should
normally have at least one final newline character.

C89 [2] and later standards [3] mention a final newline:
"A source file that is not empty shall end in a new-line character,
which shall not be immediately preceded by a backslash character."

Although it is not mandatory for all files to have a final newline
fixed, a more consistent and homogeneous approach brings less of commit
differences issues and a better development experience in certain text
editors and IDEs.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
[2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2
[3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds missing newlines, trims multiple redundant final
newlines into a single one, and trims redundant leading newlines.

According to POSIX, a line is a sequence of zero or more non-' &lt;newline&gt;'
characters plus a terminating '&lt;newline&gt;' character. [1] Files should
normally have at least one final newline character.

C89 [2] and later standards [3] mention a final newline:
"A source file that is not empty shall end in a new-line character,
which shall not be immediately preceded by a backslash character."

Although it is not mandatory for all files to have a final newline
fixed, a more consistent and homogeneous approach brings less of commit
differences issues and a better development experience in certain text
editors and IDEs.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
[2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2
[3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
</pre>
</div>
</content>
</entry>
<entry>
<title>Trim trailing whitespace in source code files</title>
<updated>2018-10-13T12:16:33+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-10-13T12:16:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3362620b5f8716ce480b6f12269596c2d2351a52'/>
<id>3362620b5f8716ce480b6f12269596c2d2351a52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>exclude datelib from coverage report as asked by Derick</title>
<updated>2015-10-24T21:36:23+00:00</updated>
<author>
<name>Nuno Lopes</name>
<email>nlopess@php.net</email>
</author>
<published>2015-10-24T21:36:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3bbdfc62d230acdea879c3ee25bc5d9718d95591'/>
<id>3bbdfc62d230acdea879c3ee25bc5d9718d95591</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix gcov data with some locales (again)</title>
<updated>2014-06-03T21:21:20+00:00</updated>
<author>
<name>Nuno Lopes</name>
<email>nlopess@php.net</email>
</author>
<published>2014-06-03T21:21:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=082f79de55b32f3a33f77afab8b6dff3ec84abbf'/>
<id>082f79de55b32f3a33f77afab8b6dff3ec84abbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix my last commit with some locales</title>
<updated>2014-05-26T19:08:28+00:00</updated>
<author>
<name>Nuno Lopes</name>
<email>nlopess@php.net</email>
</author>
<published>2014-05-26T19:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bdae3d254864501b97d651adb935a865a62418ba'/>
<id>bdae3d254864501b97d651adb935a865a62418ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gcov: tentative fix for broken coverage data after fix for opcache coverage</title>
<updated>2014-05-18T15:21:05+00:00</updated>
<author>
<name>Nuno Lopes</name>
<email>nlopess@php.net</email>
</author>
<published>2014-05-18T15:21:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4f8a84b2e70af341560e271a824159bf9b814cf9'/>
<id>4f8a84b2e70af341560e271a824159bf9b814cf9</id>
<content type='text'>
slightly hackish, but works. The idea is that we want to give priority to .gcda files in .libs dirs vs the files in the upper level dir
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
slightly hackish, but works. The idea is that we want to give priority to .gcda files in .libs dirs vs the files in the upper level dir
</pre>
</div>
</content>
</entry>
<entry>
<title>fix coverage data for the opcache optimizer</title>
<updated>2013-03-31T19:43:08+00:00</updated>
<author>
<name>Nuno Lopes</name>
<email>nlopess@php.net</email>
</author>
<published>2013-03-31T19:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ed54776960414167f4b388597b20461539939a0d'/>
<id>ed54776960414167f4b388597b20461539939a0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix race condition in find (it was finding the copied files over and over again, and recursing forever)</title>
<updated>2012-02-20T16:01:34+00:00</updated>
<author>
<name>Nuno Lopes</name>
<email>nlopess@php.net</email>
</author>
<published>2012-02-20T16:01:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0cb26060af1553e29ea93553db7fbf5bda96685a'/>
<id>0cb26060af1553e29ea93553db7fbf5bda96685a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LTP/gcov/lcov</title>
<updated>2012-01-23T09:48:18+00:00</updated>
<author>
<name>Michael Wallner</name>
<email>mike@php.net</email>
</author>
<published>2012-01-23T09:48:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=65948ec3545bcec872a36f584fb2072a358aae1c'/>
<id>65948ec3545bcec872a36f584fb2072a358aae1c</id>
<content type='text'>
- allow ltp v1.9
- make sure `test`s are catched by `if`s
- introduce LCOV_INCLUDE make variable, simple coverage for your extension:
  ./configure --enable-gcov &amp;&amp; make lcov TESTS=~/src/pecl/http/test LCOV_INCLUDE=/http/
  coverage takes just a few seconds instead of a few minutes for the full source tree

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- allow ltp v1.9
- make sure `test`s are catched by `if`s
- introduce LCOV_INCLUDE make variable, simple coverage for your extension:
  ./configure --enable-gcov &amp;&amp; make lcov TESTS=~/src/pecl/http/test LCOV_INCLUDE=/http/
  coverage takes just a few seconds instead of a few minutes for the full source tree

</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug #52019 (make lcov doesn't support TESTS variable anymore)</title>
<updated>2010-06-11T14:04:57+00:00</updated>
<author>
<name>Patrick Allaert</name>
<email>patrickallaert@php.net</email>
</author>
<published>2010-06-11T14:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=11a5da57e138c4182510d3c82c4789796efab22f'/>
<id>11a5da57e138c4182510d3c82c4789796efab22f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
