Deleted Added
sdiff udiff text old ( 191930 ) new ( 195941 )
full compact
1/*
2 * Copyright (C) 1984-2008 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

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

715v423 5/27/08 Clean up.
716v424 6/16/08 Fix compile bug with pcre; don't filter help file.
717v425 7/14/08 Fix non-ANSI code in list handling in ch.c.
718v426 10/27/08 Fix ignaw terminal handling (thanks to Per Hedeland);
719 fix binary file detection in UTF-8 mode.
720v427 3/16/09 A few Win32 fixes (thanks to Jason Hood).
721v428 3/30/09 Add "|-" syntax to LESSOPEN.
722v429 4/10/09 Fix search highlighting bug with underlined text.
723*/
724
725char version[] = "429";