index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
extract-word.c
Age
Commit message (
Expand
)
Author
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