I updated the release to 1.2. Only real change is a new function list_get_index_ref() and some minor documentation changes (typos etc). This code base is very stable, and used for a number of projects. Please let me know if you find it useful.
New version uploaded, only 1 minor change and a couple of minor changes in the readme files etc. The distribution is now a single tar file, with embedded tar files inside. Much cleaner.
Discovered a minor mistake in list_clear(), i will upload a new minor rev to update it soon. Unless you use remove_functions you will never encounter it anyway.
Decided to put some more time on this, i generalized one of my hashed list implementations that use D-List as the implementation primitives. New files added that are only needed if you want to use hashed lists, otherwise ignore them. This release also includes some minor fixes to the documentation, and a couple of extra changes to sorted list functions. With the release of v1.1 D-List is now in support mode only. I have no more work planned for it. Back to other projects.
Released v1.0,2 today. Last planned released. Back to work on other projects now.
Put the finishing touches to v1.0,2 today, will review for any more changes and release in the next couple of days
Updated to version 1.0.1, many improvements to documentation and code performance. Changed list create semantics to make it more consistent. A few trivial new functions added. Added performance testing code to distribution. Tweaked performance extensively. Integrated another sort version from my library, into the code. See CHANGES for more info. 2 minor non-operational bugs fixed. Replaced 1.0.1 files before anyone grabbed them, to replace an incorrect file that was previously included.
Updated to version 1.0.1, many improvements to documentation and code performance. A few trivial new functions added. Added performance testing code to distribution. Tweaked performance extensively. Integrated another sort version from my library, into the code. See CHANGES for more info. 2 minor non-operational bugs fixed.
Release now fixed at 1.0. Documentation cleanup, added the completed error interface verification test suite, etc. Updated readme, added better hyperlinks to html documentation.
Release now fixed at 1.0. Documentation cleanup, added the completed error interface verification test suite, etc
Updated the package to include Doxygen documentation, a doxy file and a modified header file to use as input.
Updated dlist.c to remove a compiler warning from gcc 10, and made some improvements to the basic information documentation.