mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
the Tcl/Tk scripting language. The project is open-source (BSD license) and based upon the NG-Spice source code base with many improvements Features and Improvements - Fully Tcl scriptable - installs with 'package require spice' statement - Hspice syntax (SpicePP). - GUI interfaces, various (Tk). - SpiceWish (BLT graph widget) - BLT (tcl compatible) vectors for storage, manipulation and arithmetic upon Spice waveforms. - Xspice additions (Georgia Tech). - Trigger upon waveform events. - Spice 'simulator state' save and restore for rapid 'what-if' simulations (no longer need to re-simulate from the beginning each time a device value is changed). Author: Stefan Jones <stefan.jones@multigig.com> WWW: http://tclspice.sourceforge.net/ PR: ports/99399 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
10 lines
276 B
C
10 lines
276 B
C
--- ./src/spicelib/devices/names.c.orig Sat Jun 24 02:01:08 2006
|
|
+++ ./src/spicelib/devices/names.c Sat Jun 24 02:01:17 2006
|
|
@@ -28,7 +28,6 @@
|
|
#include <assert.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
-#include <malloc.h>
|
|
|
|
#define __NAMES_PRIVATE__
|
|
#include "names.h"
|