1. 05 Agu, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Cleanup configure.in. Specifically: · 3a58420d
      Thomas Wouters yazdı
      - Don't call both AC_CHECK_FUNCS and AC_REPLACE_FUNC for 'hypot', as the
      latter already does everything the former does (because it's implemented as
      a call to the former.)
      
      - Don't call AC_CHECK_FUNC() without any 'action' clauses or with an action
      clause that just defines HAVE_<function>. Instead, call AC_CHECK_FUNCS,
      which defines 'HAVE_<function>' of itself, possibly with aditional 'action'
      clauses.
      
      No checks are removed by this patch, only moved around, and some duplicates
      are removed.
      3a58420d
  2. 15 Tem, 2000 1 kayıt (commit)
  3. 13 Tem, 2000 1 kayıt (commit)
  4. 09 Tem, 2000 1 kayıt (commit)
  5. 30 Haz, 2000 3 kayıt (commit)
  6. 29 Haz, 2000 2 kayıt (commit)
    • Fred Drake's avatar
      This patch extends PC/config.h and configure.in as appropriate for · a3f6e913
      Fred Drake yazdı
      64-bit readiness (the config values are needed for patches that I will
      be submitting later today. The changes are as follows:
      
      - add SIZEOF_OFF_T #define's to PC/config.h (it was already in configure.in)
      
      - add SIZEOF_TIME_T #define to PC/config.h and configure
      Needed for some buffer overflow checking because sizeof(time_t) is
      different on Win64.
      
      - add SIZEOF_FPOS_T #define
      Needed for the Win64 large file support implementation.
      
      - add SIZEOF_HKEY in PC/config.h only
      Needed for proper Win32 vs. Win64 handling in PC/winreg.c
      
      - #define HAVE_LARGEFILE_SUPPORT for Win64
      
      - typedef long intptr_t; for all Windows except Win64 (which defines it
      itself)
      This is a new ANSI (I think) type that is useful (and used by me) for
      proper handling in msvcrtmodule.c and posixmodule.c
      
      - indent the nested #ifdef's and #defines in PC/config.h
      This is *so* much more readable. There cannot be a compiler
      compatibilty issue here can there? Perl uses indented #defines and it
      compiles with everything.
      a3f6e913
    • Barry Warsaw's avatar
      Thread support is turned on my default now. To disable building · c0d24d8b
      Barry Warsaw yazdı
      threads use --without-threads.  No extra tests of thread/compiler
      combinations have been added.
      
      --with(out)-thread and --with(out)-threads are completely
      interchangeable.
      
      --with-threads still supports the =DIRECTORY option for specifying
      where to find thread libraries.
      c0d24d8b
  7. 18 Haz, 2000 1 kayıt (commit)
  8. 11 May, 2000 1 kayıt (commit)
  9. 08 May, 2000 1 kayıt (commit)
  10. 24 Nis, 2000 1 kayıt (commit)
  11. 10 Mar, 2000 1 kayıt (commit)
  12. 20 Ara, 1999 1 kayıt (commit)
  13. 16 Ara, 1999 1 kayıt (commit)
  14. 14 Ara, 1999 2 kayıt (commit)
  15. 13 Ara, 1999 1 kayıt (commit)
  16. 09 Ara, 1999 1 kayıt (commit)
  17. 16 Kas, 1999 1 kayıt (commit)
  18. 06 Nis, 1999 1 kayıt (commit)
  19. 22 Mar, 1999 1 kayıt (commit)
  20. 23 Şub, 1999 1 kayıt (commit)
  21. 27 Ock, 1999 1 kayıt (commit)
  22. 12 Ock, 1999 1 kayıt (commit)
  23. 07 Ock, 1999 1 kayıt (commit)
  24. 02 Eki, 1998 1 kayıt (commit)
  25. 04 Agu, 1998 1 kayıt (commit)
  26. 11 Haz, 1998 1 kayıt (commit)
  27. 07 May, 1998 1 kayıt (commit)
  28. 10 Nis, 1998 1 kayıt (commit)
  29. 06 Mar, 1998 1 kayıt (commit)
  30. 18 Ara, 1997 1 kayıt (commit)
    • 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
  31. 08 Eki, 1997 1 kayıt (commit)
  32. 22 Agu, 1997 1 kayıt (commit)
  33. 05 Agu, 1997 1 kayıt (commit)
  34. 10 Tem, 1997 1 kayıt (commit)
  35. 22 May, 1997 1 kayıt (commit)
  36. 09 May, 1997 1 kayıt (commit)