Hi Erick,
Thanks for your recent assurances regarding the Win32 port. For me,
at least, portability is crucial. Here are some things I found in fixing
the file globbing on Win32 (in version 3.1.1).
* stk.h should include <math.h> *outside* of the extern "C" environment.
* The macro "isDrive" (or something like that) is incorrect. It checks
*(p+1) to see if it is ":" (it should check *(p+2)).
* Many changes are needed in unix.c and filebox.stklos.
* Some new file opening and globbing logic is needed. Jay Krell worked
out a lot of this.
* init.stk initializes the *load-path* variable incorrectly.
-------------------new wishes---------------------------------------
* <ctrl-c> exits the program in Win32. Can we catch that signal in
Windows?
* The output buffering is strange in Win32. The next prompt is printed
before the return value of the previous command.
* Are there commands to get a list of available drives in Windows?
Jon B.
Jon Berry, Ph.D. Office: Whitley 204
Assistant Professor, Computing Sciences Campus Box: 2130
Elon College, N.C. 27244 Office Phone: (336) 584-2290
Received on Wed Jul 29 1998 - 14:20:44 CEST
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST