Deleted Added
full compact
version.c (221715) version.c (222906)
1/*
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.

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

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.
1/*
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.

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

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.
745v444 6/8/11 Fix ungetc bug; remove vestiges of obsolete -l option.
745*/
746
746*/
747
747char version[] = "443";
748char version[] = "444";