summaryrefslogtreecommitdiff
path: root/Userland/tail.cpp
AgeCommit message (Expand)Author
2020-12-06Userland: Write some '--help' descriptions where appropriateBen Wiederhake
2020-08-12Userland: Mark compilation-unit-only functions as staticBen Wiederhake
2020-03-07LibCore: Remove all remaining C prefix referencesShannon Booth
2020-02-14LibCore: Add a forward declaration headerAndreas 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
2020-01-13tail: Use pledge()Brian Gianforcaro
2019-09-30ByteBuffer: Remove pointer() in favor of data()Andreas Kling
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas Kling
2019-06-22Userland: Fix more compiler warnings.Andreas Kling
2019-06-22Userland: Fix many compiler warnings.Andreas Kling
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2019-06-06tail: Default tail behavior with no arguments (#209)Ben Sloane
2019-06-06tail: Shell programs should return 1 to indicate failure.Andreas Kling
2019-05-17LibCore: Move AK/ArgsParser to LibCore/CArgsParserRobin Burchell
2019-05-17ArgsParser: Expand to be able to handle multiple single argumentsRobin Burchell
2019-05-17AK/Userland: Add single value to ArgsParser usage, and port tail to use ArgsP...Robin Burchell
2019-05-17LibCore/Userland: Introduce a simple tail implementationRobin Burchell