env. var NGSPICE_INPUT to hold additional path for input files

This commit is contained in:
h_vogt
2011-06-25 16:03:05 +00:00
parent d4667d17c5
commit 661d287029
7 changed files with 61 additions and 15 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
2011-06-25 Holger Vogt
* main.c, defines.h: improved shutdown message for Windows GUI
* cpitf.c, ngspice.h, ivars.c, ivars.h, analog/file_source/cfunc.mod:
Add reading an environmental variable NGSPICE_INPUT to hold a path
where input files are searched for (in addition to existing search paths),
e.g. *.cir in -b and interactive mode, include and library files,
filesource input file.
2011-06-24 Robert Larice
* src/main.c ,
* src/frontend/com_ahelp.c ,