<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/touch, branch stable/3</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC: Sync usage() with man page.</title>
<updated>1999-05-12T07:02:31+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>1999-05-12T07:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d49f6338539e0351e0c60d48455c94063d2dd125'/>
<id>d49f6338539e0351e0c60d48455c94063d2dd125</id>
<content type='text'>
PS:		11539
Submitted by:	Ruslan Ermilov &lt;ru@ucb.crimea.ua&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PS:		11539
Submitted by:	Ruslan Ermilov &lt;ru@ucb.crimea.ua&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from 2_2 man page change.</title>
<updated>1999-01-05T10:13:54+00:00</updated>
<author>
<name>Daniel O'Callaghan</name>
<email>danny@FreeBSD.org</email>
</author>
<published>1999-01-05T10:13:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=25c4d008406f6c6e336d3502f83385ed4031e759'/>
<id>25c4d008406f6c6e336d3502f83385ed4031e759</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PR:		9323</title>
<updated>1999-01-05T09:58:02+00:00</updated>
<author>
<name>Daniel O'Callaghan</name>
<email>danny@FreeBSD.org</email>
</author>
<published>1999-01-05T09:58:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=34c7ff495d35ab4c67c6bb4eefa571e9ad02548e'/>
<id>34c7ff495d35ab4c67c6bb4eefa571e9ad02548e</id>
<content type='text'>
Submitted by:	ishisone@sra.co.jp
Make touch handle years 2000-2038 in the obsoleted format, rather
than 1902-1969 as was previously the case with two digit year spec.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	ishisone@sra.co.jp
Make touch handle years 2000-2038 in the obsoleted format, rather
than 1902-1969 as was previously the case with two digit year spec.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't assume that time_t is long.</title>
<updated>1998-06-29T15:52:49+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-06-29T15:52:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=39470616b13dec5170b58a0a173f85a7a93cd8b7'/>
<id>39470616b13dec5170b58a0a173f85a7a93cd8b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cosmetic.</title>
<updated>1997-08-18T07:22:53+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-08-18T07:22:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=aa736575ab199dcebc5450c4c2445f8b7548aff3'/>
<id>aa736575ab199dcebc5450c4c2445f8b7548aff3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>compare return value from getopt against -1 rather than EOF, per the final</title>
<updated>1997-03-29T04:34:07+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1997-03-29T04:34:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1c8af8787354e20c2b38cab5801698133ff8b403'/>
<id>1c8af8787354e20c2b38cab5801698133ff8b403</id>
<content type='text'>
posix standard on the topic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
posix standard on the topic.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use __dead or __pure in user code.  They were obfuscations</title>
<updated>1996-09-14T03:00:32+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-09-14T03:00:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=eaa86f9d7fcbe6b82b1defa62f31071324c836ed'/>
<id>eaa86f9d7fcbe6b82b1defa62f31071324c836ed</id>
<content type='text'>
for gcc &gt;= 2.5 and no-ops for gcc &gt;= 2.6.  Converted to use __dead2
or __pure2 where it wasn't already done, except in math.h where use
of __pure was mostly wrong.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for gcc &gt;= 2.5 and no-ops for gcc &gt;= 2.6.  Converted to use __dead2
or __pure2 where it wasn't already done, except in math.h where use
of __pure was mostly wrong.
</pre>
</div>
</content>
</entry>
<entry>
<title>YY --&gt; CC</title>
<updated>1996-09-10T21:19:56+00:00</updated>
<author>
<name>Adam David</name>
<email>adam@FreeBSD.org</email>
</author>
<published>1996-09-10T21:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6415a04ebda67a23bc48d657686eacb9b51ddba3'/>
<id>6415a04ebda67a23bc48d657686eacb9b51ddba3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PR # bin/274</title>
<updated>1995-07-08T16:47:47+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1995-07-08T16:47:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d38ca307b7fbb8f676227ce71851ceb5f2d0fea8'/>
<id>d38ca307b7fbb8f676227ce71851ceb5f2d0fea8</id>
<content type='text'>
&gt; The command:
&gt;
&gt; touch -t 199504011200 testfile
&gt;
&gt; gives the error message:
&gt;
&gt; touch: out of range or illegal time specification: [[CC]YY]MMDDhhmm[.SS]

Submitted by:	mpp@legarto.minn.net (Mike Pritchard)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&gt; The command:
&gt;
&gt; touch -t 199504011200 testfile
&gt;
&gt; gives the error message:
&gt;
&gt; touch: out of range or illegal time specification: [[CC]YY]MMDDhhmm[.SS]

Submitted by:	mpp@legarto.minn.net (Mike Pritchard)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T06:41:30+00:00</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T06:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7799f52a32f592a7efe259bc3411ba52d13db797'/>
<id>7799f52a32f592a7efe259bc3411ba52d13db797</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
