[Nasal-cvs] iolib.c lib.c unixlib.c

Andy Ross andy at plausible.org
Tue Aug 22 16:45:55 PDT 2006


Update of /home/nasal-cvs/nasal/src
In directory purr:/tmp/cvs-serv13996/src

Modified Files:
	iolib.c lib.c unixlib.c 
Log Message:
Closed ghosts in the io library should no longer be valid io ghosts
for future calls (prevents needing to test for a null handle poininter
in all the sublibrary code).

Check errno in readdir to prevent dying with "success" at the end of a
directory.

Add comment to call() describing a stack trace line number misfeature.

Fix argument order in regex.sub/sub_all.

Remove stray debug code from unix library.



More information about the nasal-cvs mailing list