[38] in Moira Commits
moira commit: 'moira/clients/mrtest mrtest.c'
daemon@ATHENA.MIT.EDU (Dan Winship)
Sun Nov 17 18:15:11 1996
Date: Sun, 17 Nov 1996 18:14:59 -0500
From: Dan Winship <danw@MIT.EDU>
To: moira-commits@MIT.EDU
Update of /afs/athena.mit.edu/astaff/project/moiradev/repository/moira/clients/mrtest
In directory planet-zorp:/afs/athena.mit.edu/astaff/project/moiradev/work/mrtest
Modified Files:
	mrtest.c 
Log Message:
Three bugfixes and a feature
  - blank lines no longer give: Unknown request ""
  - ^C just cancels the current line instead of killing the program
  - \\ is now valid in quoted strings (along with \nnn and \")
  - If you define USE_READLINE and tell it where to find includes
    and libraries, it will build in support for gnu readline. This
    isn't enabled by default, but I'm going to rebuild them with it,
    and it will be easily configurable in the future autoconfiscated
    version of the source tree.