|
From: Dan M. <da...@us...> - 2004-02-15 07:53:36
|
Module Name: pcb Committed By: danmc Date: Sun Feb 15 07:46:32 UTC 2004 Modified Files: pcb/src: Makefile.am draw.c set.c Added Files: pcb/src: compat.c compat.h Log Message: add a place for putting our own implementation of missing/broken functions. For now add a logf and expf to help solaris. To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 pcb/src/Makefile.am cvs rdiff -r0 -r1.1 pcb/src/compat.c pcb/src/compat.h cvs rdiff -r1.19 -r1.20 pcb/src/draw.c cvs rdiff -r1.12 -r1.13 pcb/src/set.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |