Update of /home/nasal-cvs/nasal/src In directory purr:/tmp/cvs-serv8042/src Modified Files: data.h lib.c Log Message: Add a sort() builtin to replace the soft-coded sort script I had been using. I had a brief moment of insight about how to use qsort() for this, so it's only 30 lines of code or so.