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
/
Utilities
/
touch.cpp
Age
Commit message (
Expand
)
Author
2023-04-22
Utilities: Replace ctype.h usage with AK/CharacterTypes.h
Sam Atkins
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-01-04
Everywhere: Make global `inline` functions not `static`
Nico Weber
2022-12-08
LibCore: Move `Core::Stream::File::exists()` to `Core::File`
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-05-21
touch: Support custom timestamps
Ariel Don
2022-04-11
Utilities: Read positional arguments as Strings not char*s
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-12-20
touch: Port to LibMain :^)
Andreas Kling
2021-10-23
Utilities: Add ignored -f option to touch
Jean-Baptiste Boric
2021-08-01
Utilities: Remove unused header includes
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling