Guido van Rossum
a8acf72afa
Need to double the macro brackets in FreeBSD check.
...
(My fault, not Dom's -- he submitted a correct patch to configure.)
1999-04-27 22:06:08 +00:00
Guido van Rossum
eeb63fd6c2
FreeBSD/[34]* change, Dom Mitchell.
1999-04-21 17:03:13 +00:00
Guido van Rossum
96f2eb93e3
The usual
1999-04-10 16:02:18 +00:00
Guido van Rossum
8137680704
For BeOS PowerPC. Chris Herborth.
1999-04-06 15:50:51 +00:00
Guido van Rossum
6b9da45969
Chris Herborth: the new compiler in R4.1 needs some new options to work...
1999-03-24 17:48:12 +00:00
Guido van Rossum
8db7d8bf6b
Ack! It never defined HAVE_GETHOSTBYNAME_R so that code was never tested!
1999-03-23 16:40:33 +00:00
Guido van Rossum
a96f0ba7cc
Add code to test for all sorts of gethostbyname_r variants,
...
donated by David Arnold.
1999-03-22 21:49:51 +00:00
Guido van Rossum
79e8f1b773
# the usual
1999-02-23 18:07:51 +00:00
Guido van Rossum
54ecc3d24f
Patches by William Lewis for Nextstep descendants.
1999-01-27 17:53:11 +00:00
Guido van Rossum
7a5f420e67
Chris Herborth's first pass at making config and install
...
for BeOS better.
1999-01-12 20:30:23 +00:00
Guido van Rossum
e6c2cf1c3d
Now using autoconf 2.13
1999-01-08 21:08:33 +00:00
Guido van Rossum
df69365f5f
Ty Sarna writes:
...
The following patches (relative to 1.5.2b1) enable Python dynamic
loading to work on NetBSD platforms that use ELF (presnetly mips and
alpha systems). They automaticly determine wether the system is ELF or
a.out rather than using astatic list of platforms so that when other
NetBSD platforms move to ELF, python will continue to work without
change.
1999-01-07 21:50:41 +00:00
Guido van Rossum
f98e2a787e
Changes for long file support by Steve Clift.
1999-01-06 18:53:34 +00:00
Guido van Rossum
ea5163261e
The usual
1998-12-17 18:08:55 +00:00
Guido van Rossum
dd997f79b4
Add test for BSDI -- by Nigel Head and otto@mail.olympus.net.
1998-10-07 19:58:26 +00:00
Guido van Rossum
ad678af89b
The usual
1998-10-02 14:42:15 +00:00
Guido van Rossum
ec95c7bd2b
Changes for BeOS, QNX and long long, by Chris Herborth.
1998-08-04 17:59:56 +00:00
Guido van Rossum
6b3d77e6a9
Guess what...
1998-07-07 21:11:02 +00:00
Guido van Rossum
08d6be4871
Add timegm to list of functions tested, for Marc-Andre L.
1998-06-11 15:19:05 +00:00
Guido van Rossum
b93a86297d
support hpux pthreads
1998-05-07 13:27:32 +00:00
Guido van Rossum
ee21f418b0
Remove bogus CCSHARED for cc on IRIX 6.x.
1998-04-20 18:51:54 +00:00
Guido van Rossum
1f74016735
Support for OpenBSD :-(
1998-04-13 15:27:21 +00:00
Guido van Rossum
70c7f48b9b
Get rid of the check for -linet -- recent Sequent Dynix systems don't
...
need this any more and apparently it screws up their configuration.
1998-03-26 18:44:10 +00:00
Guido van Rossum
1809975a29
Added mktime to checked functions
1998-03-06 17:14:34 +00:00
Guido van Rossum
56896dd5bb
Setting LINKFORSHARED for IRIX was a mistake.
1998-03-05 16:59:36 +00:00
Guido van Rossum
2b5ca00305
Some changes because gcc on SGI doesn't support '-all'
1998-03-05 15:41:09 +00:00
Guido van Rossum
69f65801ab
Misc changes for AIX: install the python.exp file, and properly use $(srcdir).
1998-03-03 21:47:00 +00:00
Guido van Rossum
357428567c
Different way to suppores the DGUX rule
1998-02-19 21:32:40 +00:00
Guido van Rossum
8f006272fe
Some shifting around of the DGUX hack so that it won't break on DEC Unix
...
where Make doesn't know that '#' as a command is a comment.
1998-01-13 19:03:09 +00:00
Guido van Rossum
3c4bb802d0
Patch by Brian Gallew for DG/UX. I'm not quite sure what it does but
...
it seems harmless for other platforms. It plays tricks with the name
of the library used to link with. Apparently DG/UX really wants a
shared library to link with if it wants shared modules to use symbols
from the library. I'm not sure why this wasn't an issue with 1.4;
DG/UX seems to be the only platform where moving to a single library
made things harder!
BTW This adds a target to create libpython$(VERSION).so; however this
target is *only* for DG/UX.
1997-12-18 23:55:32 +00:00
Guido van Rossum
8f4ceb168c
Two unrelated changes:
...
- 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.
1997-12-18 23:42:19 +00:00
Guido van Rossum
009f78754d
When --with-thread(s) is specified, the thread module is now automatically
...
enabled. This is done through a substitution in Modules/Setup.thread(.in).
Bill Janssen will be happy. The original idea was by Lele Gaifax (though
I changed the implementation to use a separate file).
1997-12-04 00:51:42 +00:00
Guido van Rossum
4954595036
Changes for FreeBSD and NetBSD: NetBSD does shared libs just like FreeBSD
...
(big surprise), and FreeBSD has pthread support in -lc_r -- maybe NetBSD
has too.
1997-12-02 19:28:29 +00:00
Guido van Rossum
2d9feeddf3
Change the option used on Linux to export all symbols
...
from the main program to shared libraries. On mklinux, the old
'-rdynamic' doesn't work; the new '-Xlinker -export-dynamic' works
both there and on Intel Linux platforms.
1997-11-24 17:36:21 +00:00
Guido van Rossum
2efa34ba9b
Daniel Larsson discovered another cut-n-paste bug in the Olimit story...
1997-10-23 17:43:11 +00:00
Guido van Rossum
304dd2defb
Switch around OPT assignments in Don Beaudry's patch for Olimit (his
...
code had the assignments switched around).
Also rename sharedmodules to lib-dynload.
1997-10-20 23:10:56 +00:00
Guido van Rossum
91922677ea
Don Beaudry's changes to support SGI_ABI on Irix 6.x.
1997-10-09 20:24:13 +00:00
Guido van Rossum
9601315140
Add checks for setlocale() and <locale.h>
1997-10-08 22:47:52 +00:00
Guido van Rossum
b97ef1768f
Remove plat- prefix from MACHDEP macro;
...
instead it is added to MACHDEPPATH in Modules/Setup.in
1997-09-28 05:44:03 +00:00
Guido van Rossum
bbd6152fec
Prefix MACHDEP directory with 'plat-'.
1997-09-08 01:56:35 +00:00
Guido van Rossum
45140f97a6
Subtle changes to the AIX shared library things to make them work
...
when building outside the source directory. Courtesy Donn Cave.
1997-08-29 18:44:06 +00:00
Guido van Rossum
1171ee6aaf
Added configuration tests for presence of alarm(), pause(), and getpwent()
1997-08-22 20:42:00 +00:00
Guido van Rossum
24b1e75c1f
the usual
1997-08-21 02:29:16 +00:00
Guido van Rossum
25f93036bb
Moved inclusion of PURIFY in LINKCC to configure
1997-08-18 16:00:04 +00:00
Guido van Rossum
0393e18b18
Fix LINKCC for AIX
1997-08-18 14:12:12 +00:00
Guido van Rossum
749af7c1c8
the usual
1997-08-16 14:35:52 +00:00
Guido van Rossum
76c5fe2d06
The usual
1997-08-14 19:45:07 +00:00
Guido van Rossum
b06df27843
--with-readline is obsolete (and some editorial stuff in README)
1997-08-05 21:50:20 +00:00
Guido van Rossum
1fd74a713d
The usual
1997-07-19 19:36:02 +00:00
Guido van Rossum
edca74a627
The usual
1997-07-18 23:29:40 +00:00