Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make setenv, putenv, getenv and unsetenv conforming to Open Group specs | ache | 2007-04-30 | 1 | -5/+5 |
| | | | | | | | | | Issue 6 (also IEEE Std 1003.1-2001) in following areas: args, return, errors. Putenv still needs rewriting because specs explicitly says that altering passed string later should change the environment (currently we copy the string so can't provide that). | ||||
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
| | | | | | | clause. # If I've done so improperly on a file, please let me know. | ||||
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -1/+1 |
| | |||||
* | Remove 'register' keyword. | obrien | 2002-03-21 | 1 | -4/+6 |
| | |||||
* | Doubled the performance of getenv()/__findenv() by rewriting it to not | dg | 1995-10-17 | 1 | -20/+24 |
| | | | | use strncmp().. | ||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+87 |