head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.24 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.22 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.20 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.18 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.16 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.14 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.12 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.10 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.8 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.6 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.4 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.2 pkgsrc-2007Q3-base:1.2; locks; strict; comment @# @; 1.2 date 2007.09.18.19.40.20; author drochner; state dead; branches; next 1.1; 1.1 date 2007.08.01.20.51.45; author joerg; state Exp; branches; next ; desc @@ 1.2 log @update to 2.12.2 This is a major release. Significant changes include: * calc may be built with static or dynamic shared libraries * overhauled Makefiles to use system targets - replaced compiler sets with host targets - targets include: linux, OS X, FreeBSD, simple, default - many changes to Makefile variables * calc source static and extern variables declared with CPP symbols - to make it easier to compile under certain Windoz environments - to assist those who are developing a multi-threaded calc lib * calc library makes it easier to control parse and scan messages * added Makefile.simple for hosts without GNU Make * added custom registers - when calc is run with the -C flag * dropped support of md5 and sha-0 hashes * calc supports real and complex exponentiation bases and exponents - i.e., 2.5 ^ 3.5, 0.5i ^ 0.25, 2.5 ^ 2.718i, 3.13145i ^ 0.30103i added TEST_TARGET @ text @$NetBSD: patch-ab,v 1.1 2007/08/01 20:51:45 joerg Exp $ --- alloc.h.orig 2007-08-01 20:33:48.000000000 +0000 +++ alloc.h @@@@ -44,19 +44,7 @@@@ # include #endif -#ifdef HAVE_MALLOC_H -# include -#else -#if defined(FORCE_STDC) || (defined(__STDC__) && __STDC__ != 0) || defined(__cplusplus) - extern void *malloc(); - extern void *realloc(); - extern void free(); -# else - extern char *malloc(); - extern char *realloc(); - extern void free(); -# endif -#endif +#include #ifdef HAVE_STRING_H # include @ 1.1 log @Just use stdlib.h instead of malloc.h or defining them by hand. @ text @d1 1 a1 1 $NetBSD$ @