diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-07-11 13:01:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-07-11 13:01:30 (GMT) |
commit | 654d69ee7dc6bb0c286f977985f0d43152f11e86 (patch) | |
tree | ac5057d3f4c8afd6359cb1fba7d39b9bd23a9fe7 /ChangeLog | |
parent | 4bc635795e9bf0335e5993887963504e2dd4eba3 (diff) | |
download | tk-654d69ee7dc6bb0c286f977985f0d43152f11e86.zip tk-654d69ee7dc6bb0c286f977985f0d43152f11e86.tar.gz tk-654d69ee7dc6bb0c286f977985f0d43152f11e86.tar.bz2 |
tests/visual_vv.test: Removed some dependence on [exec]ed utilities
generic/tkImgPhoto.c: Allowed photo image buffer allocation to fail more
tests/imgPhoto.test: gracefully in some cicumstances. The remaining ones
require API changes before they can fail nicely.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2002-07-11 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * tests/imgPhoto.test (imgPhoto-15.1): Added test of mem-alloc + failure, but this is non-portable. + * generic/tkImgPhoto.c (ImgPhotoSetSize): Allowed this function to + fail when it can't allocate enough memory. Note that not all the + places that call it can fail nicely without API changes; some + still panic but at least some of the potential failures are now + handled gracefully. + + * tests/visual_bb.test (lpr): Stopped this from relying on + external files; direct piping is much more flexible for this + application. + 2002-07-09 Don Porter <dgp@users.sf.net> * generic/tkTest.c: Removed unused dependence on TclThread_Init() |