cvs commit: hugs98/src connect.h hugs.c machdep.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Thu, 13 Dec 2001 22:47:31 -0800


sof         2001/12/13 22:47:30 PST

  Modified files:
    src                  connect.h hugs.c machdep.c 
  Log:
  Tidy up the shell / subprocess creation code: shellEsc() now
  takes care of it all. It takes a pair of flags, one which
  control whether to use a straight system() call and a second
  which controls whether the subprocess should be invoked
  synchronously or not.
  
  Revision  Changes    Path
  1.25      +3 -3      hugs98/src/connect.h
  1.55      +3 -3      hugs98/src/hugs.c
  1.34      +83 -73    hugs98/src/machdep.c