@ -1,3 +1,7 @@
2011-12-27 Robert Larice
* **/* :
#2/6 config.h --> ngspice/config.h, #include's
* configure.ac ,
* .cvsignore ,
@ -1,6 +1,6 @@
/* Common configuration file for ng-spice and nutmeg */
#include "config.h"
#include "ngspice/config.h"
#include "conf.h"
/* The GNU configure system should set PACKAGE_BUGREPORT
@ -1,4 +1,4 @@
#include <config.h>
#include "ngspice/ngspice.h"
#include "ngspice/bool.h"
#include "ngspice/wordlist.h"
@ -2,7 +2,7 @@
* com_echo.c
************/
#include <stdio.h>
#include "ngspice/macros.h"
@ -4,7 +4,7 @@
Patches by Bill Swartz from 2009-05-18 and 2009-08-21 are included.
*/
#include "ngspice/memory.h"
@ -1,7 +1,7 @@
#ifndef _COM_MEASURE_H
#define _COM_MEASURE_H
extern int measure_get_precision(void) ;
extern int get_measure2(wordlist *wl,double *result,char *out_line, bool auto_check) ;
* com_rehash.c
* com_shell.c
* com_shift.c
@ -7,7 +7,7 @@
#include "ngspice/cpdefs.h"
#include "ngspice/fteext.h"
* com_unset.c
@ -8,7 +8,7 @@ Modified 1999 Emmanuel Rouat
* The main entry point for the help system.
#include "ngspice/cpstd.h"
#include "ngspice/hlpdefs.h"
@ -12,7 +12,7 @@ Modified 1999 Emmanuel Rouat
* Toss the help window up on the screen, and deal with the graph...
@ -11,7 +11,7 @@ Modified 1999 Emmanuel Rouat
* when a complete match is not found - additional code based on code in MacSpice.
@ -4,7 +4,7 @@ Author: Jeffrey M. Hsu
Modified 1999 Emmanuel Rouat
**********/
#ifndef X_DISPLAY_MISSING
@ -4,7 +4,7 @@ Author: 1986 Wayne A. Christopher, U. C. Berkeley CAD Group
@ -12,7 +12,7 @@
#include <math.h>
#include <stdarg.h>
#ifdef HAS_WINDOWS
#include "ngspice/wstdio.h"
#endif
@ -8,7 +8,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
* Do backquote substitution on a word list.
#include "backq.h"
@ -13,7 +13,7 @@ Modified: 1999 Paolo Nenzi
* filename completion.
#include "complete.h"
@ -7,7 +7,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
* Expand global characters.
#include "glob.h"
@ -6,7 +6,7 @@ Author: 1988 Jeffrey M. Hsu
/*
* Stand-alone input routine.
#include <errno.h>
* Initial lexer.
@ -5,7 +5,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
/* This routine parses a number. */
#include "ngspice/ftedefs.h"
* Most moved to MISC/
* Routines to do execution of unix commands.
#include "unixcom.h"
@ -1,5 +1,5 @@
#include "ngspice/graph.h"
@ -12,7 +12,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
* Others: Use original code with sbrk(0) and some "ugly hacks"
* streams.c
@ -9,7 +9,7 @@ Author: 1986 Wayne A. Christopher, U. C. Berkeley CAD Group
* can be written for every possible machine...
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
#include <string.h>
#include <stdlib.h>
#ifndef _COMPATMODE_H
#define _COMPATMODE_H
typedef enum {
COMPATMODE_NATIVE = 0,
@ -11,7 +11,7 @@ Modified: 1999 Paolo Nenzi - 2000 AlansFixes
#ifndef FTEext_h
#define FTEext_h
/* needed to find out what the interface structures look like */
#include "ngspice/typedefs.h"
@ -7,7 +7,7 @@ Modified 1999 Emmanuel Rouat - 2000 AlansFixes
* Definitions for the help system.
# include <config.h>
@ -17,7 +17,7 @@
# define _GNU_SOURCE
#include <stddef.h>
#ifdef HAVE_LIMITS_H
@ -3,7 +3,7 @@
* 1999 E. Rouat
#ifndef STRING_H_INCLUDED
#include <float.h>
#include "ngspice/dvec.h"
#include "ngspice/complex.h"
@ -94,7 +94,7 @@
* Spice3's matrix macro definitions.
#include <assert.h>
/* Modified: 2000 AlansFixes */
#include "dup2.h"
@ -6,7 +6,7 @@ Copyright 1990 Regents of the University of California. All rights reserved.
* Date and time utility functions
#include "misc_time.h"
/* Wordlist manipulation stuff. */
@ -7,7 +7,7 @@ Author: 1986 Wayne A. Christopher, U. C. Berkeley CAD Group
* The main routine for the help system in stand-alone mode.
/* Configuration file for nutmeg */
* Devices
@ -3,7 +3,7 @@ Copyright 1990 Regents of the University of California. All rights reserved.
/* convert .process file to set of .model cards */
/* Configuration file for ng-spice */
/**********
#include "ngspice/jobdefs.h"
@ -19,7 +19,7 @@
#include "../../frontend/fourier.h"
#include "../../frontend/variable.h"
#include "cktaccept.h"
#include "ngspice/trandefs.h"
@ -8,7 +8,7 @@ Modified: 2000 AlansFixes
--- ONLY, unlike spice2 routine with the same name! */
#include "ngspice/cktdefs.h"
@ -23,7 +23,7 @@
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="code">
#include "ngspice/devdefs.h"
#include "ngspice/devdefs.h"
@ -8,7 +8,7 @@ Author: 1985 Thomas L. Quarles
* this is a driver program to iterate through all the various accept
* functions provided for the circuit elements in the given circuit */
#include "ngspice/sperror.h"
#include "ngspice/ifsim.h"
@ -7,7 +7,7 @@ Author: 1985 Thomas L. Quarles
*
* Ask questions about a specified device. */
@ -9,7 +9,7 @@ Author: 1985 Thomas L. Quarles
* in the specified circuit. */
* Create a device of the specified type, with the given name, using
* the specified model in the named circuit. */
Author: 1985 Thomas L. Quarles
@ -4,7 +4,7 @@ Author: 1985 Thomas L. Quarles
Modifed: 2000 AlansFixes
@ -28,7 +28,7 @@
* ENHANCEMENTS, OR MODIFICATIONS. */
#include "assert.h"