summaryrefslogtreecommitdiff
path: root/usr.bin/awk/run.c
AgeCommit message (Expand)Author
1997-04-07Back out last changes for now. They cause problems.Todd C. Miller
1997-04-06Use long, not int when casting pointers and storing as integers.Todd C. Miller
1997-01-29calculate string length in format() more efficientlykstailey
1997-01-25reapplied 1.2 -> 1.3 changes to run.c plus many fixeskstailey
1997-01-25back out 1.2 again for testingkstailey
1997-01-24reapplied 1.2 -> 1.3 changes to run.c that got squashedkstailey
1997-01-24Basically stock AT&T resarch awk until the awk vs. flex problemsTodd C. Miller
1997-01-21back out 1.4; I should know better than to do this after a big mealkstailey
1997-01-21optimization: kill two calls to strlen() in format()kstailey
1997-01-21from the FIXES file:kstailey
1997-01-20Latest research awk from June 29, 1996Todd C. Miller
1996-07-04AT&T awk, by B. W. Kernighan, with fixes from 4.4BSD and by meThorsten Lockert