1. 17 Ock, 2001 4 kayıt (commit)
  2. 16 Ock, 2001 1 kayıt (commit)
  3. 15 Ock, 2001 1 kayıt (commit)
  4. 10 Ock, 2001 4 kayıt (commit)
  5. 08 Ock, 2001 1 kayıt (commit)
  6. 05 Ock, 2001 1 kayıt (commit)
  7. 13 Ara, 2000 1 kayıt (commit)
  8. 29 Kas, 2000 1 kayıt (commit)
  9. 08 Kas, 2000 1 kayıt (commit)
  10. 07 Kas, 2000 1 kayıt (commit)
    • Greg Ward's avatar
      Fix for SF bug #117606: · a1c4da24
      Greg Ward yazdı
        - when compiling with GCC on Solaris, use "$(CC) -shared" instead
          of "$(CC) -G" to generate .so files
        - when compiling with GCC on any platform, add "-fPIC" to OPT
          (without this, "$(CC) -shared" dies horribly)
      a1c4da24
  11. 03 Kas, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Move our own getopt() implementation to _PyOS_GetOpt(), and use it · 2cffc7d4
      Thomas Wouters yazdı
      regardless of whether the system getopt() does what we want. This avoids the
      hassle with prototypes and externs, and the check to see if the system
      getopt() does what we want. Prefix optind, optarg and opterr with _PyOS_ to
      avoid name clashes. Add new include file to define the right symbols. Fix
      Demo/pyserv/pyserv.c to include getopt.h itself, instead of relying on
      Python to provide it.
      2cffc7d4
  12. 02 Kas, 2000 1 kayıt (commit)
  13. 30 Eki, 2000 1 kayıt (commit)
  14. 26 Eki, 2000 1 kayıt (commit)
  15. 16 Eki, 2000 1 kayıt (commit)
  16. 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
  17. 09 Eki, 2000 3 kayıt (commit)
    • 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
  18. 07 Eki, 2000 1 kayıt (commit)
  19. 05 Eki, 2000 2 kayıt (commit)
  20. 25 Eyl, 2000 1 kayıt (commit)
  21. 24 Eyl, 2000 2 kayıt (commit)
  22. 22 Eyl, 2000 3 kayıt (commit)
  23. 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
  24. 15 Eyl, 2000 1 kayıt (commit)
  25. 14 Eyl, 2000 1 kayıt (commit)
  26. 08 Eyl, 2000 1 kayıt (commit)
  27. 04 Eyl, 2000 1 kayıt (commit)
  28. 31 Agu, 2000 1 kayıt (commit)