Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-26 | grep: fix handling of -b flag | Alex Musolino | |
Output buffering is automatically disabled when reading from stdin. In this case, supplying the -b flag ought to be redundant. However, since Bflag was being XORed into the flag set - rather than simply ORed - supplying -b would actually enable output buffering. | |||
2019-11-21 | grep: error if sbrk fails | BurnZeZ | |
2014-03-30 | grep: fix tab2, use int instead of Rune to be compatible to 16bit rune system | cinap_lenrek | |
2014-03-30 | grep: fix wrong rlcass splitting (thanks erik and kenji) | cinap_lenrek | |
add 0xffff to tab1 as range 0xffff-0x10ffff has 4 byte utf-8 sequence. use Runemax (0x10ffff) instead of Runemask (0x1fffff) to denote the last valid rune for inverted [^] match as Runemask is out of the valid rune space. | |||
2013-04-24 | make all the commands agnostic about Rune width. (from sources) | cinap_lenrek | |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |