Changes to the TS distribution for Release 1.05 Added scanFlags field to TSScanner structure. Only flag so far is to allow all delimiter characters to be significant (so scanner stops on each one, rather than treating sequences of contiguous delimiters as one delimiter). This allows tokenizing of lines for which some fields might be empty. Revised the test program tstest a little.