Hi all,

5.8.8 had two problems that weren't found until now:
* an introduced sizeof(int) != sizeof(size_t) issue
* a regression in the library numbering

>From basically day 1 the issue of #including from
#included files was not as fully considered as it
could have been.

So, for all these reasons, I've patched together a prerelease.

  http://autogen.sourceforge.net/data/autogen-5.9pre1.tar.gz

I've bumped the minor number because there is a little bit
of an interface change.  viz., the search sequence for files
included by an included file.  Originally, it was the current
dir followed by all the "-L" options.  For secondarily included
files, this will now also include the directory containing
the "referring file", after the current directory and before
the list of "-L" options.

I also made another change to libopts (so it is now:
OPTIONS_VERSION_STRING  "28:0:3"):  In addition to prefixing
file names with "$ENVVAR" and "$$", "$@" will now mean the
libopts' pkgdatadir.  (Unless you incorporate it into your own
project.  Then it means your project's pkgdatadir.)

Please let me know if you have any issues.  It will likely
be a couple of weeks at least before I get to an official
release.

Thanks - Bruce

(P.S. Aaron - please look at agen5/test/include.test and see
      if what you see addresses your needs.)

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Autogen-users mailing list
Autogen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/autogen-users

Reply via email to