Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!ucbvax!van-bc!rsoft!mindlink!a665 From: a665@mindlink.UUCP (Anthon Pang) Newsgroups: comp.sys.amiga.tech Subject: Re: PROGRAMMING THE AMIGA....C OR MODULA2 Message-ID: <2305@mindlink.UUCP> Date: 30 Jun 90 20:51:36 GMT Organization: MIND LINK! - British Columbia, Canada Lines: 22 In 8554@cognos.UUCP, stewartw@cognos.UUCP (Stewart Winter) writes: > Well, Benchmark now has a source level debugger. Personally, I > consider this to be a major improvement to the programming environment. > As far as bug fixes go: what bugs have you found that aren't fixed??? > > I know that some work could be done to improve code speed, but this > stuff always scares me -- look at the problems it has caused with both > C compilers. There's only two bugs that I know of...the result of typos in the DEFINITION modules. In Amiga.DEF CONST ErrorCommentTooBit = 220D; should read: CONST ErrorCommentTooBig = 220D; and in TimerDevice.DEF TYPE timevalPtr = POINTER TO timevalPtr; should read: TYPE timevalPtr = POINTER TO timeval; If davidm@sugar.hackercorp.com (David Martin) means he's looking for a 1.3 release of the libraries, he should look on xanth.cs.odu.edu (128.82.8.1) in /incoming/amiga/modula2_benchmark (I think that's right). There's a bunch of useful lharced archives there.