I'm trying to find "historical" versions of the source code to original Awk (a/k/a One True Awk). I found Kernighan's occasionally-updated site, which always seems to link to the latest version, but I haven't yet found a cache of older versions. My mail to Kernighan (a month or so ago) has also not been answered, so I figured I'd broadcast the request to a wider audience.
Per comments on the question, among my assets are now a version dated 2005-04-24 from the Awk Annoyances page and four versions from the 2010–2012 date range courtesy the Wayback Machine, and two versions (2004-02-07 and 2007-05-01) found by doing a web search for awk.tar.gz
.
FWIW, my intention is to flesh out my public git repo of One True Awk with as many versions as I can get ahold of.
Update 2013-04-11: I've now integrated all the versions I found into the abovementioned repo. I'd still love to find more to fill in the gaps, though.