summaryrefslogtreecommitdiff
path: root/src/basic/extract-word.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-7/+7
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* utf8.[ch] et al: use char32_t and char16_t instead of int, int32_t, int16_tShawn Landden2016-01-271-1/+1
* basic/escape: merge utf8 and non-utf8 paths in cunescape_oneZbigniew Jędrzejewski-Szmek2016-01-181-4/+5
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-1/+11
* core: fix dependency parsingLennart Poettering2015-11-111-2/+2
* extract-word: Skip coalesced separators in placeFilipe Brandenburger2015-11-051-11/+9
* extract-word: Do not re-evaluate the state on each parsed characterFilipe Brandenburger2015-11-051-32/+43
* extract-word: increment pointer p and keep c in sync in for loopFilipe Brandenburger2015-11-051-9/+6
* extract-word: Check for early bail out before inspecting separatorsFilipe Brandenburger2015-11-051-3/+3
* extract-word: replace an use of `goto` with structured codeFilipe Brandenburger2015-11-051-11/+9
* extract-word: move start block outside the for loopFilipe Brandenburger2015-11-051-18/+17
* util-lib: move character class definitions to string-util.hLennart Poettering2015-11-031-1/+2
* Revert "utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t"revert-1740-masterLennart Poettering2015-11-021-1/+1
* utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_tShawn Landden2015-10-311-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+0
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-0/+1
* util-lib: rework extract_first_word_and_warn() a bitLennart Poettering2015-10-241-9/+19
* util: split out extract_first_word() and related calls into extract-word.[ch]Lennart Poettering2015-10-241-0/+274