diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-07-06 09:29:36 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-07-06 09:29:36 (GMT) |
commit | 1326660cc755c7a7e5b7c542280e421082bd47ae (patch) | |
tree | 92184c74f0847661ed18e7148aded733f524772a /ChangeLog | |
parent | b238f5b91918301d19821b57eb83c3bf077f2be6 (diff) | |
download | tcl-1326660cc755c7a7e5b7c542280e421082bd47ae.zip tcl-1326660cc755c7a7e5b7c542280e421082bd47ae.tar.gz tcl-1326660cc755c7a7e5b7c542280e421082bd47ae.tar.bz2 |
Added leading zero to file modes passed to [testchmod] to work around
fault in HPUX strtol() which ignores the base parameter [Bug #438808]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-07-06 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * tests/cmdAH.test: Added leading zero to file modes to work + around fault in HPUX strtol() which ignores the base parameter + [Bug #438808] + 2001-07-05 Mo DeJong <mdejong@redhat.com> * win/Makefile.in: Subst DEPARG directly instead |