]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here.
authorGuido van Rossum <guido@python.org>
Fri, 19 Aug 1994 10:51:31 +0000 (10:51 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Aug 1994 10:51:31 +0000 (10:51 +0000)
commitd4d77284408316a68cdc2ab9e8e1d4a06e534938
treef25369ac9cc34663abcfd3be4b08035d8fe72c62
parente89bc75048d0142859379b2b92e77d984fdbef6e
Updates for THINK C 6.0.  Moved the necessary UNIX emulation routines here.
16 files changed:
Mac/Compat/chdir.c [new file with mode: 0644]
Mac/Compat/dirent.h [new file with mode: 0644]
Mac/Compat/getbootvol.c [new file with mode: 0644]
Mac/Compat/getwd.c [new file with mode: 0644]
Mac/Compat/mkdir.c [new file with mode: 0644]
Mac/Compat/opendir.c [new file with mode: 0644]
Mac/Compat/rmdir.c [new file with mode: 0644]
Mac/Compat/sync.c [new file with mode: 0644]
Mac/Include/config.h
Mac/Include/macdefs.h [new file with mode: 0644]
Mac/Modules/config.c
Mac/Modules/macmodule.c
Mac/Python/macgetmtime.c
Mac/Python/macguesstabsize.c
Mac/scripts/crlf.py
Mac/scripts/unshar.py [new file with mode: 0644]