K 10
svn:author
V 3
rra
K 8
svn:date
V 27
2004-05-26T22:27:14.000000Z
K 7
svn:log
V 299
The current article parsing code uses Start - 1 as a marker for various
things, and using an unsigned index just isn't going to work easily.  After
reviewing the original patch that made this change, long should work as
well as size_t, so use that for right now.  This is fixed properly in
CURRENT.

END
