]> source.dussan.org Git - rspamd.git/commit
[Rework] Replace linenoise with replxx
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 3 Sep 2019 16:45:58 +0000 (17:45 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 3 Sep 2019 16:45:58 +0000 (17:45 +0100)
commit669cd52f685282289590200daed3fc89466e7206
tree792c26273dd54dab61b5e94693e1895ff9c5440c
parent8a240656d8378ac20e4c4c3ae61d1a9c33488a20
[Rework] Replace linenoise with replxx

Source: https://github.com/AmokHuginnsson/replxx
32 files changed:
contrib/linenoise/CMakeLists.txt [deleted file]
contrib/linenoise/LICENSE [deleted file]
contrib/linenoise/linenoise.c [deleted file]
contrib/linenoise/linenoise.h [deleted file]
contrib/replxx/CMakeLists.txt [new file with mode: 0644]
contrib/replxx/LICENSE.md [new file with mode: 0644]
contrib/replxx/README.md [new file with mode: 0644]
contrib/replxx/include/replxx.h [new file with mode: 0644]
contrib/replxx/include/replxx.hxx [new file with mode: 0644]
contrib/replxx/src/ConvertUTF.cpp [new file with mode: 0644]
contrib/replxx/src/ConvertUTF.h [new file with mode: 0644]
contrib/replxx/src/conversion.cxx [new file with mode: 0644]
contrib/replxx/src/conversion.hxx [new file with mode: 0644]
contrib/replxx/src/escape.cxx [new file with mode: 0644]
contrib/replxx/src/escape.hxx [new file with mode: 0644]
contrib/replxx/src/history.cxx [new file with mode: 0644]
contrib/replxx/src/history.hxx [new file with mode: 0644]
contrib/replxx/src/io.cxx [new file with mode: 0644]
contrib/replxx/src/io.hxx [new file with mode: 0644]
contrib/replxx/src/killring.hxx [new file with mode: 0644]
contrib/replxx/src/prompt.cxx [new file with mode: 0644]
contrib/replxx/src/prompt.hxx [new file with mode: 0644]
contrib/replxx/src/replxx.cxx [new file with mode: 0644]
contrib/replxx/src/replxx_impl.cxx [new file with mode: 0644]
contrib/replxx/src/replxx_impl.hxx [new file with mode: 0644]
contrib/replxx/src/unicodestring.hxx [new file with mode: 0644]
contrib/replxx/src/utf8string.hxx [new file with mode: 0644]
contrib/replxx/src/util.cxx [new file with mode: 0644]
contrib/replxx/src/util.hxx [new file with mode: 0644]
contrib/replxx/src/wcwidth.cpp [new file with mode: 0644]
contrib/replxx/src/windows.cxx [new file with mode: 0644]
contrib/replxx/src/windows.hxx [new file with mode: 0644]