home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / textutils-1.19-src.tgz / tar.out / fsf / textutils / NEWS < prev    next >
Text File  |  1996-09-28  |  7KB  |  155 lines

  1. Changes in release 1.19
  2. * md5sum can verify digests of files with names containing newline characters
  3. * update from gettext-0.10.20.
  4.  
  5. Changes in release 1.18
  6. * when building sort, link with -lm on systems that use the replacement strtod
  7. * update from gettext-0.10.17.
  8.  
  9. Changes in release 1.17
  10. * include texinfo.tex in the distribution
  11.  
  12. Changes in release 1.16
  13. * sort is compatible with Unix sort when a key-end spec refers to the N'th
  14.   character in a field that has fewer than N characters
  15. * tail with old-style options like -20k and +31m operates on units of bytes,
  16.   as the --help usage message says.  Before, it used units of lines.
  17.  
  18. Changes in release 1.15
  19. * od gives better diagnostics for invalid format specs
  20. * uses automake-generated Makefile templates
  21. * configure takes a new option: --enable-maintainer-mode
  22. * fix a bug in fmt when prefix has trailing white space
  23. * internationalized diagnostic messages
  24. * fix a couple bugs in tr involving use of -c and/or -d flags -- see ChangeLog
  25. * diagnose some improper or questionable invocations of csplit
  26. * properly handle `echo |csplit - 1 1', rather than aborting
  27. * fix join: without -t it now ignores leading blanks
  28. * sort accepts new option: -z for NUL terminated records
  29. * join accepts new option: --ignore-case, -i
  30. * uniq accepts new option: --ignore-case, -i
  31.  
  32. User-visible changes in release 1.14
  33. * sort -i and sort -d properly order strings containing ignored characters
  34. * nl: rename misleading --first-page=N option to --starting-line-number=N.
  35. * sort diagnoses invalid arguments to -k, then fails
  36. * sort -n properly orders invalid integers with respect to valid integers
  37. * sorting works with character offsets larger than corresponding field width
  38. * sort's -b option and `b' modifier work
  39. * sort -k2,2 works.
  40. * csplit detects integer overflow when converting command line arguments
  41. * sort accepts new option/flag, -g, for sorting numbers in scientific notation
  42. * join accepts POSIX `-o 0' field specifier.
  43. * tr 'a[b*512]' '[a*]' < /dev/null terminates
  44. * tr '[:*3][:digit:]' 'a-m' and tr 'a[=*2][=c=]' 'xyyz' no longer fail
  45. * special characters in tr's string1 and string2 may be escaped with backslash
  46.  
  47. User-visible changes in release 1.13
  48. * md5sum: with --check, distinguish between open/read failure and bad checksum
  49. * md5sum: remove -h, -s, -v short options
  50. * md5sum: rename --verbose to --warn, --quiet to --status
  51. * md5sum --check fails if it finds no properly formatted checksum lines
  52. * sort -c prints `disorder on...' message on standard error, not stdout
  53. * sort -k works as described in the texinfo documentation
  54. * tail works on NetBSD
  55. * md5sum reads and writes (de facto) standard Plumb/Lankester format
  56. * sort accepts -.1 +.2 options for compatibility
  57. * od works properly when dump limit is specified and is a multiple of
  58.   bytes_per_block (set by --width, 16 by default).
  59.  
  60. User-visible changes in release 1.12
  61. * sort no longer reports spurious errors on Ultrix systems
  62. * new program: md5sum
  63. * all --help messages have been improved
  64. * join's -a1 and -a2 options work
  65. * tr '[:upper:]' '[:lower:]' no longer reads uninitialized memory
  66. * sort properly handles command line arguments like `+7.2n'
  67. * fmt properly formats paragraphs not terminated by a newline
  68. * tail -f flushes stdout before sleeping so that it will output partial
  69.   lines sooner
  70. * sort properly orders fields where one field is a proper prefix of the other
  71. * sort properly interprets field offsets specified via the -k option
  72. * dd, od, and tail work on systems for which off_t is long long (e.g. BSD4.4)
  73. * wc is faster when not counting words
  74. * wc now works even when file pointer isn't at beginning of file
  75. * expand no longer seg faults with very long tab lists
  76.  
  77. User-visible changes in release 1.11
  78. * fmt is built
  79.  
  80. User-visible changes in release 1.10
  81. * skeletal texinfo documentation (mainly just the `invoking' nodes)
  82. * new program: fmt
  83. * tail -f on multiple files reports file truncation
  84. * tail -q has been fixed so it never prints headers
  85. * wc -c is much faster when operating on non-regular files
  86. * unexpand gives a diagnostic (rather than a segfault) when given a name of
  87.   a nonexistent file.
  88. * cat, csplit, head, split, sum, tac, tail, tr, and wc no longer fail
  89.   gratuitously when continued after a suspended read or write system call.
  90. * cut interprets -d '' to mean `use the NUL byte as the delimiter' rather
  91.   than reporting that no delimiter was specified and failing.
  92. * `echo a:b:c: | cut -d: -f3,4' prints `c:'.  Before it printed just `c'.
  93. * cut has been rewritten, is markedly faster for large inputs, and passes a
  94.   fairly large test suite.
  95. * sort properly handles the argument to the -T option.
  96.  
  97. Major changes in release 1.9.1:
  98. * cut no longer ignores the last line of input when that line lacks a
  99.   trailing newline character
  100.  
  101. Major changes in release 1.9:
  102. * `echo a:b:c: | cut -d: -f3-' prints `c:' and
  103.   `echo a:b | cut -d: -f1' prints `a'.
  104. * the command `printf '\t\n' |fold -w n' now terminates.
  105.   Before, it wouldn't stop for n less than 8.
  106. * sort accepts and ignores -y[string] options for compatibilty with Solaris.
  107. * cat -v /dev/null works on more systems
  108. * od's --compatible (-C) flag renamed to --traditional (no short option)
  109. * --help and --version exit successfully
  110. * --help gives a one-line description of each option and shows the
  111.   correspondence between short and long-named options.
  112. * fix bug in cut.  Now `echo 'a:b:c:' | cut -d: -f3-' works.
  113.   Before it printed `c' instead of `c:'
  114. * csplit allows repeat counts to be specified via `{*}'.
  115. * csplit accepts a new option, --suffix=format that supercedes the
  116.   --digits option.  The --digits option will continue to work.
  117. * csplit accepts a new option, --elide-empty-files.
  118. * configure uses config.h, so DEFS won't exceed preprocessor limits of
  119.   some compilers on the number of symbols defined via -D.
  120. * work around problem where $(srcdir)/config.h was used instead of
  121.   ../config.h -- this happened only when building in a subdirectory
  122.   and when config.h remained in $(srcdir) from a previous ./configure.
  123.  
  124. Major changes in release 1.8:
  125. * added non-ANSIfied version of memchr.c from GNU libc.
  126.  
  127. Major changes in release 1.7:
  128. * none
  129. Major changes in release 1.6:
  130. * with the --version option programs print the version and exit immediately
  131. * pr -2a really terminates
  132. * pr -n produces multi-column output
  133.  
  134. Major changes in release 1.5:
  135. * sort is 8-bit clean
  136. * sort's -n and -M options no longer imply -b
  137. * several bugs in sort have been fixed
  138. * all programs accept --help and --version options
  139. * od --compatible accepts pre-POSIX arguments
  140. * pr -2a terminates
  141.  
  142. Major changes in release 1.4:
  143. * add od and cksum programs
  144. * move cmp to GNU diff distribution
  145. * tail -f works for multiple files
  146. * pr prints the file name in error messages
  147. * fix some off by 1 errors in pr and fold
  148. * optimize wc -c on regular files
  149. * sort handles `-' argument correctly
  150. * sort supports -T option
  151. * tr ranges like a-a work
  152. * tr x '' fails gracefully
  153. * default sum output format is BSD compatible
  154. * paste -d '' works
  155.