<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/less, branch release/8.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2012-12-17T06:38:22Z</updated>
<entry>
<title>MFC r243834:</title>
<updated>2012-12-17T06:38:22Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2012-12-17T06:38:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=511b2b9555659cd2777a6aeb0f9cb6b352836ea8'/>
<id>urn:sha1:511b2b9555659cd2777a6aeb0f9cb6b352836ea8</id>
<content type='text'>
Note that the manual page of less(1) says:

  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-05T06:15:15Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2012-09-05T06:15:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1ba9638658455588b8f0d17c7e9d82ec9d44dddd'/>
<id>urn:sha1:1ba9638658455588b8f0d17c7e9d82ec9d44dddd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC less v443.</title>
<updated>2011-06-08T01:18:47Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2011-06-08T01:18:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aca3a7cc6a78d303ea9dc6f226be1a28f559b4d4'/>
<id>urn:sha1:aca3a7cc6a78d303ea9dc6f226be1a28f559b4d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r207842, r207844, r208099:</title>
<updated>2010-05-18T09:59:09Z</updated>
<author>
<name>Martin Matuska</name>
<email>mm@FreeBSD.org</email>
</author>
<published>2010-05-18T09:59:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3829a7346880c0e2bec70a23c3169714fb0b1e58'/>
<id>urn:sha1:3829a7346880c0e2bec70a23c3169714fb0b1e58</id>
<content type='text'>
MFC r207842:
Import of liblzma, xz, xzdec, lzmainfo from vendor branch
Add support for xz and lzma to lesspipe.sh (xzless, lzless)

MFC r207844:
Add two public headers missing in r207842
Adjust CFLAGS for lzmainfo, xz, xzdec

MFC r208099:
Add versioned symbols to liblzma
Use default SHLIB_MAJOR.

Approved by:	delphij (mentor)
</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-test2/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-test2/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-test2/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-test2/commit/?id=46a3ae64b23c634986a68f719a136b0b5dde534c'/>
<id>urn:sha1:46a3ae64b23c634986a68f719a136b0b5dde534c</id>
<content type='text'>
PR:      bin/112860
MFC in:  3 days
</content>
</entry>
<entry>
<title>In rev. 1.2 we have introduced a fallback handler for files with unknown</title>
<updated>2006-08-30T08:20:34Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2006-08-30T08:20:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9dd54fbb7e304231b18fc91dc4fcf5048edccb39'/>
<id>urn:sha1:9dd54fbb7e304231b18fc91dc4fcf5048edccb39</id>
<content type='text'>
extensions.  This seems to be unnecessary and prevents less(1) from being
able to detect file changes, so remove the part.

Submitted by:	Eric Huss &lt;e-huss netmeridian com&gt;
PR:		bin/102624
Discussed with:	des
MFC After:	3 days
</content>
</entry>
<entry>
<title>Regen.</title>
<updated>2006-08-20T15:51:18Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2006-08-20T15:51:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=72bc07dc83bc565baf3887d3252d7aecc10a7f69'/>
<id>urn:sha1:72bc07dc83bc565baf3887d3252d7aecc10a7f69</id>
<content type='text'>
</content>
</entry>
</feed>
