diff --git a/ChangeLog b/ChangeLog index c31802e..451e34a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-02-10 Érico Nogueira + + * Updated argp to glibc 2.33. + * README.md: create file. + 2004-02-23 Niels Möller * configure.ac: Bumped version to standalone-1.3. diff --git a/README.md b/README.md new file mode 100644 index 0000000..2ee5ac8 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# argp-standalone + +This is a continuation of [Niels Möller](https://www.lysator.liu.se/~nisse/)'s +work on an argp library for systems which don't provide one themselves (most +non-GNU ones). + +After noticing issues with executables built against argp-standalone 1.3, I +decided to fork it and continue the effort. + +This repository is the result of making a timeline with releases 1.0 to 1.3 +(obtained from [here](https://www.lysator.liu.se/~nisse/misc/)) of the original +argp-standalone, copying files from glibc 2.33 and fixing them up for +compatibility, and finally some general clean up. I commited many trivial +changes from the glibc version in order to make updating easier. + +It is my expectation that this library will be useful to others. Feel free to +open an issue or make a PR.