cvs commit: hugs98/src hugs.c evaluator.c

Sigbjorn Finne sof at glass.cse.ogi.edu
Thu Dec 18 08:21:54 EST 2003


sof         2003/12/18 08:21:54 PST

  Modified files:
    src                  hugs.c evaluator.c 
  Log:
  - hugs.c:shutdownHugs():
      call edit.c:setLastEdit() to free up 'lastEdit' state.
  - evaluator.c:stopEvaluator():
      move the freeing of 'prompt' and 'repeatStr' to here. 'Server' front-ends
      also supports the -p and -r options (but makes no use of them), so
      evaluator.c:stopEvaluator() needs to handle the release these resources
      rather than hugs.c:shutdownHugs().
  
  Revision  Changes    Path
  1.132     +4 -4      hugs98/src/hugs.c
  1.14      +4 -2      hugs98/src/evaluator.c


More information about the Cvs-hugs mailing list