• Show log

    Commit

  • Hash : 3da58b47
    Author : Misa
    Date : 2021-02-13T15:11:40

    Fix errors with fallback impls of SDL_isxdigit() and SDL_ispunct()
    
    SDL_isxdigit() should only accept A-Fa-f, not A-Za-z (it shouldn't use
    SDL_isalpha()).
    
    SDL_ispunct() shouldn't accept spaces (it should use SDL_isgraph()
    instead).
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w thodg_l www_kmx_io thodg
    Tags