[BACK]Return to plus.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/plus.html between version 1.102 and 1.103

version 1.102, 1997/08/24 16:54:11 version 1.103, 1997/08/24 17:09:03
Line 626 
Line 626 
 <li>Changed realloc(foo,0) semantics to be like malloc(0), not free(foo).  <li>Changed realloc(foo,0) semantics to be like malloc(0), not free(foo).
 <li>Fixed a bug in cp(1) when the -r option is used and the source dir  <li>Fixed a bug in cp(1) when the -r option is used and the source dir
         ends in a '/'.          ends in a '/'.
   <li>Verbose SCSI warnings are now available and on by default.
   <li>Added basename(3) and dirname(3) for XPG4.  dirname(1) is now trivial.
   <li>XPG4 compatibility for ps(1) format options.
   <li>Buffer overflow fixes in tip(1).
   <li>Fixed err(3)/warn(3) argument usage in the tree.
   <li>shutdown(8) now gets its own session as it deserves.
   <li>Fixed a bug where the kernel could lie about how many file descriptors
           are available and cause a panic.
   <li>ash is gone gone gone.
   <li>The group vector could end up with duplicates esp. with YP.  Now it won't.
   <li>Document a64l(3) and l64a(3).
   <li>basename(1) and dirname(1) no longer give an error for paths starting
           with '-'.
   <li>Don't print duplicate fields in ps(1) when called with silly arguments.
 <p>  <p>
 <h3>Development is rapidly continuing... what a long list -- almost time for  <h3>Development is rapidly continuing... what a long list -- almost time for
 another release?</h3>  another release?</h3>

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103