<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/bin/ls, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-11-04T19:12:42Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>urn:sha1:3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T21:04:19Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T21:04:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=eccea571a771f9fa80ccb3963855f281db792efd'/>
<id>urn:sha1:eccea571a771f9fa80ccb3963855f281db792efd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some style bugs I introduced pointed out by bde. Also add a blank</title>
<updated>2004-06-23T08:26:31Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2004-06-23T08:26:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f137c9c1002da8b30b6d95bcf6ca3d4d41c14d65'/>
<id>urn:sha1:f137c9c1002da8b30b6d95bcf6ca3d4d41c14d65</id>
<content type='text'>
line after the empty variable declarations.

Reviewed by:	md5
</content>
</entry>
<entry>
<title>Use nanoseconds and then lexicographic ordering when the seconds of</title>
<updated>2004-06-22T16:02:29Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2004-06-22T16:02:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=60e52383e720dd163ea4af154c9d3686cbd930aa'/>
<id>urn:sha1:60e52383e720dd163ea4af154c9d3686cbd930aa</id>
<content type='text'>
the [acm]time are the same. I was going to use Scott's patch, but I
couldn't get the style quite right, so I used a patch of my own.

Submitted by:		Scott Mitchell &lt;scott+freebsd at fishballoon.org&gt;
MFC after:		3 weeks
</content>
</entry>
<entry>
<title>If we are asked to print the total number of blocks, do so even if we</title>
<updated>2004-06-08T09:30:10Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-06-08T09:30:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=70bad4f75ba108b897a2d91510d9c288b139d06d'/>
<id>urn:sha1:70bad4f75ba108b897a2d91510d9c288b139d06d</id>
<content type='text'>
have no entries to print (either due to an empty directory or an
error).  This makes the -l and -s options more consistent, like
Solaris and (Debian) Linux.  To make this happen, tweak two
optimizations on the second call to display():

- Don't skip display() altogether, even if list == NULL.
- Don't skip the call to the printfn in display() if we
  need to print the total.

PR:	45723
</content>
</entry>
<entry>
<title>Remove from the printfns the assumption that dp-&gt;list != NULL.  Even</title>
<updated>2004-06-08T09:27:42Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-06-08T09:27:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=48a91b69b8d2b72381705e4fd420f0fe0938db32'/>
<id>urn:sha1:48a91b69b8d2b72381705e4fd420f0fe0938db32</id>
<content type='text'>
if there are no entries, these functions may be called to print the
total number of blocks (0) for consistency's sake.
</content>
</entry>
<entry>
<title>Plug small memory leak.</title>
<updated>2004-06-03T15:04:00Z</updated>
<author>
<name>Lukas Ertl</name>
<email>le@FreeBSD.org</email>
</author>
<published>2004-06-03T15:04:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7fcc4669d8abaee5a44e4ad6364b85997004b2f5'/>
<id>urn:sha1:7fcc4669d8abaee5a44e4ad6364b85997004b2f5</id>
<content type='text'>
PR:             bin/67392
Submitted by:   Matthew Emmerton &lt;matt@gsicomp.on.ca&gt;
MFC in:         1 week
</content>
</entry>
<entry>
<title>Use humanize_number(3).</title>
<updated>2004-05-25T14:53:47Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2004-05-25T14:53:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=478aa805105a77be3272d4c3a9cdcca7de0c54c0'/>
<id>urn:sha1:478aa805105a77be3272d4c3a9cdcca7de0c54c0</id>
<content type='text'>
Reminded by:	jhb
</content>
</entry>
<entry>
<title>Punctuation.</title>
<updated>2004-05-16T21:34:49Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-05-16T21:34:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2d3640781edbbd96087c2c49d2b3b21e083be3ec'/>
<id>urn:sha1:2d3640781edbbd96087c2c49d2b3b21e083be3ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only add the widths together for printable characters in prn_normal();</title>
<updated>2004-05-03T11:48:55Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-05-03T11:48:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6449b88bf15552468324cb778d5542fde92a655e'/>
<id>urn:sha1:6449b88bf15552468324cb778d5542fde92a655e</id>
<content type='text'>
unprintable characters have a "width" of -1.
</content>
</entry>
</feed>
