RSS feed
fe80726c
– Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
authored
on 2020/02/19 15:21
dump stdin if no arguments provided
fd724962
– Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
authored
on 2019/12/29 08:13
don't use printf, it buffers
eaac0f22
– Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
authored
on 2019/12/28 10:06
port to plan 9
fbfd677a
– Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
authored
on 2019/12/28 10:06
fix ascii indentation when stopped exactly in the middle of the line
e2c59cc4
– Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
authored
on 2019/12/28 09:47
don't need select at all, just write as much as we got
99370393
– Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
authored
on 2019/12/28 08:58
it's ascii, not asci, ffs
b383d5d9
– Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
authored
on 2019/12/28 08:52
print whatever was read as soon as possible
a46b80aa
– Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
authored
on 2019/12/28 08:34
add a note on stdin
20d7fe9e
– Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
authored
on 2019/12/28 08:31
print filename if several passed as arguments
14d4f234
– Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
authored
on 2019/12/28 08:27
fix ascii alignment when there is less bytes at the last line
4ae0c205
– Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
authored
on 2019/12/28 08:25
don't memset on NULL if malloc failed
3164748d
– Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
authored
on 2019/12/28 08:18
wrong indentation
84856557
– Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
authored
on 2019/12/28 08:16
add stuff