From owner-cvs-lib Sun Jun 22 10:56:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA15258 for cvs-lib-outgoing; Sun, 22 Jun 1997 10:56:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA15219; Sun, 22 Jun 1997 10:55:11 -0700 (PDT) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA18421; Sun, 22 Jun 1997 10:54:29 -0700 (PDT) Date: Sun, 22 Jun 1997 10:54:29 -0700 (PDT) Message-Id: <199706221754.KAA18421@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdlib Makefile.inc malloc.3 malloc.c calloc.3 calloc.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/06/22 10:54:29 PDT Modified files: lib/libc/stdlib Makefile.inc malloc.3 malloc.c Removed files: lib/libc/stdlib calloc.3 calloc.c Log: Integrate calloc with the rest of the gang. Various portability and stylistic cleanups. Kill MALLOC_STATS & the 'D' option. Fix the 'V' option. Major overhaul of the man-page. You milage should not vary. Reviewed by: Keith Bostic Submitted by: Keith Bostic Revision Changes Path 1.9 +4 -4 src/lib/libc/stdlib/Makefile.inc 1.12 +300 -208 src/lib/libc/stdlib/malloc.3 1.26 +91 -148 src/lib/libc/stdlib/malloc.c