K 10 svn:author V 3 max K 8 svn:date V 27 1997-01-30T07:12:59.000000Z K 7 svn:log V 318 Better handling of command-line argument: 1. Pass argc and argv to getarg and process them with getopt(). 2. Instead of using an array to save arg characters, use array of pointers and call backgammon/teachgammon with execv, instead of execl. This should fix problems with calling teachgammon. 2.2 candidate. END