[sci.electronics] Csd question & CT info.

jafischer@lily.waterloo.edu (Jonathan A. Fischer) (03/21/88)

[]
	First: to the MWC person who's been following the net: will the C
Source Debugger work with the MT C-Shell??? I noticed you mentioning that you
wished you could make db.prg work under the MT Csh, but didn't have the time. 
I certainly hope that MWC has given you (or whoever) the time to do it with
Csd, since I intend to make the MT Csh my default environment, now that I
finally have a hard drive.  Thankfully, MWC and BDT(*) have been cooperating
impressively in the past, so I have high hopes that it's at least possible.

(*) That's Mark Williams Company and Beckemeyer Development Tools,
respectively, for those new to the net.

	Oh well, I suppose Csd will be showing up at my door in the next
couple of weeks (I hope I hope), so I'll find out firsthand.
============================================================================
	Second: I changed two things in CT recently, and I'll send the new
.uue files to the 'netlib' (lakesys!netlib@uunet) server, rather than posting
them here.  The changes were:
	(1) '-v' was not working, thanks to a very minor change I'd made and
	    forgot to test.  (I.e., I did a tolower(Cnecin()) when I should
	    have done a tolower((int)Cnecin()) ).  It now works.
	(2) the disk-swapped-so-read-root-directory fix mentioned in the docs
	    was not being performed in the wildcard expansion routines, so the
	    problem would still crop up.  This has been fixed.