summaryrefslogtreecommitdiffstats
path: root/Demo/embed
Commit message (Collapse)AuthorAgeFilesLines
* Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,Thomas Wouters2000-07-221-8/+5
| | | | | char**) and return an int even on PC platforms. If not, please fix PC/utils/makesrc.c ;-P
* Add linker flag -export-dynamic so symbols in libpython*.a are exported.Guido van Rossum2000-07-101-1/+2
|
* Adapted for Python 2.0 under RH Linux.Guido van Rossum2000-07-101-5/+6
|
* Call Py_SetProgramName() instead of redefining getprogramname(),Guido van Rossum1999-03-091-11/+3
| | | | reflecting changes in the runtime around 1.5 or earlier.
* Just for fun, add a static module, "xyzzy" -- show that calling itsGuido van Rossum1997-12-251-0/+30
| | | | initxyzzy() works.
* Updated the Makefile to work with the new build strategy.Guido van Rossum1997-07-191-19/+18
|
* adapted to new naming; clarify comments somewhatGuido van Rossum1995-03-283-12/+14
|
* initial checkinGuido van Rossum1994-10-083-0/+100