=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus.html,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- www/plus.html 1997/08/24 16:54:11 1.102 +++ www/plus.html 1997/08/24 17:09:03 1.103 @@ -626,6 +626,20 @@
  • Changed realloc(foo,0) semantics to be like malloc(0), not free(foo).
  • Fixed a bug in cp(1) when the -r option is used and the source dir ends in a '/'. +
  • Verbose SCSI warnings are now available and on by default. +
  • Added basename(3) and dirname(3) for XPG4. dirname(1) is now trivial. +
  • XPG4 compatibility for ps(1) format options. +
  • Buffer overflow fixes in tip(1). +
  • Fixed err(3)/warn(3) argument usage in the tree. +
  • shutdown(8) now gets its own session as it deserves. +
  • Fixed a bug where the kernel could lie about how many file descriptors + are available and cause a panic. +
  • ash is gone gone gone. +
  • The group vector could end up with duplicates esp. with YP. Now it won't. +
  • Document a64l(3) and l64a(3). +
  • basename(1) and dirname(1) no longer give an error for paths starting + with '-'. +
  • Don't print duplicate fields in ps(1) when called with silly arguments.

    Development is rapidly continuing... what a long list -- almost time for another release?

    @@ -639,7 +653,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: plus.html,v 1.102 1997/08/24 16:54:11 millert Exp $ +
    $OpenBSD: plus.html,v 1.103 1997/08/24 17:09:03 millert Exp $