summaryrefslogtreecommitdiff
path: root/sys/src/cmd/sed.c
AgeCommit message (Collapse)Author
2017-05-05sed: add -u flag that flushes output buffers before reading in further inputaiju
2014-11-16sed: fix error handling for "Output line too long" and other stuffcinap_lenrek
sed just continued writing past genbuf when it should stop with "Output line too long". quit when we get unspecified options. stupid casts from long to char* for no reason. some 0 vs nil cleanup.
2014-05-07sed: remove unused ecmp functionftrvxmtrx
2012-12-31fix utf and rune handling in preparation for 32bit runescinap_lenrek
2011-07-13fixed bug in sedaiju
2011-07-13fixed error handling in p, pr, sed, xd, yaccaiju
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen