| Age | Commit message (Expand) | Author |
| 2010-12-14 | Reference strsuftoll(3) and orders(7) with each other. | jruoho |
| 2010-11-27 | ansify | christos |
| 2010-11-17 | Include "namespace.h" to get namespace protection. | tron |
| 2010-11-16 | Implement mark & sweep garbage collection as suggested by Enami Tsugutomo | tron |
| 2010-11-16 | Fix typos in comment. | enami |
| 2010-11-14 | 1.) Rename internal function __findvar() to __findenvvar(). | tron |
| 2010-11-14 | Set errno to ENOENT if we reject the environment variable name in | tron |
| 2010-11-14 | Improve and simplify implementation of *env(3) functions: | tron |
| 2010-11-10 | Clear all entries past the NULL while scrubing environ vector. | enami |
| 2010-11-10 | Indent using tab rather than four spaces. | enami |
| 2010-11-04 | scrub the whole array, not just the first n malloced entries. | christos |
| 2010-11-03 | Handle the case where a program attempted to cleanup the environment by | christos |
| 2010-11-02 | - Simplify the code | enami |
| 2010-11-01 | Double the array only when really necessary. Otherwise memory will be | enami |
| 2010-10-26 | Improve wording after consultation with njoly. | wiz |
| 2010-10-25 | Make putenv(3) fails with EINVAL for a null pointer, or for a string | njoly |
| 2010-10-24 | Double the size of the allocate environment vector when we resize it. | tron |
| 2010-10-16 | Make setenv(3) follow the standard, by rejecting invalid strings. It | njoly |
| 2010-10-05 | Avoid unnecessary malloc(). Since __findenv() kindly treats | enami |
| 2010-10-02 | Restore binary compatibility with applications which use putenv(3) | tron |
| 2010-10-02 | Make sure that all extra elements of the environment vector are set | tron |
| 2010-10-02 | Remember that we didn't malloc() memory for an environment variable | tron |
| 2010-10-01 | Fix a typo, remove trailing whitespace. | wiz |
| 2010-10-01 | make putenv POSIX compliant. | christos |
| 2010-09-30 | Be slightly more careful about freeing memory allocated for environment | tron |
| 2010-09-29 | If new length is exactly equals to the current length, | enami |
| 2010-09-29 | Don't put space before close paren. | enami |
| 2010-09-25 | be more conservative about allocing. | christos |
| 2010-09-25 | Remember the correct pointer which we will free later. | tron |
| 2010-09-25 | Unlock the environment lock if __alocenv() fails. | tron |
| 2010-09-25 | Remember memory used by allocated environment variables instead of | tron |
| 2010-09-24 | protect the __allocenv call with the mutex; from Enami | christos |
| 2010-09-24 | Fix memory leaks; thanks Enami! | christos |
| 2010-09-23 | Use a bit array to keep track of malloced environment entries so we can | christos |
| 2010-09-23 | PR/43899: Nicolas Joly: setenv(3)/unsetenv(3) memory leak. | christos |
| 2010-09-23 | Add empty line in ERRORS section. | njoly |
| 2010-09-09 | Only do the __libc_init hack in libc, i.e. remove it from ld.elf_so. | skrll |
| 2010-06-28 | Ensure that initfini.c is referenced by exit.c. The start up code has to | joerg |
| 2010-05-14 | Use standard section headers. | jruoho |
| 2010-05-13 | Join %U. | wiz |
| 2010-05-06 | Note POSIX compliance. | jruoho |
| 2010-05-03 | Fix previous commit by also moving the type of _malloc_options. In addition, | jruoho |
| 2010-05-03 | Move the '_malloc_options' variable from malloc(3) to jemalloc(3). | jruoho |
| 2010-05-03 | Note the problems with SSP. | jruoho |
| 2010-05-03 | Move the examples to where they belong, in EXAMPLES. | jruoho |
| 2010-05-03 | Split the implementation details of malloc(3) to a separate jemalloc(3) | jruoho |
| 2010-05-03 | Add more markup. | jruoho |
| 2010-05-01 | Note that the return type sould arguably be intmax_t instead of long long. | jruoho |
| 2010-05-01 | Remove the (incorrect) note about inconsistent return values. Name the exit | jruoho |
| 2010-05-01 | Add more bugs. Namely, besides the return values that are confusing, no | jruoho |