0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 7 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
First news in NEWS. More... over 16 years ago
Created file with the actual version number. More... over 16 years ago
README with thanks created. More... over 16 years ago
Fixed comments More... over 16 years ago
Code cleanup More... over 16 years ago
Fix in job control. It's possible job running in background bring back to foreground without terminating his. More... over 16 years ago
Fixed quotation marks More... over 16 years ago
Hard code cleanup and small fixes. More... over 16 years ago
Removed unused function 'scan_flush_yytext'. More... over 16 years ago
Working with locks simplified and small code cleanup. More... over 16 years ago
Build script configure.ac updated. More... over 16 years ago
Build script configure.ac updated. More... over 16 years ago
TAB completion extended. Now is completion possible for all binaries in folders '/bin' and '/usr/bin'. More... over 16 years ago
TAB completion and command history implemented. More... over 16 years ago
Small code cleanup. More... over 16 years ago
delete cmd_ps function, add token '+' to scan.l More... over 16 years ago
Fixed issue at job control when bringing stopped job to foreground ('fg 1'). Shell was waiting for finishing the stopped job despite this signal SIGCONT was not sent to the job. More... over 16 years ago
Some fixes to locking. More... over 16 years ago
Fixed cmd_bg, cmd_fg. More... over 16 years ago
adding time_locks to cmd_jobs & cmd_ps More... over 16 years ago
1st version of cmd_bg, cmd_fg was added. More... over 16 years ago
add tty info to cmd_ps More... over 16 years ago
(1) 1st version of cmd_jobs, cmd_ps were added; More... over 16 years ago
Pridany uvozovky More... over 16 years ago
Correcting last_dir in cmd_cd More... over 16 years ago
Fixed bugs in yyerror where there was freeing more jobs than exited. More... over 16 years ago
correction of cmd_cd function More... over 16 years ago
Fixed shared access to data structures. More... over 16 years ago
Fixed and tested pipelining - for example: "ls | grep a | sort" More... over 16 years ago
Command 'cd' tested and fixed. More... over 16 years ago