Luna/libos/src
apio e378d8ee2f
All checks were successful
continuous-integration/drone/push Build is passing
Revert "libos: Make File::read_line optionally strip the ending newline"
This should be done by the caller, as making libos do it will not return a different value if the line was empty or was EOF.

Fortunately, we now have String::trim.
2023-04-22 15:21:04 +02:00
..
ArgumentParser.cpp libos: Add support for --help to ArgumentParser 2023-04-19 19:16:45 +02:00
File.cpp Revert "libos: Make File::read_line optionally strip the ending newline" 2023-04-22 15:21:04 +02:00
FileSystem.cpp libos+rm: Add recursive removal of directories 2023-04-19 18:20:44 +02:00
Main.cpp libos: Add a new main() function 2023-04-13 17:04:59 +02:00
Process.cpp libos: Allow passing environment to Process::exec 2023-04-22 13:54:47 +02:00