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
|
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
|
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
|
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
|
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 |
sjborley
|
6f01a35b81
|
Fixed problems where printf format was int yet on some systems the argument is long (due to size_t being long). Fixed by always using long format and casting to long, rather than using the IS_SIZE_T_LONG macro to switch formats.
|
21 years ago |
sjborley
|
86106cfee9
|
Fixed problems where printf format was int yet on some systems the argument is long (due to size_t being long). Fixed by always using long format and casting to long.
|
21 years ago |
sjborley
|
fd7d4001f6
|
Removed the files src/misc/terminal.h/.c and src/include/terminal.h The first two were empty and the last just included the second. The relavent makefile.am files have been updated
|
21 years ago |
sjborley
|
eec6b623b0
|
Fixed compile warning that occur due to unused variables
|
21 years ago |
sjborley
|
91914c5340
|
Fixed compile warning that occur when readline or editline are used
|
21 years ago |
sjborley
|
5c08bf1576
|
Fixed a structure initailisation problem in the VBIC device that occurs when cider is enabled. Also fixed lots of warning within ciderlib related to unused variables.
|
21 years ago |
sjborley
|
1a26f2218d
|
Change to fix compiler warning
|
21 years ago |
sjborley
|
52cab1ce1a
|
Under MinGW window is now kept open until a key is pressed
|
21 years ago |
sjborley
|
c9eb061bd3
|
Changes to correct warning when compiled with gcc
|
21 years ago |
sjborley
|
0f102b2fe1
|
Nghelp now uses conf.c
|
21 years ago |
sjborley
|
966dd07845
|
now uses values set by AC_INIT in configure.in
|
21 years ago |
sjborley
|
8cdf0e148d
|
Fixed compile of makeidx for MinGW
|
21 years ago |
sjborley
|
7271c3ce01
|
Fixed declaration of oflag
|
21 years ago |
sjborley
|
05941422ae
|
Conversion to ASCII of German comments by Dietmar Warning
|
21 years ago |
sjborley
|
c80365cbf3
|
Conversion to ASCII of German comments by Dietmar Warning
|
21 years ago |
sjborley
|
eff209d8a3
|
Moved isnan() to src/misc/missing_math.c from src/spicelib/devices/dev.c following suggestion from Dietmar warning. Also took opportunity to fixed a compiler warning in dev.c
|
21 years ago |
sjborley
|
f1ab1481ea
|
Reverted to previous version. Changes in this file were intended for temporary debug and should not have been committed to CVS.
|
21 years ago |
sjborley
|
81108db6f9
|
Fix for linkage problem with winmain.o
|
21 years ago |
sjborley
|
e62d45ad4f
|
Exclude local isnan() when library version exists - MinGW prompted change
|
21 years ago |
sjborley
|
23273668b6
|
Exclude test files that don't compile when Windows (MinGW)
|
21 years ago |
sjborley
|
066114fb6d
|
Added .cvsignore files for each directory
|
21 years ago |
sjborley
|
368f6b0699
|
Changes to allow compile with MinGW. Macros JMP_BUF, LONGJMP, and SETJMP
|
21 years ago |
sjborley
|
c9120c1d8c
|
Fixed problem of duplicated define of BOOL when compiled with MinGW
|
21 years ago |