Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-12 | Userland: Mark compilation-unit-only functions as static | Ben Wiederhake | |
This enables a nice warning in case a function becomes dead code. | |||
2020-07-16 | Userland: Add a "seq" utility | Nico Weber | |
It's useful with the newly added for loops in Shell. SerenityOS's printf() doesn't seem to print decimals for doubles correctly, so this doesn't print the right output for fractional numbers yet. |