From: Jim Meyering Date: Thu, 25 Sep 1997 12:59:56 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_22c~332 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=dd3edcb414fc0ae2ff6036c8abec09177434c949;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 4619bea87a..4294862012 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,12 @@ +1997-09-25 Jim Meyering + + * src/echo.c: Make echo conform to POSIX. By default, don't + interpret backslash escape sequences. + [V9_DEFAULT]: Don't #define. + (usage): Document -e option. + (main): Recognize options iff POSIXLY_CORRECT is not set. + From Bruno Haible. + 1997-09-19 Jim Meyering * lib/getusershell.c (IN_CTYPE_DOMAIN): Define.