]> git.lizzy.rs Git - linenoise.git/shortlog
linenoise.git
2011-09-13 Steve BennettRestructure linenoise in prep. for win32 support
2011-09-13 Steve BennettAdd support for HOME and END keys
2011-09-13 Steve BennettBetter integrate C++ example
2011-09-13 Steve BennettBetter treatment of high-bit chars for non-utf8
2011-04-12 Mathias Stearnconst correctness
2011-04-12 Eliot HorowitzAdded some casts to make it easier to include in a...
2011-04-12 Mathias StearnCHA is 1-based
2011-04-08 Steve BennettOptimise common insert/remove char cases
2011-04-08 Steve BennettBetter line editing on serial terminals
2011-04-08 Steve BennettFix line editing when columns unavailable
2011-04-08 Steve BennettMinor compiler warning fixes
2011-04-08 Steve BennettAdd utf-8 support to linenoise.c
2011-04-08 Steve BennettBig cleanups to linenoise
2011-04-08 Steve BennettAllow ^V to enter arbitrary control characters
2011-04-08 Steve BennettHighlight control characters
2011-04-08 Steve BennettAdd support for ^W to remove a word on the left
2011-04-08 Steve BennettSupport reverse incremental search with ^R
2011-04-08 Steve BennettHandle control characters in the line
2011-04-08 Steve BennettFix arrow keys on some terminals
2011-03-30 antirezswitched to two-clause simplified BSD license
2011-02-22 antirezSupport for ctrl-d deleting the char at right of the...
2010-12-10 antirezsuppress a warning on Linux adding some truly stupid...
2010-12-01 antirezCtrl-l support to clear the screen. New sequences added...
2010-11-30 antirezgitignore added
2010-11-30 antirezPieter Noordhuis copyright notice added, since this...
2010-11-29 Pieter NoordhuisShow original buffer when completion is aborted
2010-11-29 Pieter NoordhuisMinimal framework for autocompletion
2010-09-24 antirezsupport for delete key, thanks to jgriffiths (on github)
2010-07-07 antirezSupport API to save/load history on file
2010-07-07 antirezFixed another mem leak
2010-07-07 antirezenabled debugging symbols in Make, used NULL instead...
2010-07-07 antirezFixed one memleak, investigating the next one
2010-06-02 antirezREADME modified, again
2010-06-02 antirezREADME modified
2010-04-30 antirezRevert to fgets if stdin is not a tty
2010-03-24 antirezeterm removed from the blacklist
2010-03-24 antirezsupport for blacklist terminals, reverting to fgets.
2010-03-23 antirezREADME changes
2010-03-23 antireznow the API to add an history entry has a const argument
2010-03-22 antirezctrl-t implemented
2010-03-22 antirezsupported more emacs bindings, don't wrap history forev...
2010-03-22 antirezminor doc update
2010-03-22 antirezAPI converted to be readline alike. Ctrl-d behavior...
2010-03-22 antirezminor doc update
2010-03-22 antirezMore precise motivations in README
2010-03-22 antirezCtrl-h problem fixed
2010-03-22 antirezMore internals documentation
2010-03-22 antirezreferences comments updated with more links to escape...
2010-03-21 antirezFix for an history bug
2010-03-21 antirezREADME changes
2010-03-21 antirezCtrl+a and Ctrl+e support
2010-03-21 antirezSupport for Ctrl+u added
2010-03-21 antirezCtrl+K support
2010-03-21 antirezREADME changes
2010-03-21 antirezREADME changes
2010-03-21 antirezREADME added
2010-03-20 antirezfirst commit