Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.sys.atari.st > #1418 > unrolled thread

AHCC v5.3

Started byHenk Robbers <h.robbers@chello.nl>
First post2016-01-21 16:24 +0100
Last post2016-02-05 10:53 -0600
Articles 2 — 2 participants

Back to article view | Back to comp.sys.atari.st


Contents

  AHCC v5.3 Henk Robbers <h.robbers@chello.nl> - 2016-01-21 16:24 +0100
    Re: AHCC v5.3 Clu <drclu@swbell.net> - 2016-02-05 10:53 -0600

#1418 — AHCC v5.3

FromHenk Robbers <h.robbers@chello.nl>
Date2016-01-21 16:24 +0100
SubjectAHCC v5.3
Message-ID<56A0F813.7050009@chello.nl>
LS

There is a new version available on my home page (see sig)

Changes:
January 21 2016
   v5.3
   Compiler:
     Fixed a bug that prevented proper casting of constants
     by explicit casting.

     Fixed wrong code for casting the result of a comparison
     to a float (e.g. R1 = R2 < R3 where all R's are floats).

     Fixed a regression after v4.f
     Wrong code was generated for comparing the address of
     a array to zero (spurious, but must be OK).

     Fixed an obscure error where AHCC crashed on extremely
     large (more than about a 1000 ch's) string denotations.

     A teeny tiny little bit of clean up.

   Assembler:
     Fixed a regression since v5 where register masks for movem
     instructions involving D6 and/or D7 spelled in upper case
     were wrong. (typo in defs.h)

   Shell:
     implement asinh & acosh in tiny calculator in console.

   Editor:
     Find 'word' did not reverse neatly. fixed.
     Unselected ^I did not select anymore. Fixed.

   Library ahccstdf:
     Fixed bugs in pow, sinh, asinh, cosh, acosh and tanh.
     (error in common function _Exp).

-- 
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

[toc] | [next] | [standalone]


#1421

FromClu <drclu@swbell.net>
Date2016-02-05 10:53 -0600
Message-ID<n92jv8$v4g$4@gioia.aioe.org>
In reply to#1418
Kewl!


      .    .  Doctor Clu -drclu@swbell.net  (member of...)
      )\,,/   PRISON BOARD BBS==972-329-0781 / telnet://rdfig.net
     /(- _O)  Fido/Dovenet Messages, Games, chat, newsgroup & Mail
    ( \____ ) Atari / Commodore BBS list (X at main then A or C)


On 1/21/16 9:24 AM, Henk Robbers wrote:
>
> LS
>
> There is a new version available on my home page (see sig)
>
> Changes:
> January 21 2016
> v5.3
> Compiler:
> Fixed a bug that prevented proper casting of constants
> by explicit casting.
>
> Fixed wrong code for casting the result of a comparison
> to a float (e.g. R1 = R2 < R3 where all R's are floats).
>
> Fixed a regression after v4.f
> Wrong code was generated for comparing the address of
> a array to zero (spurious, but must be OK).
>
> Fixed an obscure error where AHCC crashed on extremely
> large (more than about a 1000 ch's) string denotations.
>
> A teeny tiny little bit of clean up.
>
> Assembler:
> Fixed a regression since v5 where register masks for movem
> instructions involving D6 and/or D7 spelled in upper case
> were wrong. (typo in defs.h)
>
> Shell:
> implement asinh & acosh in tiny calculator in console.
>
> Editor:
> Find 'word' did not reverse neatly. fixed.
> Unselected ^I did not select anymore. Fixed.
>
> Library ahccstdf:
> Fixed bugs in pow, sinh, asinh, cosh, acosh and tanh.
> (error in common function _Exp).
>

[toc] | [prev] | [standalone]


Back to top | Article view | comp.sys.atari.st


csiph-web