diff options
author | Jim Meyering <jim@meyering.net> | 1998-10-04 13:53:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-10-04 13:53:18 +0000 |
commit | 0e2247a55b4104734738d9f3f5c0f6ec7e9379b6 (patch) | |
tree | d7d6dea5ff2ef292cfb86c4686804cffcaffc031 /old | |
parent | 253d68786de4176e4d07101ed0421eeaae619aa8 (diff) | |
download | coreutils-0e2247a55b4104734738d9f3f5c0f6ec7e9379b6.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 9f754799b..27ae44665 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,8 +1,24 @@ 1998-10-03 Jim Meyering <meyering@ascend.com> + * Version 1.22g. + + * man/Makefile.am: Switch to using help2man. + (EXTRA_DIST): Add Makefile.summ. + + * man/help2man: Invoke program with --manhelp option only if + --name=STRING not specified. Otherwise, this would fail with `yes'. + * man/Makefile.summ: New file. + * man/Makefile.maint: Include it. + * man/help2man: New file. + * man/GNUmakefile: New file. + * man/Makefile.maint: New file. + * man/*.x: New files. + * man/*.1: Remove files. + * src/md5sum.c (split_3): Rename local variable, to `escaped_filename'. (main): Output the leading backslash not just when there's a newline in the file name, but also when there's a backslash. + Reported by Jim Dennis. * tests/md5sum/basic-1: Add tests with filenames containing newline and backslash characters. (for the bug fixed above) |