• Show log

    Commit

  • Hash : 0739d237
    Author : Samuel Venable
    Date : 2022-11-27T21:19:41

    [skip ci] Solaris getexecname() returns argv[0]
    
    `argv[0]`/`getexexname()` are not always absolute paths by default and can be modified to anything the developer wants them to be.
    
    Consider using `readSymLink("/proc/self/path/a.out")` instead and `getexecname()` as the fallback, since the symlink will always be the correct absolute path (unless /proc is ot mounted, but it is by default on Solaris and Illumos platforms).
    
    (cherry picked from commit 4f5e9fd5bda0d58c2907f75fa4ea0c92c3a2525f)
    

  • 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
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags