rlar
68b2e6b23a
whitespace cleanup (all Makefile.am files)
2010-09-17 16:11:25 +00:00
dwarning
112261297d
Bill Swartz patch
2010-03-25 22:44:37 +00:00
pnenzi
1e9ba171d8
Updated some Makefiles for generating distribution tarball.
2008-11-26 09:40:16 +00:00
pnenzi
4ab5fc7abb
Added two paragraph to init file
2008-11-25 09:22:55 +00:00
pnenzi
07eaf583b3
Added a section (draft) for init file
2008-11-24 22:28:37 +00:00
h_vogt
afefdb7188
*** empty log message ***
2008-11-23 09:37:13 +00:00
pnenzi
c729c6f353
corrected path
2007-10-08 10:40:45 +00:00
danmc
6b9ec33f27
Add missing info dir section.
2006-10-12 02:49:18 +00:00
sjborley
2952068f93
* Fixed missing parenthesis around CLEANFILES and DISTCLEANFILES in
...
Makefile.am as reported by David Fang <fang@csl.cornell.edu>
* Fixed the section in ngspice.texi where the use of @/ in a @url{} was
giving problems. Actually this whole section on the Windows port is now
out-of-date, and date link was broken, so I have replaced it with something
more appropriate. Thank you to Stuart Brorson for reporting these problems.
2005-08-15 22:24:58 +00:00
sjborley
5a6f1f74db
* Fixed the problems of the AUTHORS file not being found by adding its
...
directory to the search paths for makeinfo and for texi2dvi in Makefile.am
* Fixed the warning caused by @strong{Note:} in ngspice.texti - used the
@quotation Note style as given in the texinfo user manual section 10.2
* Added an @include version.texi in the header of the ngspice.texi file.
This causes automake to create the necessary files and allow the use of
@value(VERSION) in the ngspice.texi. The .cvsignore file has been adjusted
to take account of the generated files.
* Used @copying and @insertcopying for the copyright text in ngspice.texi
and modified the file's structure a little. It now more closely follows the
simple example given in the texinfo user manual.
* Fixed some of the 'overfull' error generated by TeX when processing
ngspice.texi - many more still present.
* removed non-ASCII characters from ngspice.texi. this needed a work-round
for the degrees symbol - used @math{^o}
* Added ngsspice.pdf as an output file of make dist
2005-08-14 19:35:56 +00:00
sjborley
b39be19530
Fixed problem with text2dvi and makeinfo when running make dist, and corrected many spelling errors in doc/ngspice.texi
2005-08-11 01:41:02 +00:00
pnenzi
122f08d65a
Fixed error in "u" definition (Dominique Michel)
2005-07-08 16:22:44 +00:00
sjborley
4b93d88ad1
texinfo.tex is installed by automake when the top-level autogen.sh script is run. Thus I have removed it from CVS and added it to the doc/.cvsignore file
2005-05-07 00:11:07 +00:00
pnenzi
cb73c0e5a5
Reverted to old version with AUTHORS file include.
2004-08-09 18:52:33 +00:00
pnenzi
abd65a6f71
Updated files.
2004-08-09 16:40:30 +00:00
pnenzi
1260ae08db
Update autoconf scripts and applied Niessner patch to remove compiler warnings.
2004-07-09 18:37:25 +00:00
pnenzi
3cef27f2fe
Updated documentation reflecting changed into bjt models.
2003-11-02 14:16:21 +00:00
pnenzi
df9511efcf
Fixed bugs.
2003-10-23 22:03:02 +00:00
pnenzi
d38fd7ecd7
Updated diode documentation.
2003-10-23 20:32:39 +00:00
pnenzi
6c0d0ad47c
Updated diode documentation.
2003-10-22 17:53:22 +00:00
pnenzi
f16ce5cabb
Updated documentation for new "nt" inductor parameter.
2003-10-06 08:08:59 +00:00
pnenzi
9ba9a837db
Fix for info file. A node was unlinked.
2003-09-28 18:54:01 +00:00
pnenzi
7934e27102
Updated documentation reflecting changes into inductor model.
2003-09-27 20:17:22 +00:00
pnenzi
a2cf5cab55
Updated documentation to reflect changes in capacitor model.
2003-09-25 07:06:14 +00:00
pnenzi
bfe7741fe3
Finisched updating ngspice doc. Resistor part complete.
2003-09-21 13:08:14 +00:00
pnenzi
5e124c6a60
Updated documentation afer resistor model update.
2003-09-20 20:18:25 +00:00
pnenzi
5ae9de6d52
Updated documentation.
2003-08-25 12:16:03 +00:00
pnenzi
7d0f2f2276
Improved the "version" command to show compilation switches. Updated
...
documentation to reflect changes.
2003-08-24 16:45:15 +00:00
pnenzi
370752e330
Updated documentation (still incomplete).
2003-08-11 20:57:46 +00:00
rouat
8385b33bea
Removed useless GNU getopt handlinf in autoconf
2001-12-05 21:33:25 +00:00
rouat
45e21263c1
Fixed bug in gnu getopt handling
...
Made doc more readable
2001-12-04 19:37:56 +00:00
pnenzi
9b2a31494a
Documentation update (Alan mail)
2001-02-07 21:38:01 +00:00
arno
8dc5eac0ee
* TODO, doc/ngspice.texi: Small updates
...
* configure.in: New --enable-smoketest.
* src/main.c
src/ngspice.c src/frontend/outitf.c src/frontend/runcoms.c
src/frontend/spiceif.c src/frontend/parser/numparse.c
src/include/cktdefs.h src/include/fteext.h
src/include/inpdefs.h src/include/jobdefs.h
src/include/ngspice.h src/include/tskdefs.h
src/spicelib/analysis/Makefile.am
src/spicelib/analysis/acsetp.c
src/spicelib/analysis/cktaskaq.c
src/spicelib/analysis/cktdojob.c
src/spicelib/analysis/cktnewan.c
src/spicelib/analysis/cktsetap.c
src/spicelib/analysis/cktsopt.c
src/spicelib/analysis/ckttroub.c
src/spicelib/analysis/dcosetp.c
src/spicelib/analysis/dctsetp.c
src/spicelib/analysis/dsetparm.c
src/spicelib/analysis/nsetparm.c
src/spicelib/analysis/pzsetp.c
src/spicelib/analysis/senssetp.c
src/spicelib/analysis/tfsetp.c
src/spicelib/analysis/transetp.c
src/spicelib/devices/bjt/bjtdset.h
src/spicelib/devices/bjt/bjtext.h
src/spicelib/devices/bjt/bjtsetup.c
src/spicelib/devices/bsim2/b2set.c
src/spicelib/devices/bsim3/b3acld.c
src/spicelib/devices/bsim3/b3set.c
src/spicelib/devices/bsim3/bsim3def.h
src/spicelib/devices/csw/cswtrunc.c
src/spicelib/devices/dio/diodset.c
src/spicelib/devices/dio/dioinit.c
src/spicelib/devices/jfet/jfetset.c
src/spicelib/devices/mes/messetup.c
src/spicelib/devices/mos1/mos1ask.c
src/spicelib/devices/mos1/mos1set.c
src/spicelib/devices/mos1/mos1temp.c
src/spicelib/devices/mos3/mos3load.c
src/spicelib/devices/mos6/mos6set.c
src/spicelib/devices/sw/swtrunc.c
src/spicelib/parser/inppas2.c src/spicelib/parser/inppas3.c
src/spicelib/parser/inppas3.h: Paolo and I have integrated patches from Alan Gillespie
<Alan.Gillespie@analog.com>.
2000-09-05 19:48:22 +00:00
arno
94a6eb5533
* doc/.cvsignore: Added TeX processing artifacts to the list.
2000-06-27 16:28:32 +00:00
arno
a78d4c7340
* doc/ngspice.texi: Commented out an @include that broke the
...
make distcheck target. I replaced with the actual file.
2000-06-27 16:18:17 +00:00
arno
e61ba3bcf0
* AUTHORS doc/ngspice.texi: Included an acknowledgements section.
2000-06-17 23:10:21 +00:00
pnenzi
9136267560
Added scale parameter to resistor model. Updated documentation and tests
2000-06-04 11:37:29 +00:00
pnenzi
ada86fd4b4
Updated documentation to reflect changes in resistor parameter
2000-06-04 09:12:52 +00:00
pnenzi
be5cf2643c
Documentation update (ac and u2)
2000-05-23 19:53:35 +00:00
arno
a471919a4e
* doc/ngspice.texi: Correct @multitable.
2000-05-22 20:26:26 +00:00
arno
95df234092
* doc/ngspice.texi: Converted a table to texinfo style.
2000-05-22 20:23:26 +00:00
pnenzi
2ab41e17d1
Documentation update, ac resistance added.
2000-05-22 05:22:51 +00:00
arno
e92356e43c
* DEVICES: Adjusted spacing.
...
* doc/.cvsignore man/.cvsignore man/man1/.cvsignore
src/.cvsignore src/analysis/.cvsignore src/circuit/.cvsignore
src/devices/.cvsignore src/devices/asrc/.cvsignore
src/devices/bjt/.cvsignore src/devices/bsim1/.cvsignore
src/devices/bsim2/.cvsignore src/devices/bsim3/.cvsignore
src/devices/bsim3soi_dd/.cvsignore
src/devices/bsim3soi_fd/.cvsignore
src/devices/bsim3soi_pd/.cvsignore
src/devices/bsim3v1/.cvsignore src/devices/bsim3v2/.cvsignore
src/devices/bsim4/.cvsignore src/devices/cap/.cvsignore
src/devices/cccs/.cvsignore src/devices/ccvs/.cvsignore
src/devices/csw/.cvsignore src/devices/devsup/.cvsignore
src/devices/dio/.cvsignore src/devices/disto/.cvsignore
src/devices/ind/.cvsignore src/devices/isrc/.cvsignore
src/devices/jfet/.cvsignore src/devices/jfet2/.cvsignore
src/devices/ltra/.cvsignore src/devices/mes/.cvsignore
src/devices/mos1/.cvsignore src/devices/mos2/.cvsignore
src/devices/mos3/.cvsignore src/devices/mos6/.cvsignore
src/devices/res/.cvsignore src/devices/sw/.cvsignore
src/devices/tra/.cvsignore src/devices/urc/.cvsignore
src/devices/vccs/.cvsignore src/devices/vcvs/.cvsignore
src/devices/vsrc/.cvsignore src/frontend/.cvsignore
src/hlp/.cvsignore src/include/.cvsignore src/maths/.cvsignore
src/maths/cmaths/.cvsignore src/maths/ni/.cvsignore
src/maths/sparse/.cvsignore src/misc/.cvsignore
src/parser/.cvsignore tests/.cvsignore: Help CVS ignore
automatically regenerated files.
2000-05-01 18:23:50 +00:00
pnenzi
978f1c32a2
Initial revision
2000-04-27 20:03:57 +00:00