Path: csiph.com!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Henk Robbers Newsgroups: comp.sys.atari.programmer Subject: AHCC v5.5 Date: Tue, 17 Jan 2017 14:12:25 +0100 Organization: A noiseless patient Spider Lines: 57 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Tue, 17 Jan 2017 13:10:48 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="4b6a12b35e22f9dd7054c8e8c710c5c7"; logging-data="5609"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19+qIn9OuqIDynbBgKgjUe/HO7CPPwbeFo=" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 X-Mozilla-News-Host: news://news.eternal-september.org:119 Cancel-Lock: sha1:jaEUU0fL9ByMYfHOAH2KkQO6vuw= Xref: csiph.com comp.sys.atari.programmer:44 LS There is a new version available on my home page (see sig) Changes: January 17 2017 v5.5 Compiler: Commandline versions: Do not wait for a keypress under MiNT or MagiC. All: Wrong code was generated for comparison to a constant in rare situations, resulting in a tst to a immediate. Now either a branch or no operation is generated. Prevent crashes on ill formed defines. Removed some leftover debug info in messages. include/aes.h Added a few defines for the newest aes's. Fixed a memory violation that has haunted me for many years. It was about improper use of strncpy were strcpy sufficed. Null padding by strncpy caused behaviour popping in and out of harmfulness depending on internal distances. Quite a relief to find this mistake. Standard library: Forgot to include stdlib.c in the source tree. Fixed. atof (strtod) forgot to skip leading spaces. Fixed. printf now only removes dot and all fractional zeros with format %g Synced tos.h and mint.h in both include and sinclude folder. Editor: If a window menu is pulled and the mouse is moved outside the windows work area, the menu is pushed(removed). This prevents a annoying lock up of the screen. Page scrolling scrolled 1 line too many. Fixed. A page down detetects form feed character (decimal 12) displayed as ). Scrolling down stops when a at the beginning of a line is detected or when the last line of a window appears on top. Shell::KIT::FIND save state of buttons 'verbose' and '1 per file' in config. Have fun. -- Groeten; Regards. Henk Robbers. http://members.chello.nl/h.robbers Interactive disassembler: Digger; http://digger.atari.org A Home Cooked C compiler: AHCC; http://ahcc.atari.org