home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / pdksh-4.9-src.tgz / tar.out / contrib / pdksh / ChangeLog < prev    next >
Text File  |  1996-10-05  |  2KB  |  46 lines

  1. Mon Sep 30 11:37:21 1996  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
  2.  
  3.     * sh/jobs.c (exchild): Call 'vfork_setup_child()', instead of
  4.     doing it yourself.
  5.  
  6. Sat May  8 15:55:24 1993  Simon J. Gerraty  (sjg@zen.void.oz.au)
  7.  
  8.     * Ported to 386bsd - sh directory only, stc/* not needed.
  9.  
  10. Sat Aug  1 17:11:24 1992  Simon J. Gerraty  (sjg@zen)
  11.  
  12.     * Incorporated massive contribution from Peter Collinson
  13.     Refer to Changes.pc
  14.  
  15.     * Incorporated Emacs-style completion provided by
  16.     Neil.Smithline@eng.sun.com this a bit nicer than the standard ksh
  17.     file completion.
  18.  
  19. Sun May  3 17:50:03 1992  Simon J. Gerraty  (sjg@zen)
  20.  
  21.     * Updated MACHINES.
  22.     * Placed source under CVS.  This should help with processing fixes
  23.     from the field.
  24.  
  25. Sat Apr 25 10:53:20 1992  Simon J. Gerraty  (sjg@zen)
  26.  
  27.     * Getting ready for 4.3 release.  
  28.  
  29. Fri Nov 22 22:24:29 1991  Simon J. Gerraty  (sjg at zen)
  30.  
  31.     * Cleaned up the build process slightly.  Makefiles in ./std tree
  32.     now maintain objects within the libraries rather than simply
  33.     building the .o's and archiving them.  Of course the make(1) used
  34.     must know how to maintain libraries :-)
  35.  
  36.     * Added bug.report as a template for bug reporting.
  37.  
  38.     * Source in ./sh can be built independently of ./std tree if
  39.     desired.  See comments in ./sh/Makefile.
  40.  
  41.     * As originally distributed some of libstdc.a was not used and
  42.     libposix.a was not used at all.  On Sun's this highlighted a bug
  43.     (incompatibility) in the times() call.  Now the ./std/libs are
  44.     used fully, and the supplied times() call functions as expected.
  45.  
  46.