1
0
Fork 0
Commit Graph

27 Commits

Author SHA1 Message Date
Jan f4f61e2947
Bug fix/issues 23122018 (#7847) 2019-01-02 11:11:03 +01:00
Jan 92ab03daf9
change compiler options to use C++14 (#6339) 2018-09-06 16:49:35 +02:00
Frank Celler d303c81b4b windows news special care for std::min 2017-10-03 23:15:25 +02:00
Simon Grätzer f28bb69f6a Out of bounds access on console when using history search (#3361) 2017-10-03 11:58:05 +02:00
Frank Celler 70e206fc25 terminal codes 2017-09-28 22:23:54 +02:00
Jan 47e29e6e1f Bug fix/issues 1806 (#3069)
* fix buffer overruns in linenoise for long input lines

* don't make historian repeatedly print the same error messages that nothing can be done about

* make the implementations of the logging operator<<s not throw exceptions, so that logging does throw exceptions as an unintended side effect

* update CHANGELOG

* improve error message

* don't copy strings, but pass them by const reference
2017-08-18 22:58:09 +02:00
Jan b4c58d757f Bug fix/small issues 1608 (#3049)
* extend linenoise character buffer size

* dont make it throw exceptions all the time

* set INSTANCE to nullptr at a later stage

otherwise a nullptr may be accessed during shutdown
2017-08-17 21:35:41 +02:00
jsteemann 8eb6ccfa85 pulled some fixes from linenoise-ng repository 2017-03-02 15:23:30 +01:00
Jan Steemann 0ff5e4c07c wrote tests for shell return codes 2016-11-21 11:34:49 +01:00
Jan Steemann 06b16e8b53 fixed issue #2176 2016-11-17 12:52:57 +01:00
jsteemann 23017e877c fixed leak in linenoise history 2016-06-28 15:53:22 +02:00
jsteemann 852a6d7829 fixed compile warning 2016-05-04 16:42:37 +02:00
jsteemann 4db5377b7f fix over-simplified highlighting of matching parens 2016-04-23 22:42:00 +02:00
Jan Steemann 7f30e30c1d fixed crash 2016-04-21 18:04:10 +02:00
Frank Celler f85c700d20 silence some warnings 2016-04-19 07:35:03 +02:00
Frank Celler 212a1e7813 fixed buffer overflow 2016-03-23 16:41:22 +01:00
Frank Celler ae8430589f new linenoise-ng 2016-03-15 16:54:53 +01:00
Wilfried Goesgens f1a2f5e393 Styleguide cleanups as cmakelinter hints 2016-03-02 11:45:55 +01:00
Max Neunhoeffer de745abce9 Silence a compiler warning. 2016-02-26 10:11:59 +01:00
Jan Steemann 0cdedc5568 updated linenoise-ng 2015-12-15 13:54:19 +01:00
Jan Steemann 79a541d89d fixed MacOS compile error 2015-11-10 17:25:06 +01:00
Jan Steemann fe7ccb3ac3 experimental color prompting and window resize tracking for linenoise 2015-11-10 17:13:58 +01:00
Jan Steemann 56fa095770 prevent duplicate entries in history 2015-11-05 12:40:08 +01:00
Jan Steemann 625227cd0b yet another fix for Windows 2015-11-03 16:31:06 +01:00
Jan Steemann 43ccee4984 potential fix for linenoise-ng on Linux 2015-11-03 16:16:16 +01:00
Jan Steemann 8db2018eb5 updated linenoise version 2015-11-03 16:07:48 +01:00
Frank Celler 7b996804d0 added linenoise ng 2015-11-03 10:21:28 +01:00