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
/
shuf.cpp
Age
Commit message (
Expand
)
Author
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2022-12-12
shuf: Use the newly introduced AK::shuffle function
Arda Cinar
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-29
shuf: Support the output of a limited number of lines
Baitinq
2022-11-25
shuf: Support splitting on null bytes with -z
Eli Youngs
2022-11-25
shuf: Support reading input from a file
Eli Youngs
2022-01-24
shuf: Port to LibMain
Michel Hermier
2021-10-17
shuf: Fix division by zero when no lines are read
SeekingBlues
2021-05-14
Userland: Migrate from arc4random_uniform() to get_random_uniform()
Jean-Baptiste Boric
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-28
Userland: Don't leak buffer from getline in shuf program
Andrew Kaster
2021-01-20
Userland: Implement shuf for basic shuffling
Ben Wiederhake