summaryrefslogtreecommitdiff
path: root/src/basic/extract-word.c
AgeCommit message (Expand)Author
2016-05-25stuffLuke Shumaker
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-27utf8.[ch] et al: use char32_t and char16_t instead of int, int32_t, int16_tShawn Landden
2016-01-18basic/escape: merge utf8 and non-utf8 paths in cunescape_oneZbigniew Jędrzejewski-Szmek
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen
2015-11-11core: fix dependency parsingLennart Poettering
2015-11-05extract-word: Skip coalesced separators in placeFilipe Brandenburger
2015-11-05extract-word: Do not re-evaluate the state on each parsed characterFilipe Brandenburger
2015-11-05extract-word: increment pointer p and keep c in sync in for loopFilipe Brandenburger
2015-11-05extract-word: Check for early bail out before inspecting separatorsFilipe Brandenburger
2015-11-05extract-word: replace an use of `goto` with structured codeFilipe Brandenburger
2015-11-05extract-word: move start block outside the for loopFilipe Brandenburger
2015-11-03util-lib: move character class definitions to string-util.hLennart Poettering
2015-11-02Revert "utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t"Lennart Poettering
2015-10-31utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_tShawn Landden
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-24util-lib: rework extract_first_word_and_warn() a bitLennart Poettering
2015-10-24util: split out extract_first_word() and related calls into extract-word.[ch]Lennart Poettering