• AHCC v5.5

    From Henk Robbers@21:1/5 to All on Tue Jan 17 14:12:25 2017
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Solimano@21:1/5 to All on Thu Mar 23 21:31:38 2017
    On Tue, 17 Jan 2017 14:12:25 +0100, Henk Robbers <h.robbers@chello.nl>
    wrote:


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

    Sweet, thanks!
    --
    David Solimano
    david@solimano.org

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)