Andrew Kaster
|
170a7e263c
Userland: Fail Core::find_executable_in_path on empty inputs
|
3 năm trước cách đây |
Ali Mohammad Pur
|
783e27f8f9
Shell: Make redirection errors raise ShellErrors
|
3 năm trước cách đây |
Sam Atkins
|
b138070da9
Shell: Cast unused smart-pointer return values to void
|
3 năm trước cách đây |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 năm trước cách đây |
Musab Kılıç
|
3b8853c3cd
Shell: Add min and max iteration times to `time -n` in builtin_time
|
3 năm trước cách đây |
Nico Weber
|
9d06448bc7
Shell: Fix -Wunreachable-code warnings from clang
|
3 năm trước cách đây |
Ali Mohammad Pur
|
b946a1ce48
Shell: Make ArgsParser not exit on failure in builtin_exit()
|
3 năm trước cách đây |
Brian Gianforcaro
|
f6d179b304
Shell: Use ElapsedTimer::start_new()
|
3 năm trước cách đây |
Andreas Kling
|
eaf88cc78a
AK: Rename create<T> => make_ref_counted<T>
|
3 năm trước cách đây |
Tobias Christiansen
|
32b4470ea3
Shell: Use new Statistics tool in 'time -n' command
|
4 năm trước cách đây |
Andreas Kling
|
47420e72b8
Shell: Fix a TOCTOU in `popd` by simplifying it
|
3 năm trước cách đây |
Ali Mohammad Pur
|
74c3359bed
Shell: Use a relative path in builtin_cd for chdir if possible
|
3 năm trước cách đây |
Musab Kılıç
|
3edeb9b7e7
Shell: Use variable instead of iteration_times.size() in builtin_time
|
3 năm trước cách đây |
Musab Kılıç
|
29a9be6503
Shell: Add iteration_times.ensure_capacity() in builtin_time
|
3 năm trước cách đây |
Ralf Donau
|
19aeb71d15
Shell: Use String::join for the command in timing report
|
4 năm trước cách đây |
Valtteri Koskivuori
|
b28b4c643e
Shell: Avoid a needless loop in builtin_time()
|
4 năm trước cách đây |
Andreas Kling
|
b9ab7a5095
Shell: Support `time -n <iterations>`
|
4 năm trước cách đây |
TheFightingCatfish
|
72e661b542
Shell: Add unalias builtin
|
4 năm trước cách đây |
Daniel Bertalan
|
e32692ea68
Shell: Use correct printf format string for `size_t`
|
4 năm trước cách đây |
Max Wipfli
|
9b8f35259c
AK: Remove the LexicalPath::is_valid() API
|
4 năm trước cách đây |
Jelle Raaijmakers
|
00fc0a6cf0
Shell: Make `time` stop parsing options on first non-option
|
4 năm trước cách đây |
Jelle Raaijmakers
|
250f8eccf3
LibCore: Support fine-grained failure behavior for ArgsParser
|
4 năm trước cách đây |
Andreas Kling
|
8c3b603da3
Shell: Convert StringBuilder::appendf() => AK::Format
|
4 năm trước cách đây |
Ali Mohammad Pur
|
bda69a5f59
Shell: Replace fprintf(stderr) => warnln()
|
4 năm trước cách đây |
Linus Groh
|
649d2faeab
Everywhere: Use "the SerenityOS developers." in copyright headers
|
4 năm trước cách đây |
Linus Groh
|
dbe72fd962
Everywhere: Remove empty line after function body opening curly brace
|
4 năm trước cách đây |
Ali Mohammad Pur
|
0d2602c900
Shell: Add a 'kill' builtin that wraps the system's own
|
4 năm trước cách đây |
Ali Mohammad Pur
|
95055d3a38
Shell: Add support for jobspecs in fg/bg/disown/wait
|
4 năm trước cách đây |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 năm trước cách đây |
Gunnar Beutner
|
1e5a7ca0a7
Shell: Fix how cd handles the path argument
|
4 năm trước cách đây |