summaryrefslogtreecommitdiff
path: root/src/basic/gunicode.c
AgeCommit message (Collapse)Author
2016-10-12basic: use for() loop instead of while()Stefan Schweter
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen
This is a cleaned up result of running iwyu but without forward declarations on src/basic.
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers
basic/ can be used by everything cannot use anything outside of basic/ libsystemd/ can use basic/ cannot use shared/ shared/ can use libsystemd/