1. 29 Dec, 1997 11 commits
  2. 28 Dec, 1997 3 commits
  3. 27 Dec, 1997 1 commit
  4. 26 Dec, 1997 1 commit
  5. 25 Dec, 1997 2 commits
  6. 24 Dec, 1997 5 commits
  7. 23 Dec, 1997 6 commits
  8. 22 Dec, 1997 3 commits
  9. 21 Dec, 1997 2 commits
  10. 19 Dec, 1997 5 commits
  11. 18 Dec, 1997 1 commit
    • Guido van Rossum's avatar
      Patch by Brian Gallew for DG/UX. I'm not quite sure what it does but · 3c4bb802
      Guido van Rossum authored
      it seems harmless for other platforms.  It plays tricks with the name
      of the library used to link with.  Apparently DG/UX really wants a
      shared library to link with if it wants shared modules to use symbols
      from the library.  I'm not sure why this wasn't an issue with 1.4;
      DG/UX seems to be the only platform where moving to a single library
      made things harder!
      
      BTW This adds a target to create libpython$(VERSION).so; however this
      target is *only* for DG/UX.
      3c4bb802