0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 16, 2025 — Mar 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update readme file More... about 16 years ago
Added comment about help command More... about 16 years ago
Moved README file to top level More... about 16 years ago
Fixed duplicate execution error. More... about 16 years ago
Removed todo More... about 16 years ago
Moved large portion of code in main() to a new perform_operations() function. Batchfile commands now support internal thsh commands More... about 16 years ago
Merge branch 'master' of [email protected]:jmstacey/thsh More... about 16 years ago
Collin's attempt at satisfaction More... about 16 years ago
Finished batchfile support (very rudimentary) More... about 16 years ago
Merge branch 'master' of [email protected]:jmstacey/thsh More... about 16 years ago
Working on the Batch File section. More... about 16 years ago
Added documentation for handle_signal function More... about 16 years ago
Merge branch 'master' of [email protected]:jmstacey/thsh More... about 16 years ago
Added bashlike ctrlc type handling More... about 16 years ago
Merge branch 'master' of [email protected]:jmstacey/thsh More... about 16 years ago
Corrected printf message More... about 16 years ago
Fixed printf typo. More... about 16 years ago
dir command now supports a <directory> option. More... about 16 years ago
Added help with processing using more filter. More... about 16 years ago
Added somewhat poor buffer overflow protection to parse_input (untested). Bumped buffer character size to 255. More... about 16 years ago
Merge branch 'master' of [email protected]:jmstacey/thsh More... about 16 years ago
Added README file More... about 16 years ago
Add a PARENT environment variable to children processes. More... about 16 years ago
Set the SHELL environment variable with the full path of the shell executable More... about 16 years ago
Added mising semicolon. More... about 16 years ago
Added set_pwd() function. Update pwd on shell start and bring cd functionality up to spec. More... about 16 years ago
Added @return for main() to thsh.h More... about 16 years ago
Added error handling and friendly error messages to cd command as required by assignment More... about 16 years ago
Small empty line correction More... about 16 years ago
Moved constants and global declarations to header file More... about 16 years ago