Deleted Added
full compact
version.c (222906) version.c (237613)
1/*
1/*
2 * Copyright (C) 1984-2011 Mark Nudelman
2 * Copyright (C) 1984-2012 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 *
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.
7 * For more information, see the README file.
9 */
10
11
12/*
13----------------------- CHANGE HISTORY --------------------------
14
15 1/29/84 Allowed use on standard input
16 2/1/84 Added E, N, P commands

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

338v199 6/29/94 Fix MS-DOS build (thanks to Tim Wiegman).
339v200 7/25/94 Clean up copyright, minor fixes.
340 Posted to prep.ai.mit.edu
341-----------------------------------------------------------------
342v201 7/27/94 Check for no memcpy; add casts to calloc;
343 look for regcmp in libgen.a.
344 (thanks to Kaveh Ghazi).
345v202 7/28/94 Fix bug in edit_next/edit_prev with
8 */
9
10
11/*
12----------------------- CHANGE HISTORY --------------------------
13
14 1/29/84 Allowed use on standard input
15 2/1/84 Added E, N, P commands

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

337v199 6/29/94 Fix MS-DOS build (thanks to Tim Wiegman).
338v200 7/25/94 Clean up copyright, minor fixes.
339 Posted to prep.ai.mit.edu
340-----------------------------------------------------------------
341v201 7/27/94 Check for no memcpy; add casts to calloc;
342 look for regcmp in libgen.a.
343 (thanks to Kaveh Ghazi).
344v202 7/28/94 Fix bug in edit_next/edit_prev with
346 non-existant files.
345 non-existent files.
347v203 8/2/94 Fix a variety of configuration bugs on
348 various systems. (thanks to Sakai
349 Kiyotaka, Harald Koenig, Bjorn Brox,
350 Teemu Rantanen, and Thorsten Lockert)
351v204 8/3/94 Use strerror if available.
352 (thanks to J.T. Conklin)
353v205 8/5/94 Fix bug in finding "me" termcap entry.
354 (thanks to Andreas Stolcke)

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

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.
346v203 8/2/94 Fix a variety of configuration bugs on
347 various systems. (thanks to Sakai
348 Kiyotaka, Harald Koenig, Bjorn Brox,
349 Teemu Rantanen, and Thorsten Lockert)
350v204 8/3/94 Use strerror if available.
351 (thanks to J.T. Conklin)
352v205 8/5/94 Fix bug in finding "me" termcap entry.
353 (thanks to Andreas Stolcke)

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

737v440 1/5/11 Fix bug displaying prompt after = command.
738v441 1/21/11 Fix semi-infinite loop if no newlines in file;
739 make new -A behavior the default.
740-----------------------------------------------------------------
741v442 3/2/11 Fix search bug.
742 Add ctrl-G line edit command.
743v443 4/9/11 Fix Windows build.
744v444 6/8/11 Fix ungetc bug; remove vestiges of obsolete -l option.
745-----------------------------------------------------------------
746v445 10/19/11 Fix hilite bug in backwards scroll with -J.
747 Fix hilite bug with backspaces.
748 Fix bugs handling SGR sequences in Win32 (thanks to Eric Lee).
749 Add support for GNU regex (thanks to Reuben Thomas).
750v446 5/15/12 Up/down arrows in cmd editing search for matching cmd.
751v447 5/21/12 Add ESC-F command, two-pipe LESSOPEN syntax.
752v448 6/15/12 Print name of regex library in version message.
753v449 6/23/12 Allow config option --with-regex=none.
746*/
747
754*/
755
748char version[] = "444";
756char version[] = "449";