summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/termcap.cpp
AgeCommit message (Expand)Author
2021-10-15LibC: Mark termcap symbols as weakTim Schumacher
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-06-09LibC: Make tgetnum() return -1 if capability is not availableThiago Henrique Hupner
2021-05-31LibC: Replace fprintf(stderr) with warnln()Linus Groh
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-30LibC: Convert remaining String::format() to formatted()/number()Andreas Kling
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling