cvs commit: hugs98/src/winhugs DlgMain.c Header.h IORemap.c RtfWindow.c

Ross Paterson <[email protected]>
Newsgroups gmane.comp.lang.haskell.cvs.hugs
Message-ID <E1EDP5x-0004WB-QH__35547.0275892459$1126196503$gmane$org@monk.galois.com>
ross        2005/09/08 09:17:49 PDT

  Modified files:
    src/winhugs          DlgMain.c Header.h IORemap.c RtfWindow.c 
  Log:
  from Neil Mitchell: repair interact and getChar for WinHugs.
  
  The implementation in this version is superior to that in the old version
  of WinHugs, including that the stop button now stops immediately (not
  after one char is pressed) and the status bar changes to advise the user
  that input is required.
  
  The approach uses a Content semaphore to pause the calculating thread
  when no input is available. Like all threading code, this is not
  particularly fun to write or easy to understand.
  
  Revision  Changes    Path
  1.10      +15 -3     hugs98/src/winhugs/DlgMain.c
  1.4       +7 -0      hugs98/src/winhugs/Header.h
  1.3       +76 -1     hugs98/src/winhugs/IORemap.c
  1.5       +8 -1      hugs98/src/winhugs/RtfWindow.c
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.