Skip to content
Snippets Groups Projects
  1. Nov 10, 2023
  2. Oct 31, 2023
  3. Jun 12, 2023
  4. Jun 01, 2023
  5. Mar 09, 2023
  6. Aug 18, 2022
  7. Feb 21, 2022
  8. Nov 12, 2021
  9. Oct 27, 2021
  10. Jan 07, 2019
    • Cédric Roux's avatar
      fix a lot of file mode · aea6b4b5
      Cédric Roux authored
      For whatever reason most of the files had their permission
      changed from 644 to 755, which is not wanted.
      aea6b4b5
  11. 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
  12. Aug 24, 2018
  13. Apr 09, 2018
  14. Mar 09, 2018
  15. Mar 08, 2018
  16. Oct 16, 2017
  17. Oct 06, 2017
  18. Sep 29, 2017
Loading