1. 16 May, 2000 4 commits
  2. 15 May, 2000 5 commits
  3. 14 May, 2000 1 commit
  4. 11 May, 2000 1 commit
  5. 08 May, 2000 1 commit
  6. 04 May, 2000 2 commits
  7. 02 May, 2000 6 commits
  8. 01 May, 2000 1 commit
  9. 29 Apr, 2000 1 commit
  10. 27 Apr, 2000 4 commits
  11. 26 Apr, 2000 2 commits
  12. 25 Apr, 2000 1 commit
    • Geoff Thorpe's avatar
      This case in the "dso_unload" handlers should not be reported as an error - · ebbaebf7
      Geoff Thorpe authored
      if a DSO_load(NULL,...) operation fails, it will have to call DSO_free() on
      the DSO structure it created and that will filter through to this "unload"
      call.
      
      If the stack size is "< 1", then the library never actually loaded. To keep
      things clean higher up, I'll treat this as a vacuous case without an error.
      It makes the error stack easier to follow real world cases, and the error
      this ignores was only useful for catching bugs in internal code, not
      mismatched calls from applications (which should be handled in the generic
      DSO layer).
      ebbaebf7
  13. 20 Apr, 2000 2 commits
  14. 19 Apr, 2000 2 commits
    • Geoff Thorpe's avatar
      Thanks to "make update" ... · ffb48878
      Geoff Thorpe authored
      ffb48878
    • Geoff Thorpe's avatar
      This change facilitates name translation for shared libraries. The · b9e63915
      Geoff Thorpe authored
      technique used is far from perfect and alternatives are welcome.
      Basically if the translation flag is set, the string is not too
      long, and there appears to be no path information in the string,
      then it is converted to whatever the standard should be for the
      DSO_METHOD in question, eg;
          blah --> libblah.so   on *nix, and
          blah --> blah.dll     on win32.
      
      This change also introduces the DSO_ctrl() function that is used
      by the name translation stuff.
      b9e63915
  15. 15 Apr, 2000 1 commit
  16. 14 Apr, 2000 2 commits
  17. 12 Apr, 2000 2 commits
  18. 10 Apr, 2000 1 commit
  19. 09 Apr, 2000 1 commit