The following are the three files: readme.win readme.dos readme.src for XLISP-STAT. ----------------------------------------------------------------------- WXLS is an experimental version of XLISP-STAT for MS WINDOWS. The current version is 2.1 Release 3 Alpha 5. New versions will be made available for ftp from umnstat as bugs are found and fixed. If you run into problems, please report them to me in as much detail as possible, including a description of your hardware configurarion. This implementation is fairly close to the Macintosh implementation; the file wxls.tex contains a more complete description of the differences between this version and other versions. The distribution available for ftp from umnstat consists of a self-extracting ZIP file, WXLSZIP.EXE. After downloading this file, run it with the command wxlszip -d The -d flag preserves the directory structure in the archive. Put the executable, wxls.exe, somewhere on your search path and put the lib directory somewhere convenient. If you do not install the library directory so it is the subdirectory XLSLIB of the executable's startup directory, then be sure to define an environment variable XLISPLIB with the path of the directory ENDING WITH A \. So if you put the library in c:\xlisp\lib, define set XLISPLIB=c:\xlisp\lib\ Put this in your AUTOEXEC.BAT or somesuch so it is available whenever you run wxls. Then type win wxls. Luke Tierney School of Statistics University of Minnesota Minneapolis, MN 55455 luke@umnstat.stat.umn.edu Modifications since 2.1R3 Alpha 1: ---------------------------------- 2.1R3 Alpha 2: Modified the transformation code in graphs to use integer arithmetic. This should improve performance of rotation on systems without a coprocessor. Fixed a bug that could cause the system to hang after a CONTROL-C if a mouse click is pending. 2.1R3 Alpha 3: Improved speed of symbol drawing by giving each symbol its own device context. 2.1R3 Alpha 4: Fixed bug in realloc that caused boxplots to bomb. 2.1R3 Alpha 5: Fixed realloc fix. Modified exit process to hopefully be more stable. Fixed bug in change-symbol message related to depth cuing. fixed load and require statements in Examples files. 2.1R3 Alpha 6: Fixed dynamic loading problem. Removed some strings from local heap using spp preprocessor. Increased listener buffer size (using string savings). Changed listener to wrap long lines. Put in sprintf from BSD -- BCC's rounds 8 to 10! Removed save item from grsph menus. Added copying graphs to clipboard using edit menu copy item. Added version number to About dialog. Added eispack eigen routine for real symmetric matrices. ----------------------------------------------------------------------- XLS is a preliminary minimal version of XLISP-STAT for MSDOS. The only graphics available are plot-points and plot-lines. There is not much memory available - whatever you can get out of 640K. The file xlszip.exe is a self-extracting zip file. To extract the stuff, type xlszip -d The -d option insures that the directory structure in the zip file is preserved. After unpacking this stuff, put the executable, xls.exe, somewhere on your search path and put the lib directory somewhere convenient. Then be sure to define an environment variable XLISPLIB with the path of the directory ENDING WITH A \. So if you put the library in c:\xlisp\lib, define set XLISPPIB=c:\xlisp\lib\ Put this in your autoexec.bat or somesuch so it is available whenever you run xls. Then type xls. ----------------------------------------------------------------------- Source code for building the MS Windows version of XLISP-STAT with Borland C++ is provided as a modification to the UNIX sources available from umnstat or statlib. On umnstat the MS Windows sources are available as a compressed tar file, msdos_src.tar.Z. To get the full sources Get the UNIX sources form umnstat or statlib. Apply the unix.patches file using the `patch' program. This makes some modifications that will eventually be included in the UNIX 2.1R3 version, whenever that is released. Look at the file `MSFILES'. This lists all the files from the UNIX distribution you will need. Some need to be renamed as specified in the second columnto meet the DOS file name limits. Add these files to the new files in this directory and transfer them to your DOS source directory. That should do it. I have not actually done the transfer this way yet, so I may have missed a file or two somewhere. If so, please let me know and I will patch up the distribution. -----------------------------------------------------------------------