Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   lukem
Date:           Mon Aug  2 03:18:47 UTC 1999

Modified Files:
        basesrc/lib/libc/stdlib: Makefile.inc malloc.3
Removed Files:
        basesrc/lib/libc/stdlib: calloc.3 free.3 realloc.3

Log Message:
replace malloc(3) with one from freebsd which documents our new malloc.c
(also from freebsd). comment out references to reallocf with .\"XXX"
for now. i also fixed some roff misuse as well.
replace calloc(3), free(3) and realloc(3) with links to malloc(3)


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 basesrc/lib/libc/stdlib/Makefile.inc
cvs rdiff -r1.7 -r0 basesrc/lib/libc/stdlib/calloc.3
cvs rdiff -r1.6 -r0 basesrc/lib/libc/stdlib/free.3
cvs rdiff -r1.9 -r1.10 basesrc/lib/libc/stdlib/malloc.3
cvs rdiff -r1.9 -r0 basesrc/lib/libc/stdlib/realloc.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index