| Age | Commit message (Expand) | Author |
| 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 |
| 2010-05-01 | Improvements to wording and markup. | jruoho |
| 2010-04-30 | Rewrite the HISTORY section. | jruoho |
| 2010-04-30 | Put the period outside the quotation marks. | jruoho |
| 2010-04-30 | Add STANDARDS and CAVEATS. The latter notes the ambiguity of tdelete() when | jruoho |
| 2010-04-30 | Also: in the example EOVERFLOW is probably better than ENOMEM. | jruoho |
| 2010-04-30 | As err(3) instructs, use EXIT_FAILURE in the example. | jruoho |
| 2010-04-30 | Steal the "malloc() vs. calloc()" -idiom from the OpenBSD's malloc(3). | jruoho |
| 2010-03-22 | Use .In for header files instead of .Ar Pa and variations. | joerg |
| 2010-03-21 | Emphasize imaxint_t. | jruoho |
| 2010-03-19 | Namespace protection for mi_vector_hash. | joerg |
| 2010-03-04 | Fix race condition on reallocation of huge category. | enami |
| 2010-02-04 | Include nbtool_config.h as we need to be part of the terminfo toolchain. | roy |
| 2009-12-02 | tyop de fix | pooka |
| 2009-12-02 | Document that strtouq can return UQUAD_MAX. | pooka |
| 2009-12-02 | Retain old variables when failed to allocate memory. | enami |
| 2009-11-17 | Mention that it is included in IEEE Std 1003.1-2008. | wiz |
| 2009-11-17 | Mention that getsubopt is an XSI extension for IEEE Std 1003.1, 2004 Edition.... | wiz |
| 2009-10-21 | Remove 3rd and 4th clauses in christos' license. OK christos. | snj |
| 2009-10-19 | Fix header to include. From Kristaps Dzonsons. | joerg |
| 2009-10-08 | When converting the locking path of mutex+counter to a real recursive | pooka |
| 2009-09-05 | Ansify functions and remove __P/ | dsl |
| 2009-08-21 | The 'table' of character weights is allowed to be NULL. | dsl |
| 2009-07-31 | Add the 'abs', 'div' and 'erand48' sources to stdlib/Makefile.inc. | dsl |
| 2009-07-23 | Bump date for previous. | wiz |
| 2009-07-23 | Clarify the description of the errno behavior, based on the recent | dholland |
| 2009-07-21 | Add HISTORY. | joerg |
| 2009-07-20 | Add a fast, platform independent hash function to libc. | joerg |
| 2009-07-20 | Re-add explanation of how to correctly use realloc. | pooka |
| 2009-06-01 | qsort: remove the "switch to insertion sort" optimization because it | yamt |
| 2009-05-21 | Markup improvements. No need to mark up numbers as defined values, math | wiz |
| 2009-05-20 | mention that these functions return 0 and set errno to ERANGE on invalid base. | christos |
| 2009-05-18 | Grammar fix. | wiz |
| 2009-05-13 | Revert parts of v1.25 (jemalloc): | wiz |
| 2009-04-11 | Fix markup. | joerg |
| 2009-03-20 | ANSIfy. Remove conditionals around __RCSID. | joerg |
| 2009-03-20 | ANSIfy. Remove conditional macros around __RCSID. | joerg |
| 2009-03-12 | Explicitly mark : as literal, use Pq. | joerg |
| 2009-03-10 | Fix prologue. | joerg |