1. 17 5月, 2000 5 次提交
  2. 16 5月, 2000 6 次提交
  3. 14 5月, 2000 1 次提交
  4. 12 5月, 2000 1 次提交
  5. 09 5月, 2000 1 次提交
  6. 05 5月, 2000 1 次提交
  7. 04 5月, 2000 1 次提交
  8. 03 5月, 2000 2 次提交
  9. 02 5月, 2000 5 次提交
  10. 30 4月, 2000 1 次提交
  11. 27 4月, 2000 4 次提交
  12. 26 4月, 2000 2 次提交
  13. 25 4月, 2000 1 次提交
    • G
      This case in the "dso_unload" handlers should not be reported as an error - · ebbaebf7
      Geoff Thorpe 提交于
      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
  14. 20 4月, 2000 4 次提交
  15. 15 4月, 2000 3 次提交
  16. 13 4月, 2000 2 次提交