Code archaeology queries
Code archaeology queries
Posted Jun 22, 2017 20:27 UTC (Thu) by DSpinellis (guest, #116958)In reply to: Code archaeology queries by epa
Parent article: Assembling the history of Unix
Git can provide the answer with git blame, but it takes many hours to run this command on the whole repository. The oldest surviving piece of code in a 2016 version of FreeBSD Unix was probably written by Dennis Ritchie on 1979-01-10 in the file usr/src/libc/gen/timezone.c. You can see the code in Figure 6 in the article A Repository of Unix History and Evolution1 .
Posted Jun 23, 2017 13:45 UTC (Fri)
by nix (subscriber, #2304)
[Link]
Code archaeology queries
