History log of /netbsd-src/bin/csh/alloc.c (Results 1 – 16 of 16)
Revision Date Author Comments
# 911d74d4 24-Apr-2024 nia <nia@NetBSD.org>

csh: add a reallocarray function for using inside csh


# 1767ce60 05-Jan-2019 christos <christos@NetBSD.org>

Welcome to the 21th century csh: retire "ptr_t" now that we have "void *"


# bd073e63 05-Jan-2019 maya <maya@NetBSD.org>

Remove Free, s/xfree/free/.

Standard C says that free should be a no-op for a NULL pointer, so
we don't need an extra function to do this.

While here, add an XXX about a wrong sounding comment


# cd0ed5aa 22-Jan-2013 christos <christos@NetBSD.org>

Remove alloc builtin, it did not work anyway since most modern malloc
implementation use a combination of sbrk/mmap.


# b5b29542 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22249, verified by myself.


# 18158540 25-May-2002 wiz <wiz@NetBSD.org>

__STDC__ is always defined on NetBSD.


# b771e65b 14-Sep-2001 wiz <wiz@NetBSD.org>

ANSIfication and KNF improvements by Petri Koistinen in bin/13689,
with some fixes by me.


# ee9e50ea 28-Jul-1998 mycroft <mycroft@NetBSD.org>

Be more retentive about use of NOTREACHED and noreturn.


# cdbd74da 28-Jul-1998 mycroft <mycroft@NetBSD.org>

Delint (partially).


# 8ea378c6 04-Jul-1997 christos <christos@NetBSD.org>

Rename err.h to errnum.h to avoid collision with err.h
Fix compiler warnings.


# 49f0ad86 21-Mar-1995 cgd <cgd@NetBSD.org>

convert to new RCS id conventions.


# cee2bad8 21-Sep-1994 mycroft <mycroft@NetBSD.org>

Merge 4.4-Lite version.


# a579b792 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 06be6008 23-Mar-1993 cgd <cgd@NetBSD.org>

changed "Id" to "Header" for rcsids


# 346aa5dd 22-Mar-1993 cgd <cgd@NetBSD.org>

added rcs ids to all files


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources