]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Makefile adapted to changes below.
authorGuido van Rossum <guido@python.org>
Tue, 4 Aug 1992 12:41:02 +0000 (12:41 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Aug 1992 12:41:02 +0000 (12:41 +0000)
commit1984f1e1c6306d4e8073c28d2395638f80ea509b
tree4366039e7665e689aef04549c3e3d73f99bdab32
parent4fbf798f866b10ee50cc91a394d19c0d4b2f79ab
* Makefile adapted to changes below.
* split pythonmain.c in two: most stuff goes to pythonrun.c, in the library.
* new optional built-in threadmodule.c, build upon Sjoerd's thread.{c,h}.
* new module from Sjoerd: mmmodule.c (dynamically loaded).
* new module from Sjoerd: sv (svgen.py, svmodule.c.proto).
* new files thread.{c,h} (from Sjoerd).
* new xxmodule.c (example only).
* myselect.h: bzero -> memset
* select.c: bzero -> memset; removed global variable
Include/pythread.h [new file with mode: 0644]
Include/thread.h [new file with mode: 0644]
Modules/config.c.in
Modules/threadmodule.c [new file with mode: 0644]
Modules/timemodule.c
Modules/xxmodule.c [new file with mode: 0644]
Objects/fileobject.c
Python/ceval.c
Python/pythonmain.c
Python/pythonrun.c [new file with mode: 0644]
Python/thread.c [new file with mode: 0644]