<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/less, branch release/9.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-05-30T20:40:16Z</updated>
<entry>
<title>MFC: less v458.</title>
<updated>2013-05-30T20:40:16Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2013-05-30T20:40:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c81c86ba6ade8625f73ab9d7cfb27ae00b465e24'/>
<id>urn:sha1:c81c86ba6ade8625f73ab9d7cfb27ae00b465e24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Note that the manual page of less(1) says:</title>
<updated>2012-12-17T06:35:15Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2012-12-17T06:35:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ad87b85f5d464a0589f717f9b45ca6649868623e'/>
<id>urn:sha1:ad87b85f5d464a0589f717f9b45ca6649868623e</id>
<content type='text'>
  Note  that  a preprocessor cannot output an empty file, since that
  is interpreted as meaning there is no replacement, and the  origi-
  nal file is used.  To avoid this, if LESSOPEN starts with two ver-
  tical bars, the exit status of the script becomes meaningful.   If
  the  exit  status is zero, the output is considered to be replace-
  ment text, even if it empty.  If the exit status is  nonzero,  any
  output  is ignored and the original file is used.  For compatibil-
  ity with previous versions of less, if LESSOPEN starts  with  only
  one vertical bar, the exit status of the preprocessor is ignored.

Use two pipe symbols for zless, so that zless'ing a compressed empty
file will give output rather than being interpreted as its compressed
form, which is typically a binary.

Thanks Mark Nudelman for pointing out this difference and the
suggested solution.

Reported by:  Matthias Meyser &lt;meyser xenet.de&gt;
PR:           bin/168839
</content>
</entry>
<entry>
<title>MFC: less v451.</title>
<updated>2012-09-04T23:24:00Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2012-09-04T23:24:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e5ea80f3b0d60d42a856d2af3860af44090ad5e8'/>
<id>urn:sha1:e5ea80f3b0d60d42a856d2af3860af44090ad5e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Regenerated with latest configure script.</title>
<updated>2011-05-10T01:05:41Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2011-05-10T01:05:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5187751e0018ab6f6bdf99da792bc092393854a0'/>
<id>urn:sha1:5187751e0018ab6f6bdf99da792bc092393854a0</id>
<content type='text'>
MFC after:	1 month
</content>
</entry>
<entry>
<title>Import of liblzma, xz, xzdec, lzmainfo from vendor branch</title>
<updated>2010-05-10T06:59:50Z</updated>
<author>
<name>Martin Matuska</name>
<email>mm@FreeBSD.org</email>
</author>
<published>2010-05-10T06:59:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=81ad83880dcc267b198c781929dd9a009f98c5f7'/>
<id>urn:sha1:81ad83880dcc267b198c781929dd9a009f98c5f7</id>
<content type='text'>
Add support for xz and lzma to lesspipe.sh (xzless, lzless)
Bump __FreeBSD_version

Approved by:	delphij (mentor)
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Build usr.bin/ with WARNS=6 by default.</title>
<updated>2010-01-02T10:27:05Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T10:27:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b7946da96b4498519f66f3f5fe72d1474bf13f7d'/>
<id>urn:sha1:b7946da96b4498519f66f3f5fe72d1474bf13f7d</id>
<content type='text'>
Also add some missing $FreeBSD$ to keep svn happy.
</content>
</entry>
<entry>
<title>Update less to v436.  This is considered as a bugfix release from vendor.</title>
<updated>2009-07-29T09:20:32Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-07-29T09:20:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f0be0a1f8cefbdf5995fe43823d8d8f20f7dcd97'/>
<id>urn:sha1:f0be0a1f8cefbdf5995fe43823d8d8f20f7dcd97</id>
<content type='text'>
Major changes from v429:
 * Don't pass "-" to non-pipe LESSOPEN unless it starts with "-".
 * Allow a fraction as the argument to the -# (--shift) option.
 * Fix highlight bug when underlined/overstruck text matches at end of line.
 * Fix non-regex searches with ctrl-R.

Approved by:	re (kensmith, kib)
</content>
</entry>
<entry>
<title>Resolve conflicts; Update defines.h to reflect latest change.</title>
<updated>2007-11-16T22:24:31Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2007-11-16T22:24:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=423c5ce59da5ff73403007fefb307b8b483cac19'/>
<id>urn:sha1:423c5ce59da5ff73403007fefb307b8b483cac19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Regen.</title>
<updated>2007-06-04T01:43:25Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2007-06-04T01:43:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a1f2804141f305b8d22689cfc4857b87a791e299'/>
<id>urn:sha1:a1f2804141f305b8d22689cfc4857b87a791e299</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix handling of filenames containing whitespace.</title>
<updated>2007-05-24T18:28:08Z</updated>
<author>
<name>Lukas Ertl</name>
<email>le@FreeBSD.org</email>
</author>
<published>2007-05-24T18:28:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=46a3ae64b23c634986a68f719a136b0b5dde534c'/>
<id>urn:sha1:46a3ae64b23c634986a68f719a136b0b5dde534c</id>
<content type='text'>
PR:      bin/112860
MFC in:  3 days
</content>
</entry>
</feed>
