Remove the GPL notification from files contributed by Jouni Malinen
[mech_eap.git] / src / utils / edit.c
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2011-10-15 Jouni Malinenedit: Fix history prev/next selection
2011-01-26 Jouni MalinenFix couple of compiler warnings about uninitialized...
2010-11-21 Jouni Malinenedit: Clear edit line on deinit
2010-11-21 Jouni Malinenedit: Limit maximum number of history entries to 100
2010-11-21 Jouni Malinenedit: Implement history file read/write
2010-11-21 Jouni Malinenedit: Fix history prev selection
2010-11-21 Jouni Malinenedit: Move history save file specification to caller
2010-11-21 Jouni Malinenedit: Use struct dl_list for history buffer
2010-11-20 Jouni Malinenedit: Fix delete_word when not in the end of line
2010-11-20 Jouni Malinenedit: Add history buffer search
2010-11-20 Jouni Malinenedit: Clean up escape code parser
2010-11-20 Jouni Malinenedit: Split escape code parsing into a separate function
2010-11-20 Jouni Malinenedit: Sort completion list
2010-11-20 Jouni Malinenedit: Really fix the completion of last character
2010-11-20 Jouni Malinenedit: Fix completion at the last character
2010-11-20 Jouni Malinenedit: Fix delete word to update current position
2010-11-20 Jouni Malinenedit: Fix completion of arguments other than the first one
2010-11-20 Jouni Malinenedit: Fix Home/End escape codes
2010-11-19 Jouni Malinenedit: Add string completion support on tab
2010-11-14 Jouni MalinenMove wpa_cli readline integration into src/utils/edit_r...
2010-11-14 Jouni Malinenwpa_cli: Use edit API as a wrapper for optional readline
2010-11-14 Jouni Malinenedit: Redraw input line on ^L
2010-11-14 Jouni MalinenMove command line editing routines into src/utils/edit...