index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
compare-operator.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use FOREACH_ELEMENT
Matteo Croce
2024-04-18
1
-1
/
+1
*
various: use FOREACH_ARRAY more
Mike Yuan
2023-12-25
1
-5
/
+6
*
tree-wide: drop space between variable and an increment/decrement
Yu Watanabe
2023-12-24
1
-1
/
+1
*
compare: fix typo
Yu Watanabe
2023-07-14
1
-1
/
+1
*
condition: change operator logic to use $= instead of =$ for glob comparisons
Lennart Poettering
2022-09-01
1
-2
/
+2
*
compare: propagate errors of fnmatch() as errors
Lennart Poettering
2022-09-01
1
-2
/
+7
*
compare: support textual operators, and port analyze over to it
Lennart Poettering
2022-09-01
1
-0
/
+7
*
compare: add two new operators "==" and "<>"
Lennart Poettering
2022-09-01
1
-0
/
+2
*
compare: rework table in parse_compare_operator() to be array of structs
Lennart Poettering
2022-09-01
1
-23
/
+22
*
compare: add flag for parse_compare_operator() to do equality/inequality comp...
Lennart Poettering
2022-09-01
1
-0
/
+17
*
compare: add a proper flags field for parse_compare_operator()
Lennart Poettering
2022-09-01
1
-3
/
+4
*
compare: drop use of FNM_EXTMATCH for now
Lennart Poettering
2022-09-01
1
-2
/
+2
*
comapre: add generic implementation for comapring with verscmp+fnmatch
Lennart Poettering
2022-09-01
1
-0
/
+23
*
compare: move test_order() → compare-operator.[ch]
Lennart Poettering
2022-09-01
1
-0
/
+27
*
condition: split out order operator enum
Lennart Poettering
2022-09-01
1
-0
/
+38