> projects. I still think either a Lesser GNULib project is needed, or > that gnulib modules could become parametrized, or that gnulib could > contain multiple implementations of the same interface (with different > characteristics, license-wise, thread-safety, malloc use, etc...).
It seems to me that it is allready possible. If a module has another name it could have different characteristics. If I'm not wrong the alloca and alloca-opt have allready that kind of relationship, and also xalloc and xalloc-die for example. Maybe you want the similar things but within just one module with conditionnals? > I found it helped to attack the problem one module at a time, > carefully considering the details. Exactly which modules do you need > which are under the GPL in gnulib today? alloca malloc realloc strtod atexit dup2 getcwd getpagesize memmove memset strerror regex I'm not certain that they are all really needed as some are picked up by autoscan and I haven't checked how they are used inthe code exactly. The package I am trying to help packaging is http://opendap.org/, and I am currently working on libdap and libnc-dap. -- Pat _______________________________________________ bug-gnulib mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnulib
