summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/main_edit.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-15libmisc/shell/main_edit.c: User cannot cut using ctrl e and xzack1-2/+1
2023-01-31libmisc/shell/edit: Return if no memory in move_gapChris Johns1-0/+3
2023-01-31libmisc/shell/edit: Fix closing the editorChris Johns1-11/+4
2022-11-25libmisc/shell: Fix edit Coverity errorChris Johns1-1/+1
2022-11-23libmisc/shell: Support terminal size as env variablesChris Johns1-1/+16
2022-06-15cpukit: Fixes for GCC 12 warningsChris Johns1-0/+2
2021-06-09main_edit.c: get rid of malloc warningRyan Long1-8/+8
2021-03-08main_edit.c: Fix Unchecked return value (CID #1255318)Ryan Long1-1/+1
2020-10-15shell/main_edit.c: Fix string truncation warningFrank Kühndel1-5/+7
2020-10-15shell/main_edit.c: Fix use of wrong constantFrank Kühndel1-1/+2
2019-03-14main_edit.c: Use strncpy() to eliminate potential buffer overflow.Joel Sherrill1-4/+5
2014-12-01libmisc/shell: Edit history hack is corrupting memory. Remove it.Chris Johns1-24/+1
2014-11-26shell: Include missing headerSebastian Huber1-0/+1
2014-11-25main_edit.c: Do not reference beyond end of arrayJoel Sherrill1-0/+5
2014-11-25shell/main_edit.c: Note return value not checkedJoel Sherrill1-1/+1
2014-11-25cpukit/libmisc/shell/main_edit.c: Fix use after free()Joel Sherrill1-0/+8
2014-11-05shell/main_edit.c: Fix warningsJoel Sherrill1-8/+10
2014-10-24shell: Add an editor to the shell.Chris Johns1-0/+2259