summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-01-03 15:21:29 (GMT)
committerGuido van Rossum <guido@python.org>1994-01-03 15:21:29 (GMT)
commite182fe5342e91f4df06e89fde56b37b92b6c0360 (patch)
tree082c40936536efa4c3ae09a721828734fe352dc6 /ChangeLog
parent61fe8619fb084a6cb3ac699609ad772a801b8195 (diff)
downloadcpython-e182fe5342e91f4df06e89fde56b37b92b6c0360.zip
cpython-e182fe5342e91f4df06e89fde56b37b92b6c0360.tar.gz
cpython-e182fe5342e91f4df06e89fde56b37b92b6c0360.tar.bz2
The usual...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5df268..8371558 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
Mon Jan 3 00:02:24 1994 Guido van Rossum (guido@voorn.cwi.nl)
+ * Modules/rotormodule.c (RTR_e_char, RTR_d_char): avoid warnings
+ by picky compilers about unsigned % signed
+
+ * README: added a section on building it for non-UNIX systems
+
+ * Makefile (configure): call autoheader when calling autoconf
+
+ * Include/config.h.in: now generated by autoheader
+
+ * acconfig.h: new file (input for autoheader)
+
* configure.in: added AC_REVISION call to top
* Modules/flmodule.c (form_setattr): one NULL should be 0