sjborley
13be2b6713
* More changes to the documentation. Specifically the make dist now produces
a PDF file. See doc/ChangeLog for details
* Update the AUTHORS file and adjusted formatting to make it more compatable
with the texinfo include
21 years ago
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
21 years ago
sjborley
060596f439
Added *.tar.gz
21 years ago
sjborley
b39be19530
Fixed problem with text2dvi and makeinfo when running make dist, and corrected many spelling errors in doc/ngspice.texi
21 years ago
pnenzi
4b99d51495
Added makefile generation for xgraph (to fix distclean target).
21 years ago
pnenzi
c0923323c5
Removed acconfig.h from EXTRA_DIST
21 years ago
pnenzi
db294d26c3
Patch to allow for vm(4,0) and similar.
21 years ago
pnenzi
3c0898d7ac
Updated MIFunsetup()
21 years ago
pnenzi
363ffb85e0
Fixed bug in memory management when xspice codemodels are used.
21 years ago
pnenzi
122f08d65a
Fixed error in "u" definition (Dominique Michel)
21 years ago
pnenzi
c14e9eded3
Added IPC stuff to resource.c
21 years ago
pnenzi
f605f312cf
Fixed a missing include and a missing definition
21 years ago
pnenzi
cfb185c3bb
Bug in power function fixed.
21 years ago
pnenzi
b8dca1b4c2
Fixed xspice extensions.
21 years ago
sjborley
51988dfb80
Changes supplied bt Hitoshi Tanaka to allow XSpice to compile using MinGW in Windows.
21 years ago
sjborley
16db93285e
Added #ifdef TRACE etc. to replace /* */ in code
21 years ago
sjborley
d835edc527
Fixed '*# ' command operation.
Added 'hack' to allow the 'numparams' variable to be set (or unset)
before the netlist part of a file is parsed. This is based on code supplied by
Dietmar Warning, with changes to allow it to work with the *# syntax, the
unset keyword and variable amounts of white space.
line_free(line,flag) is now a macro so that line is set to NULL when it is
freed. (src/frontend/inp.c) This is a safty mechnism.
21 years ago
sjborley
a5b8ac8ebc
Added required include
21 years ago
sjborley
1f33b1ee02
Applied fix for logging supplied by Dietmar Warning (src/main.c).
Miscellaneous tidying for format, indentation, #include style ("" vis-a-vis <>). Also removal of some compile time warnings.
21 years ago
sjborley
c8babc9450
Added prototype for evalAccLimits()
21 years ago
sjborley
e4e2de886f
Fixed path for include of windisp.h and winprint.h
21 years ago
sjborley
5be2f9fde9
Logged the changes taken place over the last few days
21 years ago
sjborley
e4fdd6719c
Added a CIDER dpendent reference
21 years ago
sjborley
67ff1b3a83
Tidy up of the header files in src/frontend and sub-directories. Motivation is to remove extern declarations within .c files and place them in .h files. Added new header files where necessary (and adjusted makefile.am files where required)
21 years ago
sjborley
150a3e1775
jbuf moved to here. Was in main.c
21 years ago
sjborley
89f74211fb
Added reference to jbuf (now declared in signal_handler.c)
21 years ago
sjborley
3a0c488504
Replaced extern references in .c file with #include of suitable headers. Moved jbuf to signal_handler.c
21 years ago
sjborley
0374c45d2a
Added numpaif.h for the external interface to the numparam library.
21 years ago
sjborley
c87326ebc8
Replaced extern references in .c file with #include of suitable headers.
21 years ago
sjborley
08fb461abb
Added extern references to rawfileFp, rawfileBinary, last_used_rawfile, and resumption;
21 years ago
sjborley
b7701cd0e9
Added access to dbs and debugnumber
21 years ago
sjborley
efaf4404bf
Fixed the format of section 5.3.37. Save*
21 years ago
sjborley
1d414b9595
Fix bug introduced in my last change. Thanks to Hitoshi Tanaka.
21 years ago
sjborley
ad52efc501
Fix for 'unused variable' compile warning.
21 years ago
sjborley
84b7f8c73d
Fixed bug with 'plot title title_name' (see bug [ 557638 ] plot segmentation fault).
21 years ago
sjborley
476f60255e
Spotted error in my previous fix to this file, now corrected.
21 years ago
sjborley
304049224a
Fixed bug with define (see bug reference [ 999546 ] 'define' is broken in ngspice-15). free_pnode() now copes properly with parse trees that reuse leaf nodes.
21 years ago
sjborley
cbdd811aa5
Fixed bug with define (see bug reference [ 999546 ] 'define' is broken in ngspice-15). free_pnode() now copes properly with parse trees that reuse leaf nodes.
21 years ago
sjborley
488483183a
Fixed main window name. Now picks uses package name
21 years ago
sjborley
83810a9f59
Fixed a 'core-dump' that could be caused by the interactive 'write' command when the plot contains more than one dimension. This was due to improper use of a buffer in raw_write(), as pointed out by Dietmar Warning.
21 years ago
sjborley
ef3a924d53
Fixed a 'core-dump' that could be caused by the interactive 'write' command when the plot contains more than one dimension. This was due to improper use of a buffer in raw_write(), as pointed out by Dietmar Warning.
21 years ago
sjborley
7ef2b45828
Fixed a divide-by-zero bug in the MOS level=2 device model. The fix was supplied by Hitoshi Tanaka.
21 years ago
sjborley
3c0fab2bfb
Fixed a divide-by-zero bug in the MOS level=2 device model. The fix was supplied by Hitoshi Tanaka.
21 years ago
sjborley
11e978a77e
logged latest chnages
21 years ago
sjborley
427c3e3b3c
Removed unused variables to avoid compile warnings
21 years ago
sjborley
4d667b05b2
Added include required by MinGW build
21 years ago
sjborley
3e875fadbc
Removed C style comment
21 years ago
sjborley
358b5f829a
Replace C++ style comment with C style comment
21 years ago
sjborley
c61b756ea2
Replace C++ style comment with C style comment
21 years ago
sjborley
760d8ff918
Replace C++ style comment with C style comment
21 years ago