- 05 Agu, 2000 1 kayıt (commit)
-
-
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.
-
- 15 Tem, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
posixmodule.
-
- 13 Tem, 2000 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
os.seteuid(), os.setegid(), os.setreuid(), os.setregid().
-
- 09 Tem, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
The actual test for it is only commented out in configure.in, so it can be re-enabled if we ever run across the need for it again.
-
- 30 Haz, 2000 3 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Jeremy Hylton yazdı
update configure files (turn --with-cycle-gc on for beta release?)
-
Guido van Rossum yazdı
autoheader revealed this.
-
- 29 Haz, 2000 2 kayıt (commit)
-
-
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.
-
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.
-
- 18 Haz, 2000 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
the mremap() change I made; did someone modify configure.in previously without recreating these files?
-
- 11 May, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 08 May, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 24 Nis, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Mar, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Some new configuration tests and a new option, --with-wctype-functions.
-
- 20 Ara, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This is part of a set of patches by Greg Stein.
-
- 16 Ara, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Ara, 1999 2 kayıt (commit)
-
-
Fred Drake yazdı
least on Solaris (sometimes it's Unix98, sometimes it conforms to an early draft). Properly generate config.h.in using autoheader instead of editing it manually; thanks, Guido!
-
Fred Drake yazdı
-
- 13 Ara, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
confstr(), and sysconf().
-
- 09 Ara, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 16 Kas, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 06 Nis, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Mar, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 Şub, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
disappears. It wasn't used anywhere anyway...
-
- 27 Ock, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 12 Ock, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
for BeOS better.
-
- 07 Ock, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Eki, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 04 Agu, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Haz, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 May, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
enough platforms).
-
- 10 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 06 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 18 Ara, 1997 1 kayıt (commit)
-
-
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.
-
- 08 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 05 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Tem, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 May, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 May, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-