Skip to content
Snippets Groups Projects
  1. Sep 03, 2018
    • 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. Aug 24, 2018
  3. Apr 09, 2018
  4. Mar 09, 2018
  5. Mar 08, 2018
  6. Oct 06, 2017
  7. Sep 29, 2017
Loading