aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/fold.c
AgeCommit message (Expand)Author
2015-05-31On testing fold command, I found w option didnt check the range of value.Hyejin Kim
2014-04-25fold cleanup: whitespace and curly brackets.Rob Landley
2014-04-16This version of fold fixes major bugs (infinite loop, overflow) and adds an o...0.4.8Samuel Holland
2014-04-03Here is a basic implementation of fold[0]. It does not support multibyte char...Samuel Holland