home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / shellutils-1.9.4-src.lha / src / amiga / shellutils-1.9.4 / NEWS < prev    next >
Encoding:
Text File  |  1994-02-15  |  3.1 KB  |  67 lines

  1. User visible changes in release 1.9.3
  2. * `stty -a -g' gets a diagnostic
  3. * `stty {-a|-g} any-other-argument' gets a diagnostic
  4. * stty no longer ignores some of its arguments
  5. * basename and dirname no longer treat `--' specially
  6. * `basename -- file.c .c' generates a usage error.  Before, it output `file'.
  7. * `basename file-dist -dist' outputs `file'.  Before it output `file-dist'.
  8. * stty defaults `swtch' to undefined for Solaris so `susp' (^Z) will work.
  9.   Before, with the default settings ^Z did nothing.
  10. * stty no longer gives an error message when it finds a spurious difference
  11.   (due to buggy tcgetattr/tcsetattr) between requested and current tty
  12.   modes under SunOS 4.1.x.
  13. * stty no longer fails if the ioctl to determine the display width fails
  14.   when displaying settings.
  15. * stty works around SunOS 4.x kernel bug that made `stty rows 0 cols 0' fail.
  16. * who and tee no longer fail gratuitously when continued after an
  17.   interrupted read or write system call.
  18. * date accepts new format: %s time in seconds since 00:00:00 1/1/1971
  19. * date -d can parse dates like `11-JUL-1991'
  20. * expr '' == 0 works (before, it printed 1)
  21. * stty no longer fails on telnet sessions to Solaris systems
  22. * `cd /etc; who utmp' now works.  Before, any filename argument had to be
  23.   absolute or relative to /dev.
  24.  
  25. User visible changes in release 1.9.2:
  26. * who output is better formatted on Solaris and other SysVr4 systems
  27. * fix a minor problem in formatting the output from `stty -a'
  28. * yes with arguments outputs newlines again
  29. * partial stty failures are reported
  30.  
  31. Major changes in release 1.9.1:
  32. * stty can be built on Suns again
  33. * minor fix for who -q
  34.  
  35. Major changes in release 1.9:
  36. * su fails gracefully when getpass is unable to open /dev/tty.
  37. * printenv and tty detect and report write errors
  38. * fix bug in stty
  39. * stty accepts the new options status and flush on systems that provide them
  40. * `expr 1 / 0' gives an error message rather than trying to divide by zero
  41. * expr's `substr' doesn't overrun malloc'd buffer
  42. * expr recognizes the string `0' as zero
  43. * better support for Linux, Dec Alpha, and SGI Irix
  44. * all programs (even true and false) accept --version and --help options
  45. * uname's --version option is no longer equivalent to its -v option
  46. * configure uses config.h, so DEFS won't exceed preprocessor limits of
  47.   some compilers on the number of symbols defined via -D.
  48. * work around problem where $(srcdir)/config.h was used instead of
  49.   ../config.h -- this happened only when building in a subdirectory
  50.   and when config.h remained in $(srcdir) from a previous ./configure.
  51. * make may be run from the subdirectories
  52.  
  53. Major changes in release 1.8:
  54. * add echo command
  55. * fix some incorrect warnings in pathchk
  56. * look at the right utmp file on 386BSD
  57. * date doesn't dump core on some systems now
  58.  
  59. Major changes in release 1.7:
  60. * add su, who, true, false commands
  61. * add more tests to expr
  62. * fix printf program handling of \ escapes
  63. * printf can re-use format string for multiple groups of arguments
  64. * printf catches numeric conversion errors with an ANSI C library
  65. * stty nl and -nl were backwards
  66. * date can format an arbitrary date without setting it
  67.