diff options
author | Guido van Rossum <guido@python.org> | 1994-01-13 16:16:30 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-01-13 16:16:30 (GMT) |
commit | 8f0d15c637b28bb435079c06e273742f496a84bc (patch) | |
tree | 8dc776b73ec7ae2162a6403fe98bddcfa368bb6e /ChangeLog | |
parent | 7590193909e449bbfad6a36f489db1f739c75ce5 (diff) | |
download | cpython-8f0d15c637b28bb435079c06e273742f496a84bc.zip cpython-8f0d15c637b28bb435079c06e273742f496a84bc.tar.gz cpython-8f0d15c637b28bb435079c06e273742f496a84bc.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ Thu Jan 13 16:40:28 1994 Guido van Rossum (guido@voorn.cwi.nl) + * Modules/flmodule.c: make type objects static + + * Modules/almodule.c: make type objects static + * Makefile.in: add rule to build Makefile; add VPATH for that; remove dependency on configure script (you can run 'make autoconf' instead); add Lib/test to path for test target; |