Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clear the buffer for STDIN after incant_write/incant_addendum | Rory Dudley | 2024-03-02 | 1 | -0/+6 |
* | Cleanup comments | Rory Dudley | 2024-03-02 | 1 | -24/+0 |
* | Add file redirection capabilities | Rory Dudley | 2024-03-02 | 1 | -14/+337 |
* | Fix handling of SIGINT | Rory Dudley | 2024-02-29 | 3 | -6/+53 |
* | Parser testspipes | Rory Dudley | 2024-02-29 | 1 | -0/+157 |
* | Parsing poems from a file | Rory Dudley | 2024-02-29 | 1 | -0/+22 |
* | Fix ps macros doc comments | Rory Dudley | 2024-02-28 | 1 | -5/+5 |
* | Add doc comments for ps macros | Rory Dudley | 2024-02-28 | 1 | -0/+19 |
* | Add doc comments for incant_ functions | Rory Dudley | 2024-02-28 | 1 | -0/+43 |
* | Parser comments and error checking | Rory Dudley | 2024-02-28 | 1 | -9/+22 |
* | Refactor status variables in Poem::read() | Rory Dudley | 2024-02-28 | 1 | -28/+29 |
* | Fix && behavior regressionrmerr | Rory Dudley | 2024-02-28 | 1 | -9/+9 |
* | Remove zombie slayer code from main repl | Rory Dudley | 2024-02-28 | 1 | -10/+0 |
* | Remove custom errors and fix background forking | Rory Dudley | 2024-02-27 | 4 | -83/+59 |
* | Cleanup recite(), custom errors, fixed forking | Rory Dudley | 2024-02-26 | 4 | -115/+172 |
* | Replace ctrlc with signal-hooksignal | Rory Dudley | 2024-02-24 | 1 | -7/+7 |
* | Reorganization and comments | Rory Dudley | 2024-02-22 | 3 | -420/+691 |
* | Add back the 'cd' command | Rory Dudley | 2024-02-20 | 1 | -0/+17 |
* | Parsing improvements | Rory Dudley | 2024-02-20 | 1 | -214/+153 |
* | Pipes, forks, and consecutive calls | Rory Dudley | 2024-02-20 | 1 | -90/+407 |
* | Only print command name in error messages | Rory Dudley | 2024-02-19 | 1 | -2/+8 |
* | Path refresh refactor, comments, and error messagesevryloop | Rory Dudley | 2024-02-19 | 1 | -43/+102 |
* | Better handling of errors during the fork | Rory Dudley | 2024-02-19 | 1 | -3/+12 |
* | Refresh path only if command is not found | Rory Dudley | 2024-02-19 | 1 | -19/+34 |
* | Refresh paths every loop | Rory Dudley | 2024-02-19 | 1 | -6/+9 |
* | Call programs from full and relative paths | Rory Dudley | 2024-02-17 | 1 | -9/+15 |
* | Control flow in cd | Rory Dudley | 2024-02-17 | 1 | -2/+2 |
* | EOF behavior | Rory Dudley | 2024-02-17 | 1 | -0/+1 |
* | Update cd | Rory Dudley | 2024-02-17 | 1 | -4/+1 |
* | Change directories | Rory Dudley | 2024-02-16 | 1 | -0/+19 |
* | Capture SIGINT | Rory Dudley | 2024-02-16 | 1 | -0/+12 |
* | Detect EOF | Rory Dudley | 2024-02-16 | 1 | -1/+8 |
* | Initial commit | Rory Dudley | 2024-02-16 | 1 | -0/+86 |