IBM / portlibfori

A set of APIs to enable applications to be more easily ported to PASE on IBM i
Other
8 stars 7 forks source link

Implement glob(3) #29

Open NattyNarwhal opened 2 years ago

NattyNarwhal commented 2 years ago

The AIX libc glob is a bit anemic feature wise (AFAIK missing a few flags), and I'm suspecting it may be buggy. I've had a few complaints about it.

I was thinking of vendoring say, a BSD's implementation in our application (and am tempted to do just that), but I bet it'd probably be better if it were provided in here, since other software may be using it.

kadler commented 2 years ago

SGTM. We'll Ship of Theseus our way out of AIX's awfulness eventually!