aboutsummaryrefslogtreecommitdiff
path: root/src/hci/editstring.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-17[hci] Fix semantics of replace_string() to match code commentsMichael Brown1-17/+18
2024-04-15[hci] Use dynamically allocated buffers for editable stringsMichael Brown1-42/+102
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-08-19[readline] Add CTRL-W shortcut to remove a wordMarin Hannache1-1/+35
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-03-28[readline] Accept Ctrl-U for "delete to start of line"Robin Smidsrød1-0/+16
2011-03-30[readline] Add replace_string()Michael Brown1-0/+11
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-2/+2
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2007-08-20__nonnull changesHolger Lubitz1-0/+9
2006-12-20Use symbolic key names, and avoid moving beyond end of stringMichael Brown1-9/+17
2006-12-19Provide an edit history to allow caller to efficiently update display.Michael Brown1-1/+15
2006-12-19Start of generic editable string supportMichael Brown1-0/+159