index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
getopt.cpp
Age
Commit message (
Expand
)
Author
2022-11-29
LibC: Treat argument "-" the same as arguments that don't start with "-"
Brendan Kelly
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-12
LibC: Convert getopt and getopt_long to new StringView usage
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-07-08
LibC+Utilities: Add `gnu::format` attributes
Daniel Bertalan
2021-06-13
LibC: Make `getopt` modify `argv` again
Jelle Raaijmakers
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-11
LibC: getopt() and getopt_long() shouldn't modify argv
Gunnar Beutner
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling