[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
On Wed, Jun 20, 2001 at 12:15:35AM +0200, Luc Van den Borre wrote:
> 
>> There is a perl script that will split the large file into separate
>> cdc files.
> 
> I knew about this script, it just never worked for me. I figured out why - I
> extracted the core from the zip file using automatic Unix to Dos CR/LF
> conversion (I'm using Cygwin under Windows). This was enough to make tdsort not
> work (tdjoin does though).
> 
> Extracted the core without CR/LF conversion and it works fine.
> 

One thing to keep in mind is that the textdump format was never
intended for general programming, but was just a sortof human readable
format for portability and break fixes.  Thus, it is not resilient to
parsing variabilities (such as a method MUST end with '};NL'), etc.
Just keep this in mind when editing (and if you feel like it, go ahead
and write a yacc module for the textdump format which imports the
coldc format for methods :)

-Brandon