• Show log

    Commit

  • Hash : a8acc2ff
    Author : Adrian Perez de Castro
    Date : 2019-08-05T15:59:20

    Use built-in istr[n]cmp() instead of strcase[n]cmp()
    
    This avoids the problem that MSVC does not provide strcasecmp() nor
    strncasecmp(), and at the same time avoids potential problems due to
    locale configuration by using istrcmp() and istrncmp() which are
    already in the source tree and written to cover only ASCII.
    

  • Properties

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

    keymap handling library for toolkits and window systems

    Users
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags