* src/frontend/com_dl.c src/frontend/com_dl.c src/frontend/commands.c:
Add function xaltermod
2004-06-02 Stefan Jones <stefan.jones@multigig.com>
* configure.in:
Change to version 16
Disable GnuReadline in tclspice
* src/tclspice.c:
Added trigger and step callbacks
Fix redef of sighandler_t
* src/pkgIndex.tcl.in:
set a global variable spice_version
* configure.in:
Change to version 0.2.15
2003-10-31 Stuart Brorson <sdb@cloud9.net>
* Integrated readline into ngspice CLI. Code was shamelessly
stolen from http://www.btae.mam.gov.tr/~genc/ngspice/ & reworked by SDB.
* Fixed makefiles in src/xspice/icm and src/xspice/cmpp to make distclean
without barfing.
* tests/TransImpedanceAmp/output.net:
processed with dos2unix
* configure.in src/spinit.in src/spinit
src/xspice/cmpp/Makefile src/xspice/cmpp/Makefile.in:
Make configure automatically set paths for lex yacc and install dir
2003-08-30 Stefan Jones <stefan.jones@multigig.com>
* src/Makefile.am Makefile.am README.Tcl
src/xspice/README src/xspice/icm/README
src/xspice/icm/spice2poly/icm_spice2poly/README:
Updated to reflect codemodel support is now complete
* src/xspice/{Makefile.am,xspice.c}
src/xspice/cm/{cmexport.c,Makefile.am}:
Moved the xspice library hooks into the cm directory
* src/Makefile.am src/ngspice.idx:
Remove ngspice.idx and make it auto-generated and installed
* configure.in:
Change version to 0.2.14
* src/xspice/enh/enhtrans.c src/xspice/mif/mif_inp2.c:
Fixed version from Stuart Brorson <sdb@cloud9.net>,
http://www.brorson.com/gEDA/ngspice/
* src/frontend/aspice.c:
Add ifdef for SOLARIS
* src/frontend/terminal.[ch] src/tclspice.c:
Fix output redirection with tclspice
* src/tclspice.c:
Add quick support for plotting complex vectors
* src/xspice/ipc/ipc.c:
Remove linux specific includes which are not needed
* src/frontend/misccoms.c src/tclspice.c src/spinit
src/ngspice.c src/conf.c src/Makefile.am configure.in:
tclspiceised the files and the email addrs. s/ngspice/tclspice/
.spiceinit and co work
* configure.in src/xspice/icm/* src/xspice/lib/*.cm
src/xspice/Makefile.am :
Added some easy to use makefiles for codemodels and reordered
Removed binary files
Added icm to build list
* src/xspice/mif/mif_inp2.c:
Reverted to version 1.1.2.2 so POLY and codemodels work
* src/xspice/mif/mifutil.c:
Check for NULL MIFcopy arg.
* src/Makefile.am:
Fixed libspice.so dependancies
* configure.in src/tclspice.c:
tclspice can now be built without thread support
* src/frontend/{com_let.c,device.c,evaluate.c}:
more memory leak fixes by Vera Albrecht <albrecht@danalyse.de>
* src/frontend/{com_compose.c,cpitf.c,device.c,subckt.c,vectors.c}
src/frontend/plotting/plotit.c src/include/ngspice.h
src/spicelib/parser/{inp2dot.c,inp2r.c,inpdomod.c,inpdpar.c,inpgmod.c,inppas3.c} :
Rest of the serious deck reader leaks, plus fixes for the last batch.
Makefile mod_lex.l mod_yacc.y pp_lst.c pp_mod.c read_ifs.c
Fixed up -lst so it works like Spice Opus and finally fix char *yytext
not char yytext[];
Call yyrestart(NULL) at the end of each yyparse to reset state.
Makefile.am
Added Files:
cmpp/Makefile cmpp/cmpp.h cmpp/ifs_lex.l cmpp/ifs_yacc.h
cmpp/ifs_yacc.y cmpp/main.c cmpp/mod_lex.l cmpp/mod_yacc.h
cmpp/mod_yacc.y cmpp/pp_ifs.c cmpp/pp_lst.c cmpp/pp_mod.c
cmpp/read_ifs.c cmpp/util.c cmpp/writ_ifs.c
Version of cmpp from xspice, still needs some work to make it compatable
with SpiceOpus and tclspice, but compiles.