diff options
author | Damien Miller <djm@mindrot.org> | 2007-10-26 15:35:54 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2007-10-26 15:35:54 +1000 |
commit | da1e4bd3bf039cc81fc2ee3f971a3ad23fa5c51c (patch) | |
tree | 9007f61b3f1448949bc44966712ff6c4b5ce006a /ChangeLog | |
parent | ce0e60ee57a2990e892b4bda98c6d223426ee9a4 (diff) |
- djm@cvs.openbsd.org 2007/10/26 05:30:01
[regress/sftp-glob.sh regress/test-exec.sh]
remove "echo -E" crap that I added in last commit and use printf(1) for
cases where we strictly require echo not to reprocess escape characters.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -73,6 +73,10 @@ | |||
73 | [regress/sftp-cmds.sh regress/sftp-glob.sh regress/test-exec.sh] | 73 | [regress/sftp-cmds.sh regress/sftp-glob.sh regress/test-exec.sh] |
74 | comprehensive tests for sftp escaping its interaction with globbing; | 74 | comprehensive tests for sftp escaping its interaction with globbing; |
75 | ok dtucker@ | 75 | ok dtucker@ |
76 | - djm@cvs.openbsd.org 2007/10/26 05:30:01 | ||
77 | [regress/sftp-glob.sh regress/test-exec.sh] | ||
78 | remove "echo -E" crap that I added in last commit and use printf(1) for | ||
79 | cases where we strictly require echo not to reprocess escape characters. | ||
76 | 80 | ||
77 | 20070927 | 81 | 20070927 |
78 | - (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if | 82 | - (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if |
@@ -3344,4 +3348,4 @@ | |||
3344 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3348 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3345 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3349 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3346 | 3350 | ||
3347 | $Id: ChangeLog,v 1.4776 2007/10/26 04:54:12 djm Exp $ | 3351 | $Id: ChangeLog,v 1.4777 2007/10/26 05:35:54 djm Exp $ |