Re: m4 module loader interface simplifications

2008-05-06 Thread Gary V. Vaughan
Hi Eric, On 19 Feb 2008, at 02:10, Gary V. Vaughan wrote: I'll see what I can put together over the next few days. s/days/months/ Surprisingly, even though this makes for simpler m4 code for our users, the implementation actually requires slightly more code than it saves!! I've created

Re: m4 module loader interface simplifications

2008-02-18 Thread Gary V. Vaughan
Hi Eric, On 19 Feb 2008, at 01:04, Eric Blake wrote: According to Gary V. Vaughan on 2/17/2008 3:46 AM: | I think we should abstract away the difference between {s,}include of an | m4 file and of a dso, and do away with load/unload altogether. It's | perfectly possible to keep track of which

Re: m4 module loader interface simplifications

2008-02-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Gary V. Vaughan on 2/17/2008 3:46 AM: | I think we should abstract away the difference between {s,}include of an | m4 file and of a dso, and do away with load/unload altogether. It's | perfectly possible to keep track of which builtins a