An error occurred fetching the project authors.
  1. 03 Sep, 2018 2 commits
    • Robert Schmidt's avatar
      fix: avoid AssertFatal() in load_module_shlib() · 1e9f3235
      Robert Schmidt authored
      don't fail in library utility function, return with error code instead and let
      application decide what is best on how to proceed
      1e9f3235
    • Robert Schmidt's avatar
      improve load_module_shlib() · d24e17f0
      Robert Schmidt authored
      * check whether a library has been loaded before; in this case, don't allocate
        new memory but load from old library again
      * vital parameters, previous exit_fun are checked by AssertFatal()
      * structure has changed a bit to make it easier to follow (instead of nested
        ifs includes one goto to the end of the function)
      * formatting has been improved
      d24e17f0
  2. 24 Aug, 2018 2 commits
  3. 09 Apr, 2018 1 commit
  4. 09 Mar, 2018 1 commit
  5. 08 Mar, 2018 2 commits
  6. 06 Oct, 2017 1 commit
  7. 29 Sep, 2017 1 commit