1. 26 Eki, 2000 1 kayıt (commit)
  2. 16 Eki, 2000 1 kayıt (commit)
  3. 12 Eki, 2000 1 kayıt (commit)
    • Fred Drake's avatar
      When we know the compiler is GCC, always add the -Wall and · f4670e96
      Fred Drake yazdı
      -Wstrict-prototypes options.  This will make it a lot easier to keep
      warnings under control in the first place in the future.
      
      There is one known warning at this time, caught by the -Wstrict-prototypes
      option.  In Modules/main.c, the declaration of getopt() without parameters
      gets a complaint (rightly) that it is not a proper prototype.  The lack of
      a complete prototype information should be corrected when the right
      portability conditions have been identified.
      
      Approved by the Guido.
      f4670e96
  4. 09 Eki, 2000 4 kayıt (commit)
    • Jeremy Hylton's avatar
      The Usual. · eebb1c6c
      Jeremy Hylton yazdı
      eebb1c6c
    • Fred Drake's avatar
      Remove macro that mentions DL_EXPORT_HEADER; it caused a spurious warning · c9a5cc1a
      Fred Drake yazdı
      from autoheader and is not useful anymore.
      (Approved by Donn Cave.)
      c9a5cc1a
    • Guido van Rossum's avatar
      Checking in three Darwin-specific patches. · 5839e586
      Guido van Rossum yazdı
      Tony Lownds: [ Patch #101816 ] Fixes shared modules on Mac OS X
      
          1. Mac OS X is recognized by the Next-ish host recognition code as
          "Darwin/1.2"
      
          2. When specifying just --with-dyld, modules can compile as shared
      
          3. --with-dyld and --with-next-framework, modules can compile as
          shared
      
          4. --with-suffix=.exe, and Lib/plat-darwin1.2 is being made, the regen
          script invokes python as python.exe
      
          [I had to reformat this patch a bit to make it work.  Please test!]
      
      Dan Wolfe: [ Patch #101823 ] Fix Darwin POSIX Thread redefinition
      
          The patch below fixes the redefinition problem in Darwin with
          _POSIX_THREADS. I'm not sure if this is the correct long term fix but
          for now it fixes the problem and the fix is specific to Darwin.
      
      Dan Wolfe: [ Patch #101824 ] On Darwin, remove unrecognized option
                                   `-OPT:Olimit=0'
      
        After many, many, many compiles, I finally got itchy of this warning
        cluttering up the output... so I scratched (Darwin configs only) and
        it's gone! :-)
      5839e586
    • Fred Drake's avatar
      Donn Cave <donn@oz.net>: · 5790be1a
      Fred Drake yazdı
      Update for BeOS.
      This closes SourceForge patch #101774.
      
      Also fix typo in a comment.
      5790be1a
  5. 07 Eki, 2000 1 kayıt (commit)
  6. 05 Eki, 2000 2 kayıt (commit)
  7. 26 Eyl, 2000 1 kayıt (commit)
  8. 25 Eyl, 2000 1 kayıt (commit)
  9. 24 Eyl, 2000 2 kayıt (commit)
  10. 22 Eyl, 2000 3 kayıt (commit)
  11. 19 Eyl, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Make better use of GNU Pth -- patch by Andy Dustman. · 9e8181b8
      Guido van Rossum yazdı
      I can't test this, so I'm just checking it in with blind faith in Andy.
      I've tested that it doesn't broeak a non-Pth build on Linux.
      
      Changes include:
      
      - There's a --with-pth configure option.
      
      - Instead of _GNU_PTH, we test for HAVE_PTH.
      
      - Better signal handling.
      
      - (The config.h.in file is regenerated in a slightly different order.)
      9e8181b8
  12. 15 Eyl, 2000 1 kayıt (commit)
  13. 14 Eyl, 2000 1 kayıt (commit)
  14. 08 Eyl, 2000 1 kayıt (commit)
  15. 04 Eyl, 2000 1 kayıt (commit)
  16. 01 Eyl, 2000 1 kayıt (commit)
  17. 31 Agu, 2000 3 kayıt (commit)
  18. 30 Agu, 2000 1 kayıt (commit)
  19. 29 Agu, 2000 1 kayıt (commit)
  20. 26 Agu, 2000 1 kayıt (commit)
  21. 25 Agu, 2000 1 kayıt (commit)
  22. 23 Agu, 2000 1 kayıt (commit)
    • Trent Mick's avatar
      This patch partly (some stuff went in already) ports Python to Monterey. · 635f6fb0
      Trent Mick yazdı
      - Fix bug in thread_pthread.h::PyThread_get_thread_ident() where
        sizeof(pthread) < sizeof(long).
      - Add 'configure' for:
      	- SIZEOF_PTHREAD is pthread_t can be included via <pthread.h>
      	- setting Monterey system name
      	- appropriate CC,LINKCC,LDSHARED,OPT, and CCSHARED for Monterey
      - Add section in README for Monterey build
      635f6fb0
  23. 18 Agu, 2000 1 kayıt (commit)
  24. 17 Agu, 2000 1 kayıt (commit)
  25. 10 Agu, 2000 1 kayıt (commit)
  26. 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
  27. 27 Tem, 2000 2 kayıt (commit)
  28. 14 Tem, 2000 1 kayıt (commit)
  29. 13 Tem, 2000 1 kayıt (commit)
  30. 12 Tem, 2000 1 kayıt (commit)