diff options
author | vincentdarley <vincentdarley> | 2003-12-12 16:47:47 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-12-12 16:47:47 (GMT) |
commit | a66b2e3e357d9ae474819710a99a0a12afbf3a79 (patch) | |
tree | a72033fee9946e8fc215643b57a882208212adc3 /ChangeLog | |
parent | fbbfaea5fca1f1d6c39d4d126ffae9d71f4eb8e6 (diff) | |
download | tcl-a66b2e3e357d9ae474819710a99a0a12afbf3a79.zip tcl-a66b2e3e357d9ae474819710a99a0a12afbf3a79.tar.gz tcl-a66b2e3e357d9ae474819710a99a0a12afbf3a79.tar.bz2 |
fix to 'file normalize ~nobody' crash
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-12-12 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tclCmdAH.c: fix to normalization of non-existent user + name ('file normalize ~nobody') [Bug 858937] + 2003-12-09 Donal K. Fellows <donal.k.fellows@man.ac.uk> * unix/tclUnixPort.h: #ifdef'd out declarations of errno which |