Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify; gluk@ptci.ru | 2000-10-25 | 1 | -2/+2 | |
| | |||||
* | - Formatting repairs and standardizations. | 2000-04-20 | 1 | -77/+104 | |
| | | | | | - s/MESSAGES/DIAGNOSTICS/, and put message descriptions in a nice list. - Talk more about how using malloc() in signal handlers is bad. | ||||
* | Clarify and mention that errno is set to ENOMEM on failure of malloc(), | 2000-01-19 | 1 | -5/+11 | |
| | | | | calloc(), and realloc(). Idea from NetBSD. | ||||
* | Tweaks; millert@ | 1999-11-10 | 1 | -8/+9 | |
| | |||||
* | Merge calloc(3) man page into malloc.3; as suggested by millert@ | 1999-11-09 | 1 | -18/+39 | |
| | |||||
* | first round of repairs on stdlib | 1999-06-29 | 1 | -13/+14 | |
| | |||||
* | more missing .El macros filled in | 1999-05-27 | 1 | -11/+12 | |
| | |||||
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | 1999-05-23 | 1 | -2/+2 | |
| | | | | is used instead; kwesterback@home.com | ||||
* | correct some Xr's which referred to the wrong man page sections | 1999-05-10 | 1 | -4/+4 | |
| | |||||
* | Clarify realloc return value | 1999-03-23 | 1 | -3/+4 | |
| | |||||
* | add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@ | 1998-11-17 | 1 | -1/+5 | |
| | |||||
* | document the common misuse of realloc | 1998-08-15 | 1 | -2/+26 | |
| | |||||
* | use Xr more often | 1998-04-28 | 1 | -2/+4 | |
| | |||||
* | Change realloc(foo,0) to behave like malloc(0). Both now return a pointer | 1997-08-23 | 1 | -4/+7 | |
| | | | | | to an object of size zero. This will allow testing on reallocs return value to determine if the operation was successful or not. | ||||
* | Make it possible to not output warnings (errors causing aborts are always | 1997-05-31 | 1 | -1/+5 | |
| | | | | output). | ||||
* | Add x/X option to behave like X11 xmalloc; from FreeBSD | 1997-05-31 | 1 | -1/+13 | |
| | | | | Reduce diffs wrt. FreeBSD some | ||||
* | Latest changes from FreeBSD | 1996-09-26 | 1 | -8/+110 | |
| | |||||
* | Document it. | 1996-08-21 | 1 | -2/+12 | |
| | |||||
* | Import malloc(3) manual page from FreeBSD | 1996-08-10 | 1 | -18/+120 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+91 | |