Le Jeudi 15 Septembre 2005 12:06, Rüdiger Timm a écrit : > Hi Éric, > > A very interesting list, indeed.
Thank you very much. > May I ask how/where you have found all > these variables? A massive grep -r of getenv in the source tree. Then I followed the #define's and function definitions that might change the apparent name of "getenv" (for example to Py_GETENV). I might have missed some, though. I used then a bit of sed and sort -u magic to make it look nice. I ended up with an XML list. kendy and I then wrote a small XSLT to convert it to Wiki format. > Some of them for me sound really deprecated or for > build time use only. Perhaps we could reduce this list. Feel welcome to do it ;-). When you identify a "deprecated" variable, please just move it to the "Deprecated" section, do not simply remove it. This way, such "deprecated" variables can be removed from the source code as well later on (and then from the list too). Another big cleanup task, may I say... :-/ -- Marre des virus, vers, spywares, adwares et plantages ? Passez à Linux ! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
