Date: Mon, 27 Apr 92 17:03:25 EDT From: DJ Delorie To: JMILLER AT chess DOT eisc DOT utoledo DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: 1.06 and 2.01 Status: O >The upgrade of djgpp from 1.05 to 1.06 seems to have been accompanied by >a large number of changes. Why is the compiler so much larger. Has new >functionality been provided? Also, while many of the files are version 1.06, >others are different including the compiler which is version 2.01. Is there >a document that describes all of the new features? Thanks. Gcc 2.1 is much larger than gcc 1.39, mostly because of additional functionality and better optimization. It needs more memory to run, also. The files associated with the development environment itself (djgpp, includes, libs, etc) are version keyed to the extender (1.06). I'm trying to isolate FSF products so that I can track their rev numbers (ie: gcc-2.1 is djgcc201). FSF products now come shipped with their respective documentation. djgpp changes are mostly bug fixes and a few minor features. The module rearrangement happened so that I can support additions easily. DJ dj AT ctron DOT com Life is a banana.