URI: 
       tupdate - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e12fa2a49ba303cee8d302f1911bd55545ada98e
   DIR parent cf10d09666d4625e2efd87029e3370b93bdd2033
  HTML Author: rsc <devnull@localhost>
       Date:   Wed, 21 Apr 2004 23:35:24 +0000
       
       update
       
       Diffstat:
         M CHANGES                             |      33 +++++++++++++++++++++++++++++++
       
       1 file changed, 33 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/CHANGES b/CHANGES
       t@@ -1,4 +1,33 @@
        April 21, 2004
       +
       +        add bc, units, mtime, primes, news
       +
       +        add registers to acid stack traces
       +
       +        add acid man page (forgotten before)
       +
       +        add proper support for long names in archives to mk
       +        change mksyslib, mklib to use mk's magic archive powers
       +
       +        add jpg, map, pr, p.
       +
       +        rename Bwait to E (thanks to rob for the name).
       +
       +        add -m flag to mkdir
       +
       +        fix acid's handling of infinite includes
       +
       +        rename yacc to 9yacc so that we can be sure to find it.
       +
       +        stop malloc'ing in signal handlers.
       +        in fact, stop locking anything.
       +
       +        add rfork(RFNOWAIT) support.  
       +
       +        add libsunrpc.
       +
       +        back out funny graphics in 9term menu.
       +
                import assembler routines for libmp and libsec
                        on x86 from william josephson's tree
        
       t@@ -8,6 +37,10 @@ April 21, 2004
        
                import man9 from william josephson's version of the port
        
       +April 20, 2004
       +
       +        make 9term handle \r kind of.
       +
        April 19, 2004
        
                lots of man page updates.