rmyorston / pdpmake

Public domain POSIX make
https://frippery.org/make
Other
105 stars 11 forks source link

New features #2

Closed illiliti closed 2 years ago

illiliti commented 2 years ago

First of all thank you for this project, really cool!

Do you plan to implement new POSIX features and/or would you accept patches that implement them? Namely

  1. https://www.austingroupbugs.net/view.php?id=1436
  2. https://www.austingroupbugs.net/view.php?id=1437
  3. https://www.austingroupbugs.net/view.php?id=1520
  4. https://www.austingroupbugs.net/view.php?id=1155
  5. https://www.austingroupbugs.net/view.php?id=1325
  6. https://www.austingroupbugs.net/view.php?id=1471
  7. https://www.austingroupbugs.net/view.php?id=1505
  8. https://www.austingroupbugs.net/view.php?id=373
  9. https://www.austingroupbugs.net/view.php?id=519 (also mentioned in Future directions in current posix spec)
  10. https://www.austingroupbugs.net/view.php?id=513 (not supported by bmake and still under review, but very useful)
  11. https://www.austingroupbugs.net/view.php?id=336
  12. https://www.austingroupbugs.net/view.php?id=333
  13. https://www.austingroupbugs.net/view.php?id=523

That's what i found; probably missed something...

rmyorston commented 2 years ago

No plan. Mostly I deal in vague intentions.

Until the next release of the standard these new features would need to be treated as extensions. As has already happened for id=333, support for -include.

illiliti commented 2 years ago

Got it! Thanks for answer