980104 Version 1.0.1: 1) qel.h created, and fifo.c, lifo.c, and pop.c changed to use it. 2) Bug in aplmatch.c that causes without and indexof to produce incorrect results. 3) Execdyap.c, execdyaq.c, execdyar.c, execdyau.c, and execdyav.c all changed to declare the proper data types for arguments to subroutines. 4) Frombfn.c changed to format zero properly. 5) Powerpx.c changed to use fmod() instead of mod(). 6) Quadname.c changed to eliminate the use of stpcpy(). 7) Circulap.c changed to check for invalid arguments to arccos() and arcsin() functions. 8) Circulax.c changed to check for complex-only function invocations. 9) Acosh.c changed to check for invalid arguments. A) #!/bin/sh lines added at the top of all shell scripts in cap2/bat, along with descriptions and changelogs. B) A primitive cap2/Makefile added. C) cap2/sample/*.txt files changed to hide random numbers, so they'll produce the same answers on all platforms, making the validate process consistent.