aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/wc.c
AgeCommit message (Expand)Author
2012-12-01Minor cleanup: unify two codepaths that do the same thing.Rob Landley
2012-12-01Felix Janda pointed out that the r in mbrtowc() stands for "restartable" so i...Rob Landley
2012-11-28The previous wc -m didn't handle multibyte characters that crossed a buffer b...Rob Landley
2012-11-26Cleanup i18n support (#ifdefectomy, move global init to process launch). Teac...Rob Landley
2012-11-21Make internalization support optionalFelix Janda
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-11-08wc -m only cares about counting characters. Attached is a try on implementing...Felix Janda
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley
2012-09-06Posix compliance: wc shouldn't have trailing spaces (breaks aboriginal's mkinitrRob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley