summaryrefslogtreecommitdiffstats
path: root/usr.bin/more
Commit message (Expand)AuthorAgeFilesLines
* Nuke more from the repository.ps2000-05-2926-9086/+0
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* In the modern world, things are much faster than when more(1) was created.green2000-05-211-2/+1
* Catchup with the times:hoek2000-05-161-25/+42
* I'm not sure what posessed me to initialize wraplines to FALSE in the prevhoek2000-05-151-1/+1
* Allow bookmarks to cross files.hoek2000-05-144-26/+102
* Backout previous commit to this file: it dies in buildworld environment.hoek2000-05-121-3/+1
* Improve hack from previous commit to this file: exit if we get successivehoek2000-05-121-5/+15
* Use termcap(5) function key sequences rather than hardcoding for syscons.hoek2000-05-121-8/+24
* Create magic variables that return termcap(5) strings for function keys.hoek2000-05-122-22/+97
* Fix an uncommon bug that would cause us to stop accepting input if thehoek2000-05-121-0/+10
* Only main.c depends on defrc.hhoek2000-05-121-1/+3
* Unwind state on malloc() failure more carefully: avoids memory leak.hoek2000-05-111-4/+13
* Make the TAB key tab. Under syscons, shift-TAB also performs a backtab.hoek2000-05-113-0/+8
* Fix a comment and actually expand \t the way the comment suggests.hoek2000-05-111-6/+10
* Exit if we read two EOFs from the keyboard input stream. Why two and nothoek2000-05-091-5/+19
* Don't segv if viewing "#" and there is no prev-file (long-standing).hoek2000-05-091-2/+3
* Fix a long vs. int problem that was fatal on i386s with 64bit longs (buthoek2000-05-021-8/+11
* #include <errno.h> where needed. Kill extern int errno;.imp2000-04-141-1/+3
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
* Correctly backspace over number N that preceeds macros.hoek2000-01-081-7/+12
* Dedocument one of the BUGS listed in the last commit. The bug (needlesshoek1999-12-281-3/+0
* Rather than use an LRU-ordered circular list to store buffered data,hoek1999-12-281-35/+65
* Delete dead code and clean comments a little.hoek1999-12-282-8/+15
* Correctly maintain state when manipulating linked lists. This fixes ahoek1999-12-271-3/+8
* Initialize unitialized variable from prev. commit.hoek1999-12-271-1/+1
* A missing verb to a sentence from last commit.hoek1999-12-261-1/+2
* For some reason the HOME key wasn't documented. Document it. Expandhoek1999-12-262-3/+32
* Allow excessive backspacing to correctly abort an input (most significantlyhoek1999-12-262-12/+22
* Expand source comments a little -=> increased readability.hoek1999-12-262-8/+35
* Don't disallow null search patterns --- they are interpreted as beinghoek1999-09-141-7/+10
* Remove assertion of Shigio Yamaguchi's copyright, by request in bin/13607.hoek1999-09-101-1/+0
* Unbroke `make -s' case.ru1999-09-101-3/+3
* $Id$ -> $FreeBSD$peter1999-09-052-2/+2
* Thorough revamp of how input commands are processed. This allows customizationhoek1999-09-0321-818/+2777
* $Id$ -> $FreeBSD$peter1999-08-2812-12/+12
* Don't assume all ctags are meant to match a whole line ("^...line...$").hoek1999-08-171-5/+44
* Various man page cleanup:mpp1999-08-151-3/+3
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* - When trying to decide if $EDITOR == "vi", match against only the firsthoek1999-06-051-5/+28
* No, the space required for a string is strlen() _plus_ one... Oops.hoek1999-06-041-3/+2
* Don't print backspaces in first column since they backup to the prev line.hoek1999-06-021-5/+12
* Grok gtags too.hoek1999-06-017-42/+425
* General code cleanup [incomplete]. Make the arrow keys work.hoek1999-05-309-91/+339
* Document another (less-virulent) CRLF-related bug.hoek1999-05-021-0/+2
* Remove documentation of CRLF bug from more.1. Sync code with manpage.hoek1999-04-293-26/+18
* Ignore (effectively) SIGTSTP if we're already in the process of tstoping.hoek1998-08-031-0/+1
* Fix coredump when two signals are sent in rapid succession.hoek1998-07-312-2/+3
* Fix compilation for the case where neither ioctl(TIOCGWINSZ)hoek1998-07-261-1/+2
OpenPOWER on IntegriCloud