Age | Commit message (Expand) | Author |
2016-01-18 | basic/escape: merge utf8 and non-utf8 paths in cunescape_one | Zbigniew Jędrzejewski-Szmek |
2015-11-30 | basic: include only what we use | Thomas Hindoe Paaboel Andersen |
2015-11-11 | core: fix dependency parsing | Lennart Poettering |
2015-11-05 | extract-word: Skip coalesced separators in place | Filipe Brandenburger |
2015-11-05 | extract-word: Do not re-evaluate the state on each parsed character | Filipe Brandenburger |
2015-11-05 | extract-word: increment pointer p and keep c in sync in for loop | Filipe Brandenburger |
2015-11-05 | extract-word: Check for early bail out before inspecting separators | Filipe Brandenburger |
2015-11-05 | extract-word: replace an use of `goto` with structured code | Filipe Brandenburger |
2015-11-05 | extract-word: move start block outside the for loop | Filipe Brandenburger |
2015-11-03 | util-lib: move character class definitions to string-util.h | Lennart Poettering |
2015-11-02 | Revert "utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t" | Lennart Poettering |
2015-10-31 | utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t | Shawn Landden |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util: split out escaping code into escape.[ch] | Lennart Poettering |
2015-10-24 | util-lib: rework extract_first_word_and_warn() a bit | Lennart Poettering |
2015-10-24 | util: split out extract_first_word() and related calls into extract-word.[ch] | Lennart Poettering |