Re: RTLD_DEFAULT & RTLD_NEXT

2004-08-30 Thread Sam Steingold
> * Corinna Vinschen <[EMAIL PROTECTED]> [2004-08-30 16:38:32 +0200]: > > On Aug 30 10:13, Sam Steingold wrote: >> <http://www.opengroup.org/onlinepubs/009695399/functions/dlsym.html> >> Any plans to implement RTLD_DEFAULT & RTLD_NEXT? > > Nope, but you k

Re: RTLD_DEFAULT & RTLD_NEXT

2004-08-31 Thread Corinna Vinschen
On Aug 30 19:51, Sam Steingold wrote: > > * Corinna Vinschen <[EMAIL PROTECTED]> [2004-08-30 16:38:32 +0200]: > > > > On Aug 30 10:13, Sam Steingold wrote: > >> <http://www.opengroup.org/onlinepubs/009695399/functions/dlsym.html> > >> Any plans to

Re: RTLD_DEFAULT & RTLD_NEXT

2004-08-31 Thread Sam Steingold
gt; <http://www.opengroup.org/onlinepubs/009695399/functions/dlsym.html> >> >> Any plans to implement RTLD_DEFAULT & RTLD_NEXT? >> > >> > Nope, but you know http://cygwin.com/acronyms/#PTC , don't you? :-) >> >> looks like t

Re: RTLD_DEFAULT & RTLD_NEXT

2004-08-31 Thread Corinna Vinschen
Hi Sam, On Aug 31 11:24, Sam Steingold wrote: > > * Corinna Vinschen <[EMAIL PROTECTED]> [2004-08-31 10:32:58 +0200]: > > EnumProcessModules. This should also allow to implement RTLD_DEFAULT. > > 2004-08-31 Sam Steingold <[EMAIL PROTECTED]> > > * dlfcn.cc (dlsym): Handle RTLD_DEFAULT us

Re: RTLD_DEFAULT & RTLD_NEXT

2004-08-31 Thread Sam Steingold
> * Corinna Vinschen <[EMAIL PROTECTED]> [2004-08-31 21:08:26 +0200]: > > On Aug 31 11:24, Sam Steingold wrote: >> > * Corinna Vinschen <[EMAIL PROTECTED]> [2004-08-31 10:32:58 +0200]: >> > EnumProcessModules. This should also allow to implement RTLD_DEFAULT. >> >> 2004-08-31 Sam Steingold <[EM

Re: RTLD_DEFAULT & RTLD_NEXT

2004-09-01 Thread Corinna Vinschen
On Aug 31 15:35, Sam Steingold wrote: > > * Corinna Vinschen <[EMAIL PROTECTED]> [2004-08-31 21:08:26 +0200]: > > - EnumProcessModules is NT >= 4 only but not loaded dynamically (see > > autoload.cc) nor tested for non-existance. Generally, > > EnumProcessModules is called w/o checking the return

Re: RTLD_DEFAULT & RTLD_NEXT

2004-09-07 Thread Sam Steingold
the (C) assignment is in the mail. 2004-08-31 Sam Steingold <[EMAIL PROTECTED]> * dlfcn.cc (dlsym): Handle RTLD_DEFAULT using EnumProcessModules(). * include/dlfcn.h (RTLD_DEFAULT): Define to NULL. -- Sam Steingold (http://www.podval.org/~sds) running w2k