summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-05-09 15:10:49 +0000
committerGuido van Rossum <guido@python.org>1994-05-09 15:10:49 +0000
commitc5832ffdba63a2203be70c9412040215a89fbc97 (patch)
treeea6160ff3337d6ede9c25a8567ff23c77db58fbc /ChangeLog
parente6ef03260cabcf8ae5972ef40e49b44e2ea82978 (diff)
downloadcpython-git-c5832ffdba63a2203be70c9412040215a89fbc97.tar.gz
Changes for posix threads
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f490d1b29..bcd8ab6b53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Mon May 9 10:37:48 1994 Guido van Rossum (guido@voorn.cwi.nl)
+
+ * acconfig.h: added _POSIX_THREADS define
+
+ * configure.in: test for -lpthreads; add directory argument to
+ --with-thread to LIBS as -L option
+
+ * Objects/stringobject.c (formatstring): don't DECREF result of
+ strobject() before using it
+
+ * Doc/libtypes.tex: fix typo in table of list methods; clarify
+ truncation behavior of floating point formatting
+
+ * Doc/ref3.tex: clarify defaults for __repr__, __cmp__ and
+ __str__; correct (some) descriptions of class constructors
+
Fri May 6 11:25:26 1994 Guido van Rossum (guido@voorn.cwi.nl)
* various files: micro changes needed to compile on Mac;