ossp-pkg/shtool/ChangeLog 1.167 -> 1.168
--- ChangeLog 2002/02/02 18:47:29 1.167
+++ ChangeLog 2002/02/23 09:18:03 1.168
@@ -9,7 +9,13 @@
ChangeLog
- Changes between 1.6.0 and 1.6.1 (01-Feb-2002 to xx-Feb-2002):
+ Changes between 1.6.0 and 1.6.1 (01-Feb-2002 to 23-Feb-2002):
+
+ *) Port to POSIX 1003.1-2001 (SUSv3) standard:
+ sh.echo, sh.version: "head -1" -> "sed -e 'q'"
+ sh.path: "sort -u | tail -1" -> "sort -r -u | sed -e q"
+ sh.subst: diff -u1 -> diff -U1
+ [Paul Eggert <eggert@twinsun.com>]
*) Fixed various typos in shtool.pod.
[Ralf S. Engelschall, Liones <liones@myrealbox.com>]
|
|