summaryrefslogtreecommitdiff
path: root/src/string_utils.cc
AgeCommit message (Expand)Author
2022-05-08Work around incomplete std::to_chars() support in libstdc++ 10Johannes Altmanninger
2022-05-05Use std::to_chars to int to str conversionMaxime Coste
2022-03-06Add a complete-command command to configure command completionMaxime Coste
2021-11-21Reduce the amount of Regex VM Instruction codeMaxime Coste
2021-10-23src: Use pre-increment iterator syntaxFrank LENORMAND
2021-07-31Add a format_with format function that takes a FunctionRef appendMaxime Coste
2020-05-19Output debug memory stats in a nice tableMaxime Coste
2019-11-23Make wrap_lines a lazy range viewMaxime Coste
2019-11-09Remove unused trim_whitespaces()Jason Felice
2019-09-17Accept docstrings with last line not fully indentedMaxime Coste
2019-07-25src: De-indent docstrings passed to command/option/mapping definitionsFrank LENORMAND
2019-07-06Fix build on FreeBSDTobias Kortkamp
2018-11-27Make '_' the default extra_word_chars, and remove built-in supportMaxime Coste
2018-08-04An empty string is not a valid numberMaxime Coste
2018-07-05Introduce a "double_up" function for doubling up escapingMaxime Coste
2018-05-21Fix also the implementation of to_string(size_t) changeMaxime Coste
2018-04-27Add a debug regex command to dump regex instructionsMaxime Coste
2018-04-06Make error messages more consistentDelapouite
2017-12-07Tweak unescape template function to unescape the escape char as wellMaxime Coste
2017-12-06Remove Vector returning split functions, use range adaptorMaxime Coste
2017-10-10Move all non-core string code to string_utils.{hh,cc}Maxime Coste