1. 304dd2d Switch around OPT assignments in Don Beaudry's patch for Olimit (his by Guido van Rossum · 27 years ago
  2. 9192267 Don Beaudry's changes to support SGI_ABI on Irix 6.x. by Guido van Rossum · 27 years ago
  3. 9601315 Add checks for setlocale() and <locale.h> by Guido van Rossum · 27 years ago
  4. b97ef17 Remove plat- prefix from MACHDEP macro; by Guido van Rossum · 27 years ago
  5. bbd6152 Prefix MACHDEP directory with 'plat-'. by Guido van Rossum · 27 years ago
  6. 45140f9 Subtle changes to the AIX shared library things to make them work by Guido van Rossum · 27 years ago
  7. 1171ee6 Added configuration tests for presence of alarm(), pause(), and getpwent() by Guido van Rossum · 27 years ago
  8. 8456161 Richard Jones: I think we can be confident in using 'CC="-Aa by Guido van Rossum · 27 years ago
  9. 25f9303 Moved inclusion of PURIFY in LINKCC to configure by Guido van Rossum · 27 years ago
  10. 0393e18 Fix LINKCC for AIX by Guido van Rossum · 27 years ago
  11. 79c970c typo in next config by Guido van Rossum · 27 years ago
  12. fb84255 New version of Vladimir Marangozov's AIX hacks -- simpler etc. by Guido van Rossum · 27 years ago
  13. 3c7c678 Got rid of --with-readline, at last. by Guido van Rossum · 27 years ago
  14. 642b678 Set $VERSION here (fixed to 1.5). Remove some unneeded AC_SUBST() calls. by Guido van Rossum · 27 years ago
  15. b5875b6 Set OPT to -g -O2 (or -O2 when -g not supported) when using gcc. by Guido van Rossum · 27 years ago
  16. ad71370 Added check whether malloc(0) returns NULL or not. by Guido van Rossum · 27 years ago
  17. 7f059ad Use TRY_RUN, not TRY_COMPILE, to test for -Olimit (on Solaris, by Guido van Rossum · 27 years ago
  18. 6400c26 DG/UX specific test for threads. by Guido van Rossum · 27 years ago
  19. 93cfa95 Add kill, execv, fork to tested functions. by Guido van Rossum · 27 years ago
  20. 201afe5 Add -Olimit 1500 to OPT if CC supports it. by Guido van Rossum · 27 years ago
  21. c5d14a6 Added $(srcdir)/ prefix to python.exp for AIX. No idea if this actually works... by Guido van Rossum · 27 years ago
  22. 9327422 Added --with-fpectl. Change checks for -lm, -lc. by Guido van Rossum · 27 years ago
  23. 9b71273 Get rid of the "-n32" options for SGI IRIX 6.x. Instead, substitute by Guido van Rossum · 27 years ago
  24. 6100aaf Added test for pthread.h. by Guido van Rossum · 27 years ago
  25. bcd91e0 Fix typo (missing $ in ) by Guido van Rossum · 27 years ago
  26. 54d93d4 Add --with-dec-threads, for DEL Alpha, which requires -threads as the by Guido van Rossum · 27 years ago
  27. f78abae Let --with-threads be an alias for --with-thread. by Guido van Rossum · 27 years ago
  28. 8c4ed9a Rewritten the readline test, hopefully it's okay now. by Guido van Rossum · 28 years ago
  29. ce45851 Added -lld to AIX LINKFORSHARED. Monty Stein. by Guido van Rossum · 28 years ago
  30. 5dab3d8 Test for sys/file.h. by Guido van Rossum · 28 years ago
  31. 2bb4f55 Shortened some lines by Guido van Rossum · 28 years ago
  32. 4b6b579 Changes for NeXT by Lele by Guido van Rossum · 28 years ago
  33. 6f2260e Fixed nextstep buglet; check for libreadline w/o libterm* by Guido van Rossum · 28 years ago
  34. 3f13e48 More thorough test for working <stdarg.h>. by Guido van Rossum · 28 years ago
  35. f2f7eb3 Added checks for strdup and changed checks for hypot. by Guido van Rossum · 28 years ago
  36. 300fda7 Several refinements: by Guido van Rossum · 28 years ago
  37. 9caf77a Put definition of _REENTRANT in config.h by Guido van Rossum · 28 years ago
  38. 8a2574e Changes for AIX; also remove all references to _REENTRANT. by Guido van Rossum · 28 years ago
  39. c5a3903 Three changes: by Guido van Rossum · 28 years ago
  40. b418f89 Changes for NeXT. Some improvements to long lines. by Guido van Rossum · 28 years ago
  41. dde4317 Added putenv to AC_CHECK_FUNCS list. by Guido van Rossum · 28 years ago
  42. 81652ab Use gcc, not gcc-elf on Linux by Guido van Rossum · 28 years ago
  43. 22b6db6 added plock by Guido van Rossum · 28 years ago
  44. a2ef383 Split some long lines (headers, functions). by Guido van Rossum · 28 years ago
  45. 68242b5 Some more header files and symbols. by Guido van Rossum · 28 years ago
  46. 2242fd1 fix several bugs in tr argument lists by Guido van Rossum · 29 years ago
  47. 55a214e on osf/1, never use gcc; added test for strftime() by Guido van Rossum · 29 years ago
  48. 45ee2ea improve ac_sys_system/release, add ac_syts_cpu by Guido van Rossum · 29 years ago
  49. b65a48e linux elf shlib; sys/wait.h; don't add -posix for NeXT by Guido van Rossum · 29 years ago
  50. 03ad99f added test for CC value not matching cache by Guido van Rossum · 29 years ago
  51. af07a44 the usual by Guido van Rossum · 29 years ago
  52. 71001e4 add OSF/1 LDSHARED; add IRIX5 conditional for sockets by Guido van Rossum · 29 years ago
  53. 5739e7e modernize all tests to use cache and report outcome by Guido van Rossum · 29 years ago
  54. 7d47329 add INSTALL_PROGRAM and INSTALL_DATA; check for getopt by Guido van Rossum · 29 years ago
  55. f618d2c hopefully final changes for Sequent -linet by Guido van Rossum · 29 years ago
  56. 17ac14d try to improve svr4 socket library inquiries by Guido van Rossum · 29 years ago
  57. af5b83e README: changed URL format to <URL:...>; added section on Tk. by Guido van Rossum · 29 years ago
  58. 76be6ed The usual changes when a release is nearing... by Guido van Rossum · 29 years ago
  59. 5dee5e7 bugfix release by Guido van Rossum · 30 years ago
  60. 47f7c71 Removed erroneous +. by Sjoerd Mullender · 30 years ago
  61. 2bcafeb test for presence of stddef.h by Guido van Rossum · 30 years ago
  62. dabb11b add test for volatile by Guido van Rossum · 30 years ago
  63. e1f17b5 Only require autoconf 1.8 by Guido van Rossum · 30 years ago
  64. ac405f6 Shared library support by Guido van Rossum · 30 years ago
  65. 4e8af44 Simplify value of INSTALL (always 'cp'). by Guido van Rossum · 30 years ago
  66. a0e9a77 * configure.in, Makefile.in: remove the AC_PREFIX() call -- it's by Guido van Rossum · 30 years ago
  67. 433c8ad Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  68. 6085e32 Alpha 1.0.0 by Guido van Rossum · 31 years ago
  69. 627b2d7 New files by Guido van Rossum · 31 years ago