Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/usr.bin/vi



Module Name:    basesrc
Committed By:   aymeric
Date:           Sat Oct 20 10:04:50 UTC 2001

Modified Files:
        basesrc/usr.bin/vi/common: cut.c cut.h
        basesrc/usr.bin/vi/ex: ex_move.c

Log Message:
Fix a cut_line() caller not using the right value for (former) ENTIRE_LINE,
by defining the (newer) CUT_LINE_TO_EOL define in common/cut.h and using it
where due.

Bug reported on current-users by Masanori Kanaoka 
<kanaoka%ann.hi-ho.ne.jp@localhost>
diagnosed by Bang Jun-Young <bjy%mogua.org@localhost>,
quick-fixed by Robert Elz <kre%munnari.OZ.AU@localhost>.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/usr.bin/vi/common/cut.c
cvs rdiff -r1.2 -r1.3 basesrc/usr.bin/vi/common/cut.h
cvs rdiff -r1.8 -r1.9 basesrc/usr.bin/vi/ex/ex_move.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index