head 1.13; access; symbols SVS_1_1_0:1.13 SVS_1_0_5:1.9 SVS_1_0_4:1.8 SVS_1_0_3:1.7 SVS_1_0_2:1.6 SVS_1_0_1:1.5 SVS_1_0_0:1.1; locks; strict; comment @# @; 1.13 date 2009.06.25.18.13.00; author rse; state Exp; branches; next 1.12; commitid 8sw9ftYN4cflxgTt; 1.12 date 2009.06.25.18.11.59; author rse; state Exp; branches; next 1.11; commitid kx8jUjxgtb50xgTt; 1.11 date 2009.06.25.18.10.41; author rse; state Exp; branches; next 1.10; commitid EPyStuOQ1DKywgTt; 1.10 date 2009.06.25.18.09.59; author rse; state Exp; branches; next 1.9; commitid 27GpmTUfg8ljwgTt; 1.9 date 2005.10.07.10.59.27; author rse; state Exp; branches; next 1.8; 1.8 date 2005.10.03.10.33.48; author rse; state Exp; branches; next 1.7; 1.7 date 2005.08.18.07.46.14; author rse; state Exp; branches; next 1.6; 1.6 date 2005.02.06.12.17.47; author rse; state Exp; branches; next 1.5; 1.5 date 2005.01.13.11.14.01; author rse; state Exp; branches; next 1.4; 1.4 date 2005.01.13.11.12.58; author rse; state Exp; branches; next 1.3; 1.3 date 2004.12.17.09.52.08; author rse; state Exp; branches; next 1.2; 1.2 date 2004.12.16.16.39.37; author rse; state Exp; branches; next 1.1; 1.1 date 2004.12.14.19.18.37; author rse; state Exp; branches; next ; desc @@ 1.13 log @strip trailing whitespaces @ text @ _ ___ ____ ____ ____ |_|_ _ / _ \/ ___/ ___|| _ \ _____ _____ _|_||_| | | | \___ \___ \| |_) | / __\ \ / / __| |_||_|_| | |_| |___) |__) | __/ \__ \\ V /\__ \ |_|_|_| \___/|____/____/|_| |___/ \_/ |___/ OSSP svs - Stupid/Silly/Simple Versioning System ChangeLog Changes between 1.0.5 and 1.1.0 (07-Oct-2005 to 25-Jun-2009): *) Adjust copyright messages for years 2006-2009. [Ralf S. Engelschall] *) Support directories and files with spaces in the name. [Ralf S. Engelschall] *) Upgrade build environment to GNU autoconf 2.63 and GNU shtool 2.0.8 [Ralf S. Engelschall] Changes between 1.0.4 and 1.0.5 (29-Sep-2005 to 07-Oct-2005): *) Fix diff(3) option fiddling introduced in version 1.0.4 [Ralf S. Engelschall] Changes between 1.0.3 and 1.0.4 (18-Aug-2005 to 29-Sep-2005): *) Try diff(3) with options -U3, -u, -C3 and none (in this order) to be more platform neutral. [Ralf S. Engelschall] *) Upgraded to GNU shtool 2.0.3 [Ralf S. Engelschall] Changes between 1.0.2 and 1.0.3 (06-Feb-2005 to 18-Aug-2005): *) Do not show a file as both modified and conflicting if both *.orig and *.rej exists. Instead list it just as conflicting as "cvs" does. [Ralf S. Engelschall] Changes between 1.0.1 and 1.0.2 (13-Jan-2005 to 06-Feb-2005): *) Replace unportable "if ! " construct. [Ralf S. Engelschall] Changes between 1.0.0 and 1.0.1 (14-Dec-2004 to 13-Jan-2005): *) Adjust copyright messages for new year 2005. [Ralf S. Engelschall] *) Add a convenient "svs status" command which output a "cvs update" style list of files and their status (modification or conflict). [Ralf S. Engelschall] *) Remove *.rej files on "svs vi" if a modification was done. [Ralf S. Engelschall] *) Fix "make uninstall" procedure. [Ralf S. Engelschall] *) When editing a file look for corresponding .rej file and if found and the editor is Vim, open both files. [Ralf S. Engelschall] *) When searching for *.orig files, sort the resulting filename list to make sure we deterministically produce patches. [Ralf S. Engelschall] Changes between *GENESIS* and 1.0.0 (xx-Jun-2003 to 14-Dec-2004): *) Created the initial version of OSSP svs. [Ralf S. Engelschall] @ 1.12 log @adjust copyright messages @ text @d1 2 a2 2 _ ___ ____ ____ ____ |_|_ _ / _ \/ ___/ ___|| _ \ _____ _____ d12 1 a12 1 d64 1 a64 1 and if found and the editor is Vim, open both files. @ 1.11 log @Support directories and files with spaces in the name. @ text @d12 3 @ 1.10 log @Upgrade build environment to GNU autoconf 2.63 and GNU shtool 2.0.8 @ text @d13 3 @ 1.9 log @Fix diff(3) option fiddling introduced in version 1.0.4 @ text @d11 5 @ 1.8 log @- Try diff(3) with options -U3, -u, -C3 and none (in this order) to be more platform neutral. - Upgraded to GNU shtool 2.0.3 @ text @d11 5 @ 1.7 log @Do not show a file as both modified and conflicting if both *.orig and *.rej exists. Instead list it just as conflicting as "cvs" does. @ text @d11 9 @ 1.6 log @Replace unportable "if ! " construct. @ text @d11 7 @ 1.5 log @Adjust copyright messages for new year 2005 @ text @d11 5 @ 1.4 log @1. Add a convenient "svs status" command which output a "cvs update" style list of files and their status (modification or conflict). 2. Remove *.rej files on "svs vi" if a modification was done. 3. Fix "make uninstall" procedure. @ text @d11 4 a14 1 Changes between 1.0.0 and 1.0.1 (14-Dec-2004 to 16-Dec-2004): @ 1.3 log @be even more convinient and open .rej file automatically if there is one @ text @d13 10 @ 1.2 log @When searching for *.orig files, sort the resulting filename list to make sure we deterministically produce patches. @ text @d13 4 @ 1.1 log @initial cut for OSSP svs @ text @d11 6 @