Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-13 | deps: T7450: use PCRE2 instead of the original, outdated PCRE | Daniil Baturin | |
2025-01-30 | T6946: add utilities for commit algorithm | John Estabrook | |
2024-10-24 | T6718: util list_of_path: config path str -> config path list | John Estabrook | |
Allow for single-quoted values containing whitespace, as used by vyconf vycli for option --path. | |||
2024-10-24 | T6718: move validate_path from vyconf | John Estabrook | |
2024-03-12 | T6111: Fix modification of String.escaped to leave UTF-8 bytes unescaped | John Estabrook | |
The existing fix still passed the string as a whole to Bytes.escaped (as does the standard library function): the exemption of chars with high bit set needs to occur in Bytes.escaped as well. | |||
2023-05-10 | T5194: add util functions for reference tree | John Estabrook | |
2023-03-14 | T5088: add lexical_numeric_compare function | John Estabrook | |
2022-01-04 | Use a modification of String.escaped to leave UTF-8 bytes unescaped | John Estabrook | |
2019-06-30 | T1478: Improved lexing error reporting, including proper support for single ↵ | Daniil Baturin | |
quoted strings. | |||
2019-06-30 | Initial import of libraries from Vyconf and old libvyosconfig. | Daniil Baturin | |