From stuckey@mrcnext.cso.uiuc.edu Mon Nov 9 20:54:52 1992 Received: from calvin.sfasu.edu by umaxc.weeg.uiowa.edu (5.61.jnf/920629) on Mon, 9 Nov 92 20:54:48 -0600 id AA23314 with SMTP Received: from garcon.cso.uiuc.edu by calvin.sfasu.EDU with SMTP (5.59/25-eef) id AA09185; Mon, 9 Nov 92 20:43:28 CST Return-Path: Received: from mrcnext.cso.uiuc.edu by garcon.cso.uiuc.edu with SMTP id AA10167 (5.67a8+/IDA-1.5 for ); Mon, 9 Nov 1992 20:40:40 -0600 Received: by mrcnext.cso.uiuc.edu (NeXT-1.0 (From Sendmail 5.52)/NeXT-1.0) id AA00578; Mon, 9 Nov 92 20:38:28 CST Date: Mon, 9 Nov 92 20:38:28 CST From: stuckey@mrcnext.cso.uiuc.edu (Anthony J. Stuckey) Message-Id: <9211100238.AA00578@mrcnext.cso.uiuc.edu> To: hyperc-l@calvin.sfasu.edu Subject: Known bugs list -- preliminary Status: R Anthony J. Stuckey stuckey@mrcnext.cso.uiuc.edu RR1 Box 153, Montrose, IL, 62445. Known Bugs in the standard distribution of HyperC. 1) ED. - Tabs are expanded to 4 spaces on changed lines of code. This is not only on the display (which is reasonable), but also in the save file. - characters which run into the 80th column are deleted. - files larger than available memory cannot be edited. - the Mark option to move or copy text is easy to confuse. You can get garbage characters entered into the file by using ESCape to abort a Mark operation for move or copy, then performing one for real. - It is possible to delete the contents of a file using the A)ppend option and moving between 3 or 4 different source files. 2) NAT.MAC - the JSR macro sub-optimally fixes the stack on return. Specifically, the lines "if ]1 \n isp ]2" should be changed to "if ]2 \n isp ]2". Subroutines with no parameters will now return faster. 3) PP #define != # define The standard says that whitespace should be allowed between #'s and directives, HyperC forces them to be abutted.