Age | Commit message (Expand) | Author |
2016-06-30 | Teach wc to do -cm together. Fix testsuite so TEST_HOST passes too. | Rob Landley |
2016-02-14 | Fix wc -c optimization. | Elliott Hughes |
2016-02-10 | make wc -c faster | izabera |
2016-01-05 | Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format | Rob Landley |
2014-06-09 | When locale is enabled, sprintf("%.123s", str) is counting characters, not by... | Rob Landley |
2013-01-02 | Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out o... | Rob Landley |
2012-12-01 | Minor cleanup: unify two codepaths that do the same thing. | Rob Landley |
2012-12-01 | Felix Janda pointed out that the r in mbrtowc() stands for "restartable" so i... | Rob Landley |
2012-11-28 | The previous wc -m didn't handle multibyte characters that crossed a buffer b... | Rob Landley |
2012-11-26 | Cleanup i18n support (#ifdefectomy, move global init to process launch). Teac... | Rob Landley |
2012-11-21 | Make internalization support optional | Felix Janda |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked r... | Rob Landley |
2012-11-08 | wc -m only cares about counting characters. Attached is a try on implementing... | Felix Janda |
2012-10-08 | New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c... | Rob Landley |
2012-09-06 | Posix compliance: wc shouldn't have trailing spaces (breaks aboriginal's mkinitr | Rob Landley |
2012-08-25 | Move commands into "posix", "lsb", and "other" menus/directories. | Rob Landley |