home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / textutils-1.9-src.lha / src / amiga / textutils-1.9 / NEWS < prev    next >
Text File  |  1993-11-02  |  2KB  |  53 lines

  1. Major changes in release 1.9:
  2. * the command `printf '\t\n' |fold -w n' now terminates.
  3.   Before, it wouldn't stop for n less than 8.
  4. * sort accepts and ignores -y[string] options for compatibilty with Solaris.
  5. * cat -v /dev/null works on more systems
  6. * od's --compatible (-C) flag renamed to --traditional (no short option)
  7. * --help and --version exit successfully
  8. * --help gives a one-line description of each option and shows the
  9.   correspondence between short and long-named options.
  10. * fix bug in cut.  Now `echo 'a:b:c:' | cut -d: -f3-' works.
  11.   Before it printed `c' instead of `c:'
  12. * csplit allows repeat counts to be specified via `{*}'.
  13. * csplit accepts a new option, --suffix=format that supercedes the
  14.   --digits option.  The --digits option will continue to work.
  15. * csplit accepts a new option, --elide-empty-files.
  16. * configure uses config.h, so DEFS won't exceed preprocessor limits of
  17.   some compilers on the number of symbols defined via -D.
  18. * work around problem where $(srcdir)/config.h was used instead of
  19.   ../config.h -- this happened only when building in a subdirectory
  20.   and when config.h remained in $(srcdir) from a previous ./configure.
  21.  
  22. Major changes in release 1.8:
  23. * added non-ANSIfied version of memchr.c from GNU libc.
  24.  
  25. Major changes in release 1.7:
  26. * none
  27. Major changes in release 1.6:
  28. * with the --version option programs print the version and exit immediately
  29. * pr -2a really terminates
  30. * pr -n produces multi-column output
  31.  
  32. Major changes in release 1.5:
  33. * sort is 8-bit clean
  34. * sort's -n and -M options no longer imply -b
  35. * several bugs in sort have been fixed
  36. * all programs accept --help and --version options
  37. * od --compatible accepts pre-POSIX arguments
  38. * pr -2a terminates
  39.  
  40. Major changes in release 1.4:
  41. * add od and cksum programs
  42. * move cmp to GNU diff distribution
  43. * tail -f works for multiple files
  44. * pr prints the file name in error messages
  45. * fix some off by 1 errors in pr and fold
  46. * optimize wc -c on regular files
  47. * sort handles `-' argument correctly
  48. * sort supports -T option
  49. * tr ranges like a-a work
  50. * tr x '' fails gracefully
  51. * default sum output format is BSD compatible
  52. * paste -d '' works
  53.