xref: /onnv-gate/usr/src/lib/libdll/common/RELEASE (revision 12068:08a39a083754)
1*12068SRoger.Faulkner@Oracle.COM09-11-17 dllscan.c: handle name[-.]version in dlsopen()
210898Sroland.mainz@nrubsig.org09-04-15 dllopen.c: add, use dllopen() internally to wrap dlopen()
38462SApril.Chin@Sun.COM08-05-12 dllscan.c: LIBSUFFIX==.dylib => default plugin version match 0.0
44887Schin06-10-11 dllscan.c: check sfstruse() return values -- doh
54887Schin06-01-25 dllplug.c: add errorf() library message for dlopen() error
64887Schin05-02-14 dllscan.c: "" || "-" => NiL
74887Schin04-10-01 dllfind.c: drop ksh "builtin" workaround
84887Schin	 dllscan.c: directory prefix in name limits search to dir and siblings
94887Schin04-07-22 dllscan.c: access() => eaccess()
104887Schin04-01-30 dllfind.c: dllplug(error_info.id) then dllplug(0)
114887Schin04-01-28 dllscan.c: update for new plugin scheme: lib/foo/bar.xxx
124887Schin	 dllplug.c: add dllplug() for plugin dllfind()
134887Schin03-03-12 dllfind.c: dlopen() with RTLD_GLOBAL|RTLD_PARENT defaults
144887Schin03-02-11 dllscan.c: change LIBPATH to <dir>[:<env>[:<pat>]][,...]
154887Schin03-01-08 dllscan.c: hack version logic again -- is consistency rocket science?
164887Schin03-01-07 dlfcn.c: fix darwin.ppc dlopen/dlsym/dlclose
174887Schin02-11-18 dllfind.c: add path,size args (with backwards compatibility checks)
184887Schin02-11-15 dllfind.c: check for ./path if '.' in path but no '/'
194887Schin02-08-30 dllfind.c: fix a bug that returned uninitialized value on not found
204887Schin02-08-28 dllscan.c: handle and display bin as a sibling dir
214887Schin02-07-31 dllscan.c: add dllsopen,dllsread,dllsclose
224887Schin	 dllfind.c: use dllsopen,dllsread,dllsclose
234887Schin02-07-26 dllfind.c: add dllinfo()
244887Schin02-06-27 dllnext.c: define _GNU_SOURCE to enable RTLD_NEXT
254887Schin02-03-17 dllfind.c: fix dll prefix search (for cygwin)
264887Schin02-01-11 features/dll: include <dlfcn.h> only if _hdr_dlfcn&&_lib_dlopen
274887Schin01-10-31 dlfcn.c: change hp.pa dlopen() prototype (<dlfcn.h> but no -ldl!)
284887Schin01-09-25 dllfind: add LIBSUFFIX
294887Schin01-07-17 dllfind: do at least one dlopen() to prime dlerror()
304887Schin01-05-29 dlopen: fix dlopen(0,0) for HP
314887Schin01-04-20 dllfind: use getconf HOSTTYPE LIBPATH LIBSUFFIX
324887Schin01-02-14 features/dll: fix unbalanced ' quote and ancient hostinfo reference
334887Schin00-01-26 dlllook: add -- dlsym() with `_' weak prefix fallback
344887Schin99-04-01 features/dll: drop <stdio.h> -- iffe protos printf
354887Schin99-03-19 static=1 for all but win32.*
364887Schin98-06-01 dllfind: fix version search
374887Schin98-03-11 features/dll: probe for _DLL_RLD_SYM
384887Schin98-03-01 dllnext: fix to work!
394887Schin98-01-23 -ldl test moved to lib0ast
404887Schin98-01-11 update for astconf("LIBPATH")
414887Schin	 add dllnext(flags) to uncover next layer
424887Schin	 dllfind() and dllnext() in separate files (for 3d)
434887Schin97-10-11 move from libast so libast can link static
44