Thomas Wouters
|
7889010731
|
Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,
char**) and return an int even on PC platforms. If not, please fix
PC/utils/makesrc.c ;-P
|
2000-07-22 19:25:51 +00:00 |
Guido van Rossum
|
c716684df8
|
Add linker flag -export-dynamic so symbols in libpython*.a are exported.
|
2000-07-10 16:22:12 +00:00 |
Guido van Rossum
|
964f123346
|
Adapted for Python 2.0 under RH Linux.
|
2000-07-10 14:35:12 +00:00 |
Guido van Rossum
|
496bc7f238
|
Call Py_SetProgramName() instead of redefining getprogramname(),
reflecting changes in the runtime around 1.5 or earlier.
|
1999-03-09 17:07:24 +00:00 |
Guido van Rossum
|
81e84c95c5
|
Just for fun, add a static module, "xyzzy" -- show that calling its
initxyzzy() works.
|
1997-12-25 04:51:41 +00:00 |
Guido van Rossum
|
6e614e3d2a
|
Updated the Makefile to work with the new build strategy.
|
1997-07-19 20:58:50 +00:00 |
Guido van Rossum
|
3caad8c291
|
adapted to new naming; clarify comments somewhat
|
1995-03-28 09:22:53 +00:00 |
Guido van Rossum
|
705d517e3f
|
initial checkin
|
1994-10-08 19:30:50 +00:00 |