Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-18 | We distribute less under a 2-term BSD-style license. Update COPYRIGHT | Todd C. Miller | |
section based on less's LICENSE file. | |||
2003-08-18 | We distribute less under a 2-term BSD-style license. Update COPYRIGHT | Todd C. Miller | |
section based on less's LICENSE file. | |||
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller | |
I've skipped the GNU stuff for now. From Patrick Latifi. | |||
2003-08-01 | another round of missing system includes | David Krause | |
ok tedu@ | |||
2003-07-14 | - escape %{B,D,P} to prevent groff trying to expand them | Jason McIntyre | |
- remove some unnecessary .Pp's | |||
2003-06-18 | Use OPT_ONPLUS instead of hard-coding '2' | Todd C. Miller | |
2003-06-18 | Fix sizeof(char *) in snprintf that broke the -N option. | Todd C. Miller | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-07 | Use interruptible syscalls instead of setjmp/longjmp. This makes | Todd C. Miller | |
less's signal handlers safe. No one has reported problems so far... | |||
2003-06-04 | It turns out that POSIX specifies more should prompt with the file name, | Todd C. Miller | |
not --More-- like the old UCB more did. Back out a hack I did to make the prompt look like the old UCB more. | |||
2003-05-08 | AUTHOR -> AUTHORS in .Sh, as per mdoc template. | Jason McIntyre | |
2003-04-22 | Tell glob() to do tilde and brace expansion too. | Todd C. Miller | |
2003-04-17 | Hard-code charset if SMALL | Todd C. Miller | |
2003-04-16 | no more less.nro | Todd C. Miller | |
2003-04-16 | mdoc format man pages from jmc@ | Todd C. Miller | |
2003-04-14 | No more LESSECHO environment variable | Todd C. Miller | |
2003-04-14 | help.o now needs HELPFILE defined too | Todd C. Miller | |
2003-04-14 | less uses the "lessecho" command to do globbing on systems that | Todd C. Miller | |
don't have libc glob routines. We have glob(3) but for some reason, less only uses this on DOS w/ djgppc. I have pared down lglob.h to just have the glob(3) bits and to include glob.h itself. This removes the need for lessecho on OpenBSD. | |||
2003-04-14 | Make the GNU_OPTIONS define actually do something (was a no-op) | Todd C. Miller | |
2003-04-14 | o go back to using a help file instead of embedding it in the binary | Todd C. Miller | |
o deal with HELPFILE not being defined o add a SMALL definition to make a smaller less for the boot floppies This still needs to be pared down a bit for the SMALL case | |||
2003-04-13 | Whoops, this is less 381, not 390 (my mistake) | Todd C. Miller | |
2003-04-13 | Merge in less-381 w/ local changes and remove obsolete files. | Todd C. Miller | |
2003-04-13 | Stock less-390 with some unneeded DOS/Windoze files removed | Todd C. Miller | |
2003-04-10 | Only print the "helpful" prompt in -d mode if there is room on the | Todd C. Miller | |
bottom line for it. Closes PR 3189. | |||
2003-04-06 | more strlcpy/strlcat/snprintf, less strcpy/strcat/sprintf | Theo de Raadt | |
reviewed by tdeval, millert, dhartmei and others. more bits coming here from some of them i think | |||
2003-04-06 | very simple strlcat calls | Theo de Raadt | |
2003-04-05 | some more string shit; krw ok | Theo de Raadt | |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt | |
2002-12-31 | Typoes; jmc AT prioris DoT mini DoT pw DoT edu DoT pl | Todd C. Miller | |
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-09-25 | let configure script use GNUSYSTEM_AUX_DIR | Marc Espie | |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-26 | Fix for PR1643; constrain indices into "table" to be < table_size | Todd C. Miller | |
so we don't go off and return random, unallocated bits. | |||
1999-03-05 | provide support for -- argument seperator | Theo de Raadt | |
1999-02-20 | First step at supporting files > 2gig. Use off_t as POSITION | Todd C. Miller | |
and replace get_maxlong() with a get_maxpos() and modify percentage() appropriately. There are still problems seeking to the end of a large file and line numbers should probably be 64bit (or at the very least unsigned). This has been sitting in my tree for quite some time now so I am committing what I have now since I don't know when I'll have a chance to really finish it. | |||
1999-02-03 | Use ${COPTS}; wd@ics.nara-wu.ac.jp | Todd C. Miller | |
1998-10-18 | set PATH before running configure since we can't rely on the user's path ↵ | Todd C. Miller | |
being sane | |||
1998-07-20 | use sc_e_keypad, sc_s_keypad, and use ti/te. Undoes previous revs which ↵ | Theo de Raadt | |
disabled. Unclear why that was done, must wait for that old bug to resurface and fix it in a different way | |||
1998-07-17 | better example w/o /tmp race. Noted by Oleg Safiullin <form@vs.itam.nsc.ru | Todd C. Miller | |
1998-05-13 | less "-d" descriptions swapped; mouse@Rodents.Montreal.QC.CA | Theo de Raadt | |
1997-11-12 | Do termios ops on /dev/tty if available, else fd 2. | Todd C. Miller | |
1997-11-12 | TCSADRAIN -> TCSANOW. Using TCSADRAIN appears to cause a race condition | Todd C. Miller | |
whereby the change is done with the wrong tcpgrp. This fixes suspending less/more when invoked in mail(1) or via sh -c "less somefile". | |||
1997-09-05 | s/$(CF)/${CF}/ | kstailey | |
1997-08-01 | tabify. | kstailey | |
1997-08-01 | reduce GLOBAL_AUTOCONF_CACHE code. | kstailey | |
1997-07-29 | Changed the rules. | kstailey | |
The variable is now GLOBAL_AUTOCONF_CACHE. You must set it to the name of the cache file to use. Ether "setenv GLOBAL_AUTOCONF_CACHE /var/tmp/foo" or add it to /etc/mk.conf | |||
1997-07-29 | Start of GLOBAL_CACHE option to speed compiles. | kstailey | |
This change should have no effect by default. "setenv GLOBAL_CACHE" or add GLOBAL_CACHE to /etc/mk.conf to activate. Global cache files are on a per-account basis to deal with security. | |||
1997-06-23 | respect NOMAN during install | kstailey | |
1997-06-22 | respect NOMAN! | kstailey | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. |