On Fri, 14 Oct 2005 19:11:28 +0200 Patrick Mauritz
<[EMAIL PROTECTED]> babbled:

> Hi,
> attached are patches for various issues I ran across while building on
> solaris (with sunpro compiler, where possible).
> 
> - most of them are just sanity stuff (headers that gcc seems to assume
> by default..).
> - the Ecore_Data.h change seems to be an unfinished structure change, as
> I've seen 

i've left this one out for now - nathan - dan? is this right?

>   ->lock.readers elsewhere, too.
> - the putenv change is because putenv on solaris crashes while looking
> for the "=". I'm 
>   not sure what the standard says anything about that case though.

the manual page:

       Description for libc4, libc5, glibc: If the argument string is  of  the
       form  name,  and  does  not contain an ‘=’ character, then the variable
       name is removed from the environment.  If putenv() has  to  allocate  a
       new  array  environ,  and  the  previous  array  was  also allocated by
       putenv(), then it will be freed. In no case will the old storage  asso‐
       ciated to the environment variable itself be freed.

ie no = will unset it. we actually WANT to unset it. i guess this will do for
now and put a comment there noting this.

> please Cc: on reply as I'm not on the list.
> 
> 
> patrick mauritz
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to