]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(fillbuf): Avoid quadratic behavior with long lines.
authorJim Meyering <jim@meyering.net>
Thu, 13 Jan 2000 07:34:44 +0000 (07:34 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 13 Jan 2000 07:34:44 +0000 (07:34 +0000)
commita69a2d68560d3d1bc2cf9111d2d92d71d98b760d
tree3ef4a0aec5394e694e411482c0fdfa334bb78cac
parent35ed98cc062074a4094e4d7cdf670ac8bf3582e3
(fillbuf): Avoid quadratic behavior with long lines.
Also, stop worrying about ancient memchr bug (misbehavior when
size is zero), since other code doesn't worry either.
src/sort.c