Go to file
mrg 556af87115 import less 394. this includes these changes:
* Add history file to save search and shell command history between
  invocations of less.

* Improve behavior of history list for search and shell commands.

* Add -K (or --quit-on-intr) option to make less exit immediately on ctrl-C.

* Improve handling of UTF-8 files and commands, including better
  line wrapping and handling double-width chars.

* Added LESSUTFBINFMT environment variable to control display of
  non-printable characters in a UTF-8 file.

* Add --with-secure option to configure, to make it easier to
  build a secure version of less.

* Show search matches in the status column even if search highlights
  are disabled via the -G option or the ESC-u command.

* Improve performance when the file contains very long lines.

* Add "windows" charset.

* Add man page for lessecho.

* Add support for erase2 character, treated same as erase.

* Use ASCII lowercase/uppercase logic when operating on the command line.

* Update makefile for Borland C++ 5.5.1.

* Fix bug in calculating number of pages for %D prompt.

* Fix bug in handling tag file error.

* Fix obscure bug if input file is deleted while viewing help.

* Fix bug handling filenames which include square brackets.

* Fix possible buffer overflow in "global" tag search.

* Fix possible buffer overflow in usage of LESSOPEN and LESSCLOSE.

* Fix buffer overflow in reverse search.

* Removed some old copyrighted code.
  This probably breaks OS/9 support.
2006-10-26 01:05:30 +00:00
bin Applied patch from PR bin/34790 so that ~/.kshrc is mentioned. 2006-10-24 18:30:25 +00:00
common sysconf() returns long, which isn't neccessarily assignment-compatible 2006-10-19 10:10:35 +00:00
crypto From Michal Ruzicka: fix typos 2006-10-22 15:10:31 +00:00
dist comment out impossible code. 2006-10-24 20:45:33 +00:00
distrib add syslog _r functions 2006-10-25 23:51:48 +00:00
doc Mention timecounter support and MI todr(9) on hpcarm. 2006-10-23 21:15:23 +00:00
etc add puffs device, but I didn't add it to MAKEDEV all on purpose 2006-10-22 23:02:08 +00:00
games don't discard const. GCC 4.1-20061021 doesn't like that... 2006-10-22 08:09:24 +00:00
gnu Applied patches from PR bin/24256 to pass command-line arguments as-is. 2006-10-24 17:33:39 +00:00
include Add support to allow a file system to not permit being exported over NFS. 2006-10-24 21:53:10 +00:00
lib add _r functions for syslog from OpenBSD 2006-10-25 23:49:31 +00:00
libexec Create _rtld_relocate_plt_object and use it in _rtld_bind and 2006-10-17 08:33:36 +00:00
regress add tests for zero sized arrays. 2006-10-23 00:09:37 +00:00
rescue Add mount_tmpfs(8) to /rescue. Ok with christos. 2006-08-16 16:50:59 +00:00
sbin Add support to allow a file system to not permit being exported over NFS. 2006-10-24 21:53:10 +00:00
share Introduce KAUTH_REQ_NETWORK_SOCKET_OPEN, to check if opening a socket is 2006-10-25 22:49:22 +00:00
sys Take into accout that SCSI controllers may attach to other things than 2006-10-26 00:19:44 +00:00
tools s/gcc3/gcc4/. 2006-10-19 08:18:45 +00:00
usr.bin import less 394. this includes these changes: 2006-10-26 01:05:30 +00:00
usr.sbin buf can never be NULL (jani at xeebioneurope dot de) 2006-10-23 19:44:32 +00:00
x11 PR misc/26923 sent by Kouichirou Hiratsuka "xterm does not support luit". 2006-09-24 07:59:59 +00:00
build.sh Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 19:53:54 +00:00
BUILDING Clarify that DESTDIR/OBJDIR/etc are absolute paths, but build.sh 2006-10-08 17:54:30 +00:00
Makefile don't filter out .WAIT when converting from _SUBDIR to SUBDIR 2006-09-07 03:51:44 +00:00
Makefile.inc
UPDATING Mention removal of net.inet.tcp.newreno. 2006-10-09 18:57:30 +00:00