<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/which, branch release/2.2.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>fix perl indention style</title>
<updated>1996-10-27T15:50:40+00:00</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1996-10-27T15:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8fe31d5429d1d558c90d1aba5ea3a6dd7b6a66e7'/>
<id>8fe31d5429d1d558c90d1aba5ea3a6dd7b6a66e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sync copyright with /usr/share/examples/etc/bsd-style-copyright</title>
<updated>1996-08-27T20:04:45+00:00</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1996-08-27T20:04:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5a80fb277e034d0e1a06575f3a7d9ba971254f4b'/>
<id>5a80fb277e034d0e1a06575f3a7d9ba971254f4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the .Fx macro where appropriate.</title>
<updated>1996-08-23T00:57:08+00:00</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1996-08-23T00:57:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=85cf659a76c326657bdd669b8da48dbda4279b30'/>
<id>85cf659a76c326657bdd669b8da48dbda4279b30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace shell comment char ``#'' with troff comment command ``.\"''</title>
<updated>1996-08-17T23:31:38+00:00</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1996-08-17T23:31:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3819b413255c539b2fcf5a75f02f098951708715'/>
<id>3819b413255c539b2fcf5a75f02f098951708715</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This commit was generated by cvs2svn to compensate for changes in r13122,</title>
<updated>1995-12-30T19:02:48+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1995-12-30T19:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6065a0be1165c4cd506d8eb4a71f22af440fef64'/>
<id>6065a0be1165c4cd506d8eb4a71f22af440fef64</id>
<content type='text'>
which included commits to RCS files with non-trunk default branches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which included commits to RCS files with non-trunk default branches.
</pre>
</div>
</content>
</entry>
<entry>
<title>Submitted by:	Wolfram Schneider &lt;w@cs.tu-berlin.de&gt;</title>
<updated>1995-08-02T07:30:37+00:00</updated>
<author>
<name>Satoshi Asami</name>
<email>asami@FreeBSD.org</email>
</author>
<published>1995-08-02T07:30:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b60de1afb057f30cde9ea1306220aff6dbcb1df3'/>
<id>b60de1afb057f30cde9ea1306220aff6dbcb1df3</id>
<content type='text'>
The currently (1995/07/31 04:22:07) implemented if (-x "$prog") {
works only if you have '.' in your $PATH variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The currently (1995/07/31 04:22:07) implemented if (-x "$prog") {
works only if you have '.' in your $PATH variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Submitted by:	Torbjorn Granlund &lt;tege@matematik.su.se&gt;</title>
<updated>1995-07-31T04:22:07+00:00</updated>
<author>
<name>Satoshi Asami</name>
<email>asami@FreeBSD.org</email>
</author>
<published>1995-07-31T04:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=75f2898f9a54abb41326f9b84e70bb52822aa867'/>
<id>75f2898f9a54abb41326f9b84e70bb52822aa867</id>
<content type='text'>
* /usr/bin/which doesn't work if a complete path is passed to it.  This is
  incompatible with other flavours of Unix, Here is a suggested patch:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* /usr/bin/which doesn't work if a complete path is passed to it.  This is
  incompatible with other flavours of Unix, Here is a suggested patch:
</pre>
</div>
</content>
</entry>
<entry>
<title>Change `install' to `${INSTALL}' as usual.</title>
<updated>1995-07-25T00:22:50+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-07-25T00:22:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6eee579315c654f5d06b165ce593fa686aeafbb3'/>
<id>6eee579315c654f5d06b165ce593fa686aeafbb3</id>
<content type='text'>
Remove the extra slash in ${DESTDIR}/${BINDIR}.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the extra slash in ${DESTDIR}/${BINDIR}.
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify the copyright notice.</title>
<updated>1995-01-30T22:21:29+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1995-01-30T22:21:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=120ca2ec49b3b231f253e5e7e6f51ba7d0e4fa9e'/>
<id>120ca2ec49b3b231f253e5e7e6f51ba7d0e4fa9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup.</title>
<updated>1995-01-30T17:49:19+00:00</updated>
<author>
<name>Satoshi Asami</name>
<email>asami@FreeBSD.org</email>
</author>
<published>1995-01-30T17:49:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=106a8c2a7b6ef5f8a2e5a5826859ecc9cddd3ac3'/>
<id>106a8c2a7b6ef5f8a2e5a5826859ecc9cddd3ac3</id>
<content type='text'>
Submitted by:	Wolfram Schneider &lt;wosch@cs.tu-berlin.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Wolfram Schneider &lt;wosch@cs.tu-berlin.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
