Browse Source

fix tarball, spinit.in was missing

rlar 14 years ago
parent
commit
cf793b3760
  1. 8
      ChangeLog
  2. 2
      src/Makefile.am

8
ChangeLog

@ -1,14 +1,18 @@
2012-01-01 Robert Larice
* src/Makefile.am :
fix tarball, spinit.in was missing
2012-01-01 Holger Vogt 2012-01-01 Holger Vogt
* inpcom.c, main.c, compatmode.h, spinit.in: * inpcom.c, main.c, compatmode.h, spinit.in:
.lib handling depends on input to compatmode .lib handling depends on input to compatmode
* runcoms.c: enforce 'reset' after tran, op, etc. before next * runcoms.c: enforce 'reset' after tran, op, etc. before next
simulation is started
simulation is started
2011-12-30 Holger Vogt 2011-12-30 Holger Vogt
* b4v5dest.c, b4dest.c, b3dest, b3v32.dest : memory leaks reduced * b4v5dest.c, b4dest.c, b3dest, b3v32.dest : memory leaks reduced
* b3v32... : struct bsim3SizeDependParam --> struct bsim3v32SizeDependParam * b3v32... : struct bsim3SizeDependParam --> struct bsim3v32SizeDependParam
* inpcom.c: undo commit from 2011-12-27, lib handling was defect! * inpcom.c: undo commit from 2011-12-27, lib handling was defect!
2011-12-30 Robert Larice 2011-12-30 Robert Larice
* inpcom.c : * inpcom.c :
cleanup, drop `s_lower' cleanup, drop `s_lower'

2
src/Makefile.am

@ -26,7 +26,7 @@ endif !TCL_MODULE
EXTRA_DIST = ngspice.txt setplot spectrum \ EXTRA_DIST = ngspice.txt setplot spectrum \
devload devaxis ciderinit winmain.c winmain.h unsupported \ devload devaxis ciderinit winmain.c winmain.h unsupported \
tclspice.c tclspice.map pkgIndex.tcl.in tclspinit.in main.c
tclspice.c tclspice.map pkgIndex.tcl.in spinit.in tclspinit.in main.c
initdatadir = $(pkgdatadir)/scripts initdatadir = $(pkgdatadir)/scripts

Loading…
Cancel
Save