Edit

IABSD.fr/src/usr.bin/grep

Branch :

  • Show log

    Commit

  • Author : martijn
    Date : 2020-07-23 20:19:27
    Hash : 483368fb
    Message : Change line counter from int to unsigned long long to reduce overflow. In case unsigned long long is miraculously still too small add an additional overflow detection so we stop counting and add a marker to couter output. Input on earlier diff guenther@ OK millert