Groups | Search | Server Info | Login | Register


Groups > comp.sys.atari.programmer > #44

AHCC v5.5

From Henk Robbers <h.robbers@chello.nl>
Newsgroups comp.sys.atari.programmer
Subject AHCC v5.5
Date 2017-01-17 14:12 +0100
Organization A noiseless patient Spider
Message-ID <o5l54n$5f9$1@dont-email.me> (permalink)

Show all headers | View raw


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

Back to comp.sys.atari.programmer | Previous | NextNext in thread | Find similar


Thread

AHCC v5.5 Henk Robbers <h.robbers@chello.nl> - 2017-01-17 14:12 +0100
  Re: AHCC v5.5 David Solimano <david@solimano.org> - 2017-03-23 21:31 -0400

csiph-web