Mercurial > emacs
diff lib-src/ChangeLog @ 44115:aba9fabe137a
* etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
`sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
the latter usage.
| author | Paul Eggert <eggert@twinsun.com> |
|---|---|
| date | Sat, 23 Mar 2002 06:49:12 +0000 |
| parents | 30ac1705a166 |
| children | 4f1eb2b2af6e |
line wrap: on
line diff
--- a/lib-src/ChangeLog Sat Mar 23 06:48:31 2002 +0000 +++ b/lib-src/ChangeLog Sat Mar 23 06:49:12 2002 +0000 @@ -1,3 +1,9 @@ +2002-03-22 Paul Eggert <eggert@twinsun.com> + + * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of + `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows + the latter usage. + 2002-03-12 Francesco Potorti` <pot@gnu.org> * etags.c (Python_functions): Skip spaces at beginning of lines.
