1. 29 Ara, 1997 10 kayıt (commit)
  2. 28 Ara, 1997 3 kayıt (commit)
  3. 27 Ara, 1997 1 kayıt (commit)
  4. 26 Ara, 1997 1 kayıt (commit)
  5. 25 Ara, 1997 2 kayıt (commit)
  6. 24 Ara, 1997 5 kayıt (commit)
  7. 23 Ara, 1997 6 kayıt (commit)
  8. 22 Ara, 1997 3 kayıt (commit)
  9. 21 Ara, 1997 2 kayıt (commit)
  10. 19 Ara, 1997 5 kayıt (commit)
  11. 18 Ara, 1997 2 kayıt (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 yazdı
      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
    • Guido van Rossum's avatar
      Two unrelated changes: · 8f4ceb16
      Guido van Rossum yazdı
      - add test for strptime (not used by the core but needed by Marc Lemburg's
      Date object).
      
      - Test for GNU ld on Solaris; need to add an extra linker option to
      export symbols in that case.
      8f4ceb16