1. 59903fe Added tests for socklen_t by Guido van Rossum · 24 years ago
  2. 6a6a77c Add Python version bump to configure script. (AMK) by Guido van Rossum · 24 years ago
  3. ef2255b Part of the Unicode checkin for Marc-Andre Lemburg. by Guido van Rossum · 24 years ago
  4. 02a1c40 Pat Knight: by Guido van Rossum · 24 years ago
  5. 9c6ba9b According to Harri Pasanen, the Solaris+gcc test for LINKFORSHARED by Guido van Rossum · 24 years ago
  6. e97ee18 Changes to auto-detect the correct dynload_<platform>.c file. by Guido van Rossum · 25 years ago
  7. 9501219 Patch by Geoff Furnish to make compiling with C++ more gentle. by Guido van Rossum · 25 years ago
  8. f581db1 Remove test for getlogin_r(); the interface is not clearly defined, at by Fred Drake · 25 years ago
  9. 3bb3e57 Added detection of getlogin() and getlogin_r(). by Fred Drake · 25 years ago
  10. 35a092f Added detection for getgroups(), fpathconf(), pathconf(), by Fred Drake · 25 years ago
  11. 89143df Added support for ctermid, tempnam, tmpfile, tmpnam, and tmpnam_r. by Fred Drake · 25 years ago
  12. 0eefa3f Patch by Vladimir Marangozov, inspired by a bug report from Gary by Guido van Rossum · 25 years ago
  13. f5957ea Dynamic linking support for BSD/OS 4.x as suggested by Vivek Khera by Guido van Rossum · 25 years ago
  14. 458e7fa Erik Lindvall contributed a BSD/OS 4 patch for LDSHARED. by Guido van Rossum · 25 years ago
  15. a8acf72 Need to double the macro brackets in FreeBSD check. by Guido van Rossum · 25 years ago
  16. eeb63fd FreeBSD/[34]* change, Dom Mitchell. by Guido van Rossum · 25 years ago
  17. 8bc1dfd Quote a bunch of shell variables used in test, related to long-long. by Guido van Rossum · 25 years ago
  18. 8137680 For BeOS PowerPC. Chris Herborth. by Guido van Rossum · 25 years ago
  19. 6b9da45 Chris Herborth: the new compiler in R4.1 needs some new options to work... by Guido van Rossum · 25 years ago
  20. 8db7d8b Ack! It never defined HAVE_GETHOSTBYNAME_R so that code was never tested! by Guido van Rossum · 25 years ago
  21. a96f0ba Add code to test for all sorts of gethostbyname_r variants, by Guido van Rossum · 25 years ago
  22. caa69fd Should test for gethost*by*name_r, not for gethostname_r (which by Guido van Rossum · 25 years ago
  23. 24f8579 Get rid of AC_CHECK_LIB(m, pow) since this is taken care of later with by Guido van Rossum · 25 years ago
  24. 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 25 years ago
  25. 7a5f420 Chris Herborth's first pass at making config and install for BeOS better. by Guido van Rossum · 25 years ago
  26. df69365 Ty Sarna writes: by Guido van Rossum · 25 years ago
  27. 00f0f6e Changes for long file support by Steve Clift. by Guido van Rossum · 25 years ago
  28. 2666a15 Several tiny changes: by Guido van Rossum · 26 years ago
  29. dd997f7 Add test for BSDI -- by Nigel Head and otto@mail.olympus.net. by Guido van Rossum · 26 years ago
  30. fb4533c Added tweak for SET_CCC (which I don't even know what it is!) for Linux. by Guido van Rossum · 26 years ago
  31. ec95c7b Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  32. f867812 Fix two unrelated problems in the same area: by Guido van Rossum · 26 years ago
  33. 08d6be4 Add timegm to list of functions tested, for Marc-Andre L. by Guido van Rossum · 26 years ago
  34. b93a862 support hpux pthreads by Guido van Rossum · 26 years ago
  35. 2cb5660 Get rid of test for -lsun (very old IRIX); add test for -lm (needed on by Guido van Rossum · 26 years ago
  36. ee21f41 Remove bogus CCSHARED for cc on IRIX 6.x. by Guido van Rossum · 26 years ago
  37. 1f74016 Support for OpenBSD :-( by Guido van Rossum · 26 years ago
  38. 70c7f48 Get rid of the check for -linet -- recent Sequent Dynix systems don't by Guido van Rossum · 26 years ago
  39. 1809975 Added mktime to checked functions by Guido van Rossum · 26 years ago
  40. 56896dd Setting LINKFORSHARED for IRIX was a mistake. by Guido van Rossum · 26 years ago
  41. 2b5ca00 Some changes because gcc on SGI doesn't support '-all' by Guido van Rossum · 26 years ago
  42. 69f6580 Misc changes for AIX: install the python.exp file, and properly use $(srcdir). by Guido van Rossum · 26 years ago
  43. 3574285 Different way to suppores the DGUX rule by Guido van Rossum · 26 years ago
  44. 8f00627 Some shifting around of the DGUX hack so that it won't break on DEC Unix by Guido van Rossum · 26 years ago
  45. 3c4bb80 Patch by Brian Gallew for DG/UX. I'm not quite sure what it does but by Guido van Rossum · 27 years ago
  46. 8f4ceb1 Two unrelated changes: by Guido van Rossum · 27 years ago
  47. 009f787 When --with-thread(s) is specified, the thread module is now automatically by Guido van Rossum · 27 years ago
  48. 4954595 Changes for FreeBSD and NetBSD: NetBSD does shared libs just like FreeBSD by Guido van Rossum · 27 years ago
  49. 2d9feed Change the option used on Linux to export all symbols by Guido van Rossum · 27 years ago
  50. 2efa34b Daniel Larsson discovered another cut-n-paste bug in the Olimit story... by Guido van Rossum · 27 years ago
  51. 304dd2d Switch around OPT assignments in Don Beaudry's patch for Olimit (his by Guido van Rossum · 27 years ago
  52. 9192267 Don Beaudry's changes to support SGI_ABI on Irix 6.x. by Guido van Rossum · 27 years ago
  53. 9601315 Add checks for setlocale() and <locale.h> by Guido van Rossum · 27 years ago
  54. b97ef17 Remove plat- prefix from MACHDEP macro; by Guido van Rossum · 27 years ago
  55. bbd6152 Prefix MACHDEP directory with 'plat-'. by Guido van Rossum · 27 years ago
  56. 45140f9 Subtle changes to the AIX shared library things to make them work by Guido van Rossum · 27 years ago
  57. 1171ee6 Added configuration tests for presence of alarm(), pause(), and getpwent() by Guido van Rossum · 27 years ago
  58. 8456161 Richard Jones: I think we can be confident in using 'CC="-Aa by Guido van Rossum · 27 years ago
  59. 25f9303 Moved inclusion of PURIFY in LINKCC to configure by Guido van Rossum · 27 years ago
  60. 0393e18 Fix LINKCC for AIX by Guido van Rossum · 27 years ago
  61. 79c970c typo in next config by Guido van Rossum · 27 years ago
  62. fb84255 New version of Vladimir Marangozov's AIX hacks -- simpler etc. by Guido van Rossum · 27 years ago
  63. 3c7c678 Got rid of --with-readline, at last. by Guido van Rossum · 27 years ago
  64. 642b678 Set $VERSION here (fixed to 1.5). Remove some unneeded AC_SUBST() calls. by Guido van Rossum · 27 years ago
  65. b5875b6 Set OPT to -g -O2 (or -O2 when -g not supported) when using gcc. by Guido van Rossum · 27 years ago
  66. ad71370 Added check whether malloc(0) returns NULL or not. by Guido van Rossum · 27 years ago
  67. 7f059ad Use TRY_RUN, not TRY_COMPILE, to test for -Olimit (on Solaris, by Guido van Rossum · 27 years ago
  68. 6400c26 DG/UX specific test for threads. by Guido van Rossum · 27 years ago
  69. 93cfa95 Add kill, execv, fork to tested functions. by Guido van Rossum · 27 years ago
  70. 201afe5 Add -Olimit 1500 to OPT if CC supports it. by Guido van Rossum · 27 years ago
  71. c5d14a6 Added $(srcdir)/ prefix to python.exp for AIX. No idea if this actually works... by Guido van Rossum · 27 years ago
  72. 9327422 Added --with-fpectl. Change checks for -lm, -lc. by Guido van Rossum · 27 years ago
  73. 9b71273 Get rid of the "-n32" options for SGI IRIX 6.x. Instead, substitute by Guido van Rossum · 27 years ago
  74. 6100aaf Added test for pthread.h. by Guido van Rossum · 27 years ago
  75. bcd91e0 Fix typo (missing $ in ) by Guido van Rossum · 27 years ago
  76. 54d93d4 Add --with-dec-threads, for DEL Alpha, which requires -threads as the by Guido van Rossum · 27 years ago
  77. f78abae Let --with-threads be an alias for --with-thread. by Guido van Rossum · 27 years ago
  78. 8c4ed9a Rewritten the readline test, hopefully it's okay now. by Guido van Rossum · 28 years ago
  79. ce45851 Added -lld to AIX LINKFORSHARED. Monty Stein. by Guido van Rossum · 28 years ago
  80. 5dab3d8 Test for sys/file.h. by Guido van Rossum · 28 years ago
  81. 2bb4f55 Shortened some lines by Guido van Rossum · 28 years ago
  82. 4b6b579 Changes for NeXT by Lele by Guido van Rossum · 28 years ago
  83. 6f2260e Fixed nextstep buglet; check for libreadline w/o libterm* by Guido van Rossum · 28 years ago
  84. 3f13e48 More thorough test for working <stdarg.h>. by Guido van Rossum · 28 years ago
  85. f2f7eb3 Added checks for strdup and changed checks for hypot. by Guido van Rossum · 28 years ago
  86. 300fda7 Several refinements: by Guido van Rossum · 28 years ago
  87. 9caf77a Put definition of _REENTRANT in config.h by Guido van Rossum · 28 years ago
  88. 8a2574e Changes for AIX; also remove all references to _REENTRANT. by Guido van Rossum · 28 years ago
  89. c5a3903 Three changes: by Guido van Rossum · 28 years ago
  90. b418f89 Changes for NeXT. Some improvements to long lines. by Guido van Rossum · 28 years ago
  91. dde4317 Added putenv to AC_CHECK_FUNCS list. by Guido van Rossum · 28 years ago
  92. 81652ab Use gcc, not gcc-elf on Linux by Guido van Rossum · 28 years ago
  93. 22b6db6 added plock by Guido van Rossum · 28 years ago
  94. a2ef383 Split some long lines (headers, functions). by Guido van Rossum · 28 years ago
  95. 68242b5 Some more header files and symbols. by Guido van Rossum · 28 years ago
  96. 2242fd1 fix several bugs in tr argument lists by Guido van Rossum · 29 years ago
  97. 55a214e on osf/1, never use gcc; added test for strftime() by Guido van Rossum · 29 years ago
  98. 45ee2ea improve ac_sys_system/release, add ac_syts_cpu by Guido van Rossum · 29 years ago
  99. b65a48e linux elf shlib; sys/wait.h; don't add -posix for NeXT by Guido van Rossum · 29 years ago
  100. 03ad99f added test for CC value not matching cache by Guido van Rossum · 29 years ago