History log of /netbsd-src/sys/arch/atari/stand/tostools/libtos/xalloc.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 454af1c0 14-Mar-2009 dsl <dsl@NetBSD.org>

Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle

Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)

show more ...


# fa1cc128 24-Feb-2002 leo <leo@NetBSD.org>

Move some disk I/O and disklabel functions into the library. The code
mostly originated from aptck. Need an extra pass over aptck to cut out all
functionality now moved to the library...


# b24ea33c 07-Jan-1996 leo <leo@NetBSD.org>

Common library for all tostools. (Waldi Ravens and myself)