1
0
mirror of git://git.suckless.org/sbase synced 2025-01-09 16:39:27 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
FRIGN
eb9bda8787 Support NUL-containing lines in sort(1)
For sort(1) we need memmem(), which I imported from OpenBSD.
Inside sort(1), the changes involved working with the explicit lengths
given by getlines() earlier and rewriting some of the functions.

Now we can handle NUL-characters in the input just fine.
2016-03-10 08:48:09 +00:00