Deleted Added
full compact
version.c (195941) version.c (221715)
1/*
1/*
2 * Copyright (C) 1984-2009 Mark Nudelman
2 * Copyright (C) 1984-2011 Mark Nudelman
3 *
4 * You may distribute under the terms of either the GNU General Public
5 * License or the Less License, as specified in the README file.
6 *
7 * For more information about less, or for information on how to
8 * contact the author, see the README file.
9 */
10

--- 713 unchanged lines hidden (view full) ---

724v430 4/22/09 Don't pass "-" to non-pipe LESSOPEN unless it starts with "-".
725v431 4/29/09 Fix highlight bug when match is at end of line.
726v432 6/27/09 Better fix for highlight bugs;
727 fix new problems with ignaw terminals.
728v433 6/28/09 Cleanup search code.
729v434 6/29/09 More cleanup.
730v435 7/04/09 Fix bugs with non-regex filtering.
731v436 7/05/09 Fix memory leak.
3 *
4 * You may distribute under the terms of either the GNU General Public
5 * License or the Less License, as specified in the README file.
6 *
7 * For more information about less, or for information on how to
8 * contact the author, see the README file.
9 */
10

--- 713 unchanged lines hidden (view full) ---

724v430 4/22/09 Don't pass "-" to non-pipe LESSOPEN unless it starts with "-".
725v431 4/29/09 Fix highlight bug when match is at end of line.
726v432 6/27/09 Better fix for highlight bugs;
727 fix new problems with ignaw terminals.
728v433 6/28/09 Cleanup search code.
729v434 6/29/09 More cleanup.
730v435 7/04/09 Fix bugs with non-regex filtering.
731v436 7/05/09 Fix memory leak.
732-----------------------------------------------------------------
733v437 7/14/09 Fix bug in handling some long option names;
734 make percentage calculation more accurate.
735v438 12/29/10 Fix bugs with -i/-I and & filtering;
736 exit with status 2 on ctrl-C with -K.
737v439 12/31/10 Add -A option.
738v440 1/5/11 Fix bug displaying prompt after = command.
739v441 1/21/11 Fix semi-infinite loop if no newlines in file;
740 make new -A behavior the default.
741-----------------------------------------------------------------
742v442 3/2/11 Fix search bug.
743 Add ctrl-G line edit command.
744v443 4/9/11 Fix Windows build.
732*/
733
745*/
746
734char version[] = "436";
747char version[] = "443";