summaryrefslogtreecommitdiff
path: root/AK/String.h
AgeCommit message (Expand)Author
2019-09-28AK: Add a keep_empty argument to String[View]::substring{_view}Sergey Bugaev
2019-09-13Revert "AK: Made Strings reversible"Andreas Kling
2019-09-13AK: Made Strings reversibleJesse Buhagiar
2019-09-11AK: Add String::number(size_t) overloadAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2018-12-04Import a simple text editor I started working on.Andreas Kling
2018-11-07Add a Chomp feature to String construction that removes a trailing newline.Andreas Kling
2018-10-31Add getpwent() family of functions to LibC.Andreas Kling
2018-10-28Add a simple FileSystemPath class that can canonicalize paths.Andreas Kling
2018-10-26Add sys$gethostname and /bin/hostnameAndreas Kling
2018-10-24Add a "pwd" utility to userland.Andreas Kling
2018-10-17Integrate ext2 from VFS into Kernel.Andreas Kling
2018-10-16Add String::substring().Andreas Kling
2018-10-10Import all this stuff into a single repo called Serenity.Andreas Kling