NetBSD/external/historical
christos 8871000030 Don't try so hard to convert strings into numbers. Results in bogus
conversions like:

% awk 'BEGIN { print "nanotime" + 123 }'
nan
% awk 'BEGIN { print "microtime" + 123 }'
123
% awk 'BEGIN { print "inftime" + 123 }'
inf
2020-08-31 23:36:58 +00:00
..
nawk Don't try so hard to convert strings into numbers. Results in bogus 2020-08-31 23:36:58 +00:00
Makefile awk glue 2010-08-26 14:57:15 +00:00