[Nasal-cvs] cgi.nas driver.nas regex.nas xml.nas

Andy Ross andy at plausible.org
Wed Oct 25 15:48:26 PDT 2006


Update of /home/nasal-cvs/nasal/lib
In directory purr:/tmp/cvs-serv25362

Modified Files:
	cgi.nas driver.nas regex.nas xml.nas 
Log Message:
Add a HTTP cookie parser to the cgi module.  Put a bug comment at the
top of driver.nas to remind me about the file name vs. module name
collision issue.  Use ' instead of ' in xml.nas to work
around a bug with (guess) MSIE -- it doesn't implement that entity.
Finally, regex.nas had some brain damage in the API -- the sub()
family of functions use caller() to inspect the incoming namespace;
you can't abstract them with wrappers.



More information about the nasal-cvs mailing list