Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/resolve.c: split in two files | Vladimír Čunát | 2023-06-12 | 1 | -0/+52 |
I know that moving code makes e.g. blaming harder, but this was a really long file now. This commit _only_ moves code, except for nits: - minor pieces moved into an -impl.h shared by both resolve*.c There a couple functions changed to non-static or static inline. - order is preserved, for now at least |