From: Guido van Rossum Date: Thu, 13 Jan 1994 16:16:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v1.0.1~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f0d15c637b28bb435079c06e273742f496a84bc;p=thirdparty%2FPython%2Fcpython.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 71e805fd7ff4..efbaff7c7d7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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;