1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 18:52:17 +00:00
serenity/Shell
Andreas Kling 22d0a6d92f AK: Remove unnecessary casts to size_t, after Vector changes
Now that Vector uses size_t, we can remove a whole bunch of redundant
casts to size_t.
2020-03-01 12:58:22 +01:00
..
GlobalState.h Shell: Don't start a new session in every new shell 2020-01-25 14:51:23 +01:00
LineEditor.cpp AK: Remove unnecessary casts to size_t, after Vector changes 2020-03-01 12:58:22 +01:00
LineEditor.h AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
main.cpp Shell: Don't pass nonsense options to waitpid() 2020-02-25 16:08:44 +01:00
Makefile Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
Parser.cpp Shell: Allow empty tokens if enclosed in single or double quotes 2020-01-25 12:16:45 +01:00
Parser.h Shell: Allow empty tokens if enclosed in single or double quotes 2020-01-25 12:16:45 +01:00