diff options
author | Guido van Rossum <guido@python.org> | 1994-08-23 13:28:34 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-08-23 13:28:34 (GMT) |
commit | 29e7af07f064431e21958bac29638b21c154208a (patch) | |
tree | c75e82ab1a52adeee2f524ec3478aa8ba7d13135 /Mac/Relnotes-1.2 | |
parent | bd851cd167008e9f374c717b52bf0ba4be3f26c6 (diff) | |
download | cpython-29e7af07f064431e21958bac29638b21c154208a.zip cpython-29e7af07f064431e21958bac29638b21c154208a.tar.gz cpython-29e7af07f064431e21958bac29638b21c154208a.tar.bz2 |
Some more changes
Diffstat (limited to 'Mac/Relnotes-1.2')
-rw-r--r-- | Mac/Relnotes-1.2 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Mac/Relnotes-1.2 b/Mac/Relnotes-1.2 index ce992c3..578ac2b 100644 --- a/Mac/Relnotes-1.2 +++ b/Mac/Relnotes-1.2 @@ -82,13 +82,13 @@ arbitrarily because of the 32000 bytes restriction. - From Mac: all .c files except fopenRF.c [[which shouldn't even be there]]. - - From Parser: acceler.c, grammar1.c, myreadline.c, node.c, + - From Parser: acceler.c, grammar1.c, intrcheck.c, myreadline.c, node.c, parser.c, parsetok.c, tokenizer.c. - From Python: bltinmodule.c, ceval.c, cgensupport.c, compile.c, errors.c, getopt.c, graminit.c, import.c, marshal.c, modsupport.c, mystrtoul.c, pythonmain.c, - pythonrun.c, structmember.c, sysmodule.c, traceback.c + pythonrun.c, sigcheck.c, structmember.c, sysmodule.c, traceback.c (i.e. all .c files except dup2.c, fmod.c, frozenmain.c, getcwd.c, getmtime.c, memmove.c, sigcheck.c, strerror.c, strtod.c, thread.c) @@ -102,9 +102,7 @@ arbitrarily because of the 32000 bytes restriction. macmodule.c in the Mac subdirectory, so it should already have been added in a previous step.) Note that for most modules, the source file is called <name>module.c, but for a few long - module names it is just <module>.c. - If you don't add - signalmodule.c, you must add intrcheck.c from Parser and - sigcheck.c from Python. + module names it is just <module>.c. The following THINK C libraries must be added: from Standard Libraries, ANSI and unix; from Mac Libraries, MacTraps. I put each |