summaryrefslogtreecommitdiff
path: root/Userland/wc.cpp
AgeCommit message (Expand)Author
2020-10-13Style: Remove uses of NULL, substituting nullptrMatthew L. Curry
2020-08-12Userland: Mark compilation-unit-only functions as staticBen Wiederhake
2020-06-17Userland: Fix wc(1)Sergey Bugaev
2020-02-18wc: Use pledge()Andreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-28Userland+Terminal: Port to new CArgsParser APISergey Bugaev
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-04wc: Rewritten with added features (#690)balatt
2019-09-12Add stdin support to wc programTim Morgan
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-09-01wc: Add missing newlines to some error messagesAndreas Kling
2019-06-22Userland: Fix many compiler warnings.Andreas Kling
2019-06-16Userland: Add wc program (#228)Callum Attryde