1. 10 Sep, 2001 1 commit
  2. 09 Sep, 2001 1 commit
  3. 08 Sep, 2001 1 commit
    • Dr. Stephen Henson's avatar
      · c5220abc
      Dr. Stephen Henson authored
      Replace old (and invalid) copyright notice.
      c5220abc
  4. 07 Sep, 2001 3 commits
  5. 06 Sep, 2001 6 commits
  6. 05 Sep, 2001 16 commits
  7. 04 Sep, 2001 11 commits
  8. 03 Sep, 2001 1 commit
    • Geoff Thorpe's avatar
      This changes the existing hardware ENGINE implementations to dynamically · 2dc5383a
      Geoff Thorpe authored
      declare their own error strings so that they can be more easily compiled as
      external shared-libraries if desired. Also, each implementation has been
      given canonical "dynamic" support at the base of each file and is only
      built if the ENGINE_DYNAMIC_SUPPORT symbol is defined.
      
      Also, use "void" prototypes rather than empty prototypes in engine_int.h.
      
      This does not yet;
        (i) remove error strings when unloading,
       (ii) remove the redundant ENGINE_R_*** codes (though ENGINE_F_*** codes
            have gone), or
      (iii) provide any instructions on how to build shared-library ENGINEs or
            use them.
      
      All are on their way.
      2dc5383a