Fred Drake
|
3176b08874
|
Update to use more modern calling conventions; also avoid a magic number
in the function table. Add a docstring for the function as well, since
examples should show good form.
|
2001-11-17 06:30:20 +00:00 |
Guido van Rossum
|
7339f4c72d
|
Fix weird typo caused by ANSIfication (nobody bothered to test it
since! :-( ).
|
2001-01-10 17:09:00 +00:00 |
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
|
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
|
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 |