]> git.refcnt.org Git - colorize.git/commit
Drop wordexp(3) in favor of glob(3)
authorSteven Schubiger <stsc@refcnt.org>
Tue, 28 Jul 2026 13:34:14 +0000 (15:34 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Tue, 28 Jul 2026 13:34:14 +0000 (15:34 +0200)
commitb652da6c1c5eccd49cfe3ddf9e79a8c583c3cfd2
treea080116e4a10922bb8e74a8d81c696d601596a94
parent4e8795f4598581309f8804182c5fdc776e04038c
Drop wordexp(3) in favor of glob(3)

- more portable overall
- fixes broken OpenBSD build
- fixes SEGV with previous use of wordexp(3)
TODO
colorize.c