summaryrefslogtreecommitdiff
path: root/Libraries/LibC/getopt.cpp
AgeCommit message (Expand)Author
2020-09-06LibC: Don't include things required for getopt_long in unistd.hItamar
2020-06-17Meta: Scale back overly informal user-facing stringsAndreas Kling
2020-05-30LibC: Rewrite getopt()Sergey Bugaev
2019-09-17LibC: Ensure getopt error messages end with a newlineSergey Bugaev
2019-09-06LibC: Borrow a slightly more functional getopt()Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling