README revision 68651
168651SkrisTODO
268651Skris----
368651Skris
468651SkrisFind a way where name-translation can be done in a way that is
568651Skrissensitive to particular methods (ie. generic code could still do
668651Skrisdifferent path/filename substitutions on win32 to what it does on
768651Skris*nix) but doesn't assume some canonical form. Already one case
868651Skrisexists where the "blah -> (libblah.so,blah.dll)" mapping doesn't
968651Skrissuffice. I suspect a callback with an enumerated (or string?)
1068651Skrisparameter could be the way to go here ... DSO_ctrl the callback
1168651Skrisinto place and it can be invoked to handle name translation with
1268651Skrissome clue to the calling code as to what kind of system it is.
1368651Skris
1468651SkrisNOTES
1568651Skris-----
1668651Skris
1768651SkrisI've checked out HPUX (well, version 11 at least) and shl_t is
1868651Skrisa pointer type so it's safe to use in the way it has been in
1968651Skrisdso_dl.c. On the other hand, HPUX11 support dlfcn too and
2068651Skrisaccording to their man page, prefer developers to move to that.
2168651SkrisI'll leave Richard's changes there as I guess dso_dl is needed
2268651Skrisfor HPUX10.20.
2368651Skris
2468651Skris
25