diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-04-12 18:32:40 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-04-12 18:32:40 (GMT) |
commit | 565bd04328ff6afd8e176982f12ae7e376db8f34 (patch) | |
tree | edb520b0d49a945ff896d9c0b33af4f921e40309 /ChangeLog | |
parent | b5e4641f4f3a9c8366548fb49dc3178fb5451768 (diff) | |
download | tcl-565bd04328ff6afd8e176982f12ae7e376db8f34.zip tcl-565bd04328ff6afd8e176982f12ae7e376db8f34.tar.gz tcl-565bd04328ff6afd8e176982f12ae7e376db8f34.tar.bz2 |
added definition of NULL to strstr.c for Bug 1175161
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-04-12 Kevin B. Kenny <kennykb@acm.org> + + * compat/strstr.c: Added default definition of NULL to + accommodate building on systems with badly broken headers. + [Bug #1175161] + 2005-04-11 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * tools/tclZIC.tcl: Rewrote to take advantage of more features of |