I would like to note that I have modified this library to no longer require a typedef and removed the an internally used macro. I'm just wondering if I should upload a new .tar.gz of the library or if you guys are fine with the one you have.
Thanks for your time! - Luiji Maryo <[email protected]> Visit me at <http://www.entertainingsoftware.com/>. On Fri, Dec 3, 2010 at 8:41 AM, <[email protected]> wrote: > > > A package was submitted to savannah.nongnu.org > This mail was sent to [email protected], > [email protected] > > > Luiji Maryo <[email protected]> described the package as follows: > License: x11 > Other License: > Package: DynArray > System name: dyna > Type: non-GNU software & documentation > > Description: > DynArray is a library of C X-Macros for the creation and manipulation of > dynamically resizing arrays. It supports creating arrays holding any types > supported by C, from integers to structs. It might possibly be usable in C++, > including the ability to create arrays of class instances, however it would be > useless in such a medium due to the std::vector class. > > Currently DynArray only supports commands for creating, manipulating, and > destroying dynamic arrays, however I plan to add functionality to create > foreach loops and other constructs that are useful in languages that support > dynamically resizing arrays. > > Other Software Required: > There are no dependencies other then a C89-compatible compiler. > Theoretically, it could work on even pre-standard compilers. > > Other Comments: > It is licensed under the X11 license due to its small size. Otherwise I would > of GPLed it. > > > _______________________________________________ > Message sent via/by Savannah > http://savannah.gnu.org/ > > -- - Luiji Maryo (a.k.a. Brain Boy) Visit me at http://brainboyblogger.blogspot.com/.
