Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/11/1997 10:00:02
lukem
Sat Jan 11 01:57:10 PST 1997
Update of /cvsroot/src/lib/libedit
In directory netbsd1:/home/lukem/junk/libedit

Modified Files:
	editrc.5 parse.c 
Log Message:
* document ^char and \ escape sequences
* when parsing ^char control chars, check the correct char when determining
  validity (previously, ^char was a NOP interpreted as the literal string
  because of this bug)