diff options
| author | Paul Eggert | 2002-05-27 06:51:19 +0000 |
|---|---|---|
| committer | Paul Eggert | 2002-05-27 06:51:19 +0000 |
| commit | b7e67db6db88211057787191aa195cccb9a0b35c (patch) | |
| tree | c1a361b4ac138595a9d504e57bcdc8c2f170bf2c /lib-src | |
| parent | 8108640c1ea15d92a66ec280776b8ef389b06920 (diff) | |
| download | emacs-b7e67db6db88211057787191aa195cccb9a0b35c.tar.gz emacs-b7e67db6db88211057787191aa195cccb9a0b35c.zip | |
Reinstate the following change from 2002-03-22, which was
inadvertently lost on 2002-04-13.
* etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
`sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
the latter usage.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index ddb338b12e9..ba93cac0e40 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2002-05-26 Paul Eggert <eggert@twinsun.com> | ||
| 2 | |||
| 3 | Reinstate the following change from 2002-03-22, which was | ||
| 4 | inadvertently lost on 2002-04-13. | ||
| 5 | |||
| 6 | * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of | ||
| 7 | `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows | ||
| 8 | the latter usage. | ||
| 9 | |||
| 1 | 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il> | 10 | 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 11 | ||
| 3 | * pop.c (socket_connection): Move the code to resolve the POP | 12 | * pop.c (socket_connection): Move the code to resolve the POP |