summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-01-13 16:16:30 (GMT)
committerGuido van Rossum <guido@python.org>1994-01-13 16:16:30 (GMT)
commit8f0d15c637b28bb435079c06e273742f496a84bc (patch)
tree8dc776b73ec7ae2162a6403fe98bddcfa368bb6e /ChangeLog
parent7590193909e449bbfad6a36f489db1f739c75ce5 (diff)
downloadcpython-8f0d15c637b28bb435079c06e273742f496a84bc.zip
cpython-8f0d15c637b28bb435079c06e273742f496a84bc.tar.gz
cpython-8f0d15c637b28bb435079c06e273742f496a84bc.tar.bz2
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71e805f..efbaff7 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;