log

age author description
Fri, 02 Jan 2015 00:44:27 -0600 Rob Landley Need to update install.c for the changed OLDTOY() argument list. draft
Thu, 01 Jan 2015 17:37:57 -0600 Rob Landley Tweak status.html draft
Thu, 01 Jan 2015 16:59:35 -0600 Rob Landley Switch a lot of strncpy() calls to xstrncpy(). draft
Thu, 01 Jan 2015 16:49:55 -0600 Rob Landley strncpy(optptr, hname, strlen(hname)) is really just strcpy(). draft
Thu, 01 Jan 2015 16:28:51 -0600 Rob Landley strtol() doesn't return error indicator for overflow, it just sets errno. So add estrtol() (which clears errno first), and xstrtol() (which error_exit()s on overflow). draft
Thu, 01 Jan 2015 16:19:40 -0600 Rob Landley Debris from flag handling rewrite: don't allow -^A to actually trigger. draft
Thu, 01 Jan 2015 10:58:59 -0600 Elliott Hughes typo fixes draft