> developers that use musl seemed interested in it. One of them did > some modifications to it. You can find the modified version here: > https://github.com/rofl0r/hardcore-utils > > Might be worth comparing to the current version in Elks to see if any > of the changes are worth using. > > I've been working on my own version of various core utilities. Some > of them are based on the simple Minix utilities (which Elks uses in > some cases). Some of them are based on BSD or public domain code. A > few, I've written from scratch. They use ANSI prototypes not K&R in > most cases. My goal for this project is to make them as portable as I > can, so they'll work on POSIX systems or Windows or even DOS. I have > the following utilities: Interesting. We are doing similar things for FUZIX in some cases from Minix and from ELKS, in other cases from things like V7 and from other public sources. In the FUZIX case we also have the challenge of supporting 3 different compilers (currently), and needing to squash everything into very low memory footprints (ideally below 32K running) and to try and avoid floating point. The FUZIX stuff so far (barring a few more v7 ports) is at https://github.com/EtchedPixels/FUZIX/tree/master/Applications > pretty much in flux. I'd be interested in sharing code or ideas for > improvements though. It would be nice to share some changes rather > than needing to duplicate effort. Definitely. Alan -- To unsubscribe from this list: send the line "unsubscribe linux-8086" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html