On Sunday 21 November 2004 9:34 pm, Tim Wegner wrote:
If you wanted to experiment, there is a compressed file of an old version (20.3p2) in the fractint directory.
WIll do.
I've finished combining the Fractint and Xfractint sources. It is in the fractint directory as fractcvs4.tar.gz for the repository and fractint20.4a.tar.gz as the source tree. I had to make a small change to cmdfiles.c so that Xfractint could read its own section of the sstools.ini file. We need to look into why the helpdefs.h file is generated slightly differently for Fractint and Xfractint (look at the first 10 lines). It looks to me like a problem with the splitpath routine in unix.c. The only other changes were make files and batch files (and the directory structure, of course).
One problem I still have is getting a diff out of WinCVS. With gCVS, from a terminal, I can use: cvs rdiff -l -r tag module > patch.dif
You can do 80% of what you want using just the command line with CVS.
What I don't have yet is a DOS version of CVS so that I can do that. Jonathan