index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
extract-word.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-1
/
+1
*
shared/extract-word: replace enum with unsigned int to avoid undefined behaviour
Zbigniew Jędrzejewski-Szmek
2017-04-26
1
-1
/
+6
*
basic/extract-word,man: clarify "correction" of invalid escapes
Zbigniew Jędrzejewski-Szmek
2016-12-11
1
-2
/
+2
*
tree-wide: make invocations of extract_first_word more uniform (#4627)
Zbigniew Jędrzejewski-Szmek
2016-11-11
1
-1
/
+1
*
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
1
-7
/
+7
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
utf8.[ch] et al: use char32_t and char16_t instead of int, int32_t, int16_t
Shawn Landden
2016-01-27
1
-1
/
+1
*
basic/escape: merge utf8 and non-utf8 paths in cunescape_one
Zbigniew Jędrzejewski-Szmek
2016-01-18
1
-4
/
+5
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-1
/
+11
*
core: fix dependency parsing
Lennart Poettering
2015-11-11
1
-2
/
+2
*
extract-word: Skip coalesced separators in place
Filipe Brandenburger
2015-11-06
1
-11
/
+9
*
extract-word: Do not re-evaluate the state on each parsed character
Filipe Brandenburger
2015-11-06
1
-32
/
+43
*
extract-word: increment pointer p and keep c in sync in for loop
Filipe Brandenburger
2015-11-06
1
-9
/
+6
*
extract-word: Check for early bail out before inspecting separators
Filipe Brandenburger
2015-11-06
1
-3
/
+3
*
extract-word: replace an use of `goto` with structured code
Filipe Brandenburger
2015-11-06
1
-11
/
+9
*
extract-word: move start block outside the for loop
Filipe Brandenburger
2015-11-06
1
-18
/
+17
*
util-lib: move character class definitions to string-util.h
Lennart Poettering
2015-11-03
1
-1
/
+2
*
Revert "utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t"
Lennart Poettering
2015-11-02
1
-1
/
+1
*
utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t
Shawn Landden
2015-11-01
1
-1
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+0
*
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-24
1
-0
/
+1
*
util-lib: rework extract_first_word_and_warn() a bit
Lennart Poettering
2015-10-24
1
-9
/
+19
*
util: split out extract_first_word() and related calls into extract-word.[ch]
Lennart Poettering
2015-10-24
1
-0
/
+274