index
:
wc
master
word, line, and byte or character count
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2019-11-25
sort includes
HEAD
master
Jakob Kaivo
2019-11-25
clean up output a bit
Jakob Kaivo
2019-11-25
prefix names at file scope
Jakob Kaivo
2019-11-25
consider start of input as space to eliminate off-by-one word counts when ↵
Jakob Kaivo
the first character is a space
2019-11-25
name things more consistently
Jakob Kaivo
2019-11-25
remove unnecessary text from error message
Jakob Kaivo
2019-11-25
replace calls to branching functions with function pointers
Jakob Kaivo
2019-11-25
replace unnecessary branches with simple addition
Jakob Kaivo
2019-08-14
always print space before filename
Jakob Kaivo
2019-08-02
Merge branch 'master' of gitlab.com:ung.org/bin/wc
Jakob Kaivo
2019-08-02
fix operand processing
Jakob Kaivo
2019-05-18
remove warning; fix do {} while loop condition
Jakob Kaivo
2019-05-14
remove unnecessary branch if L'\n' == '\n'
Jakob Kaivo
2019-05-10
remember to call setlocale()
Jakob Kaivo
2019-05-10
turning on chars turns off bytes; always use "%ju"
Jakob Kaivo
2019-05-10
try to actually support -m properly
Jakob Kaivo
2019-05-10
formatting
Jakob Kaivo
2019-03-13
migrate to gitlab
Jakob Kaivo