]> git.lizzy.rs Git - linenoise.git/shortlog
linenoise.git
2022-04-25 Elias FleckensteinUse CMake master
2020-11-14 Steve Bennettinclude utf8.c and utf8.h in the right order
2020-11-04 Steve Bennettdon't reinclude utf8.h in "shipped" version
2020-03-12 Steve Bennettstringbuf: clarify license
2020-03-12 Cliff YappClear some warnings and errors with GCC and MSVC.
2019-06-10 Steve BennettCan't use insert/delete char optimisation on win32
2019-06-09 Steve BennettInclude licence text in utf8.{c,h} explicitly
2019-06-09 Steve BennettAccept linefeed as enter
2018-07-25 Steve BennettRe-add delete char optimisation
2018-07-25 Steve BennettFix some static analyser problems
2018-07-25 Steve BennettRemove a spurious function declaration
2018-07-25 Steve BennettRe-add insert optimisation
2018-07-08 Steve BennettFix compiler warning
2018-02-16 Steve BennettAdd explicit support for single-file delivery
2018-02-16 Steve BennettGuard inclusion of stringbuf.h
2018-02-15 Steve BennettAdd support for utf16 surrogate pairs on Windows
2018-02-15 Steve BennettImplement multiline and hints support
2018-01-01 Steve BennettAdd an assertion for fd_printf() buffer size
2018-01-01 Steve BennettEnable ^Z (SUSP) support
2017-12-31 Steve Bennettutf8: Update utf8 width tables to 10.0.0
2017-12-31 Steve BennettFix potential buffer overflow in utf8 mode
2017-03-16 Steve BennettUse <poll.h> instead of glibc-specific <sys/poll.h>
2016-09-04 Steve BennettAdd a fast path for utf8_width()
2016-09-04 Jenson@Win32Add support for utf-8 wide chars and combining chars
2016-09-04 Steve BennettAdd support for utf-8 display width
2016-09-04 Jenson@Win32fix display of utf-8 chars on Windows
2016-09-04 Steve BennettExtend utf-8 support to 4 byte characters
2016-09-03 Steve BennettFix compilation on Windows
2016-08-17 Steve Bennettlinenoise: Allow a completion callback user parameter
2016-08-10 Steve BennettDon't disable OPOST
2016-08-10 Steve BennettMake linenoiseClearScreen() public
2016-08-10 Steve BennettAvoid ESC [ n C with n=0
2015-05-12 Steve BennettMerge pull request #19 from bblanchon/master
2015-05-12 Benoit BlanchonFixed Visual Studio warning C4204 (nonstandard extensio...
2014-05-15 Stephan Bealadded API docs.
2014-05-12 Steve BennettMerge pull request #15 from sgbeal/master
2014-05-12 Stephan BeallinenoiseSetCompletionCallback() now returns its prior...
2014-03-23 Steve BennettMerge pull request #14 from lirenlin/master
2014-03-21 unknownfix ctrl bug during reverse search
2013-10-21 Andreas KupriesBug fix. Fix fallback code for getting the terminal...
2013-10-21 Andreas KupriesBug fix. Ensure that current->cols is initialized
2013-08-04 Steve BennettFix a couple of compiler warnings
2013-07-24 Steve BennettFix a bogus compiler warning
2013-07-24 Steve BennettUpdate for more accurate line count
2013-07-24 Steve BennettAvoid use of strcasecmp()
2013-02-26 antirezExample app improved.
2013-02-26 antirezlinenosePrompt() -> linenoiseEdit().
2013-02-26 antirezlinenoiseHistorySetMaxLen() was broken and never tested...
2013-02-21 Andreas KupriesNew feature: Maintain a cut/paste buffer.
2013-02-21 Andreas KupriesBug fix. Discount the characters of ANSI color control...
2013-02-21 Steve BennettMerge pull request #10 from andreas-kupries/feature...
2013-02-21 Andreas KupriesNew feature: Provide a public accessor to the getWindow...
2013-02-19 Andreas KupriesNew feature: Page Up/Down keys jump in history (start...
2013-02-15 Andreas KupriesNew feature: Extended character transpose (Ctrl+t)...
2013-02-15 Andreas KupriesNew feature: Accessor for the history max len.
2013-02-15 Andreas KupriesBug fix. Reset size information when clearing the history.
2013-02-15 Steve BennettMerge pull request #3 from andreas-kupries/void-cast...
2013-01-25 Andreas KupriesClarify the comment at the definition of IGNORE_RC.
2012-11-04 Steve BennettMerge pull request #2 from devurandom/msteveb/feature...
2012-11-02 Dennis SchriddeAllow tab-completion only at the end of line
2012-11-02 Dennis SchriddeReplace magic number 9 with '\t' in linenoisePrompt()
2012-10-31 Steve BennettFix linenoise serial console window size for vt102
2012-10-29 Steve BennettFix a linenoise bug when moving off the left
2012-06-06 Steve BennettMerge pull request #1 from starwing/master
2012-06-06 starwingadd *.exe to ignore, fix gcc warnings
2012-01-30 Tad MarshallFix first-chance exceptions in Windows
2012-01-30 Tad MarshallAdd MSVC support
2012-01-30 Tad MarshallFixed typo in README -- 'Readl world' => 'Real world'
2011-09-29 Steve BennettCombine some duplicate code
2011-09-29 Steve BennettSupport more HOME/END escape sequences
2011-09-29 dvir volkDo not add duplicates lines to history
2011-09-25 Steve BennettTabs not inserted as control characters
2011-09-15 Steve BennettUpdate comments and attributions for this fork
2011-09-13 Steve BennettLinenoise support for win32 console
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
next