diff options
author | Guido van Rossum <guido@python.org> | 1994-10-20 22:10:23 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-10-20 22:10:23 (GMT) |
commit | 9444ce0b4173a6aef184b6962bdd274d90065779 (patch) | |
tree | 8251ab193875508605ea8c2da3fb70e8f68a5366 /ChangeLog | |
parent | 2bcafeb6453c1b54e55bc4a85951298d4b594bda (diff) | |
download | cpython-9444ce0b4173a6aef184b6962bdd274d90065779.zip cpython-9444ce0b4173a6aef184b6962bdd274d90065779.tar.gz cpython-9444ce0b4173a6aef184b6962bdd274d90065779.tar.bz2 |
the usual
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -1,3 +1,45 @@ +Thu Oct 20 08:31:02 1994 Guido van Rossum <guido@tesla> + + * Modules/makesetup: should use $cc not cc + + * configure.in, configure, config.h.in: test for presence of + stddef.h + + * Include/structmember.h: include <stddef.h> if it exists + +Wed Oct 19 11:45:35 1994 Guido Van Rossum <guido@tesla> + + * Makefile.in: patch by Wolf-D. Ihlenfeld to use BINDIR etc + + * Lib/tkinter/Tkinter.py: added option_{add,clear,get,readfile} to + Misc class + + * Lib/poly.py: fix bug in minus() + + * Modules/Setup.in: clarified optional SGI modules and improved + template for using *noconfig* + + * Doc/Makefile: don't assum '.' is in $PATH + + * Modules/mathmodule.c, Doc/libmath.tex: add hypot() + + * Makefile.in: on libinstall, automatically run sharedinstall in + Modules + + * Modules/Makefile.pre.in: always make sharedmods + + * Modules/makesetup: quote $ in two places + + * configure.in, acconfig.h.in, config.h.in, configure, + Modules/posixmodule.c: separate arg requirements for getpgrp() and + setpgrp() + + * Nt/Python/makefile.nt.mak: added getargs() + +Thu Oct 13 07:51:03 1994 Guido van Rossum <guido@voorn.cwi.nl> + + * README: removed misleading comment about example Setup.* files + ================================= ==> Release 1.1 (11 Oct 1994) <== ================================= |