..
help
ansi function declarations (prototypes)
16 years ago
numparam
short -> int
16 years ago
parser
allow {$var}
16 years ago
plotting
ansi prototypes for the function pointers in struct DISPDEVICE
16 years ago
wdisp
ansi prototypes for the function pointers in struct DISPDEVICE
16 years ago
.cvsignore
* src/Makefile.am src/main.c src/sconvert.c
26 years ago
ChangeLog
Integrated code from tclspice, brorson xspice and Vera memleak.
23 years ago
Makefile.am
include bison files in dist
16 years ago
README
* src/Makefile.am src/main.c src/sconvert.c
26 years ago
arg.c
add two unused arguments to arg_display(), to fit with struct comm.co_argfn
16 years ago
arg.h
add two unused arguments to arg_display(), to fit with struct comm.co_argfn
16 years ago
aspice.c
On posix systems, wait() is:
16 years ago
aspice.h
Initial revision
26 years ago
breakp.c
add prototypes, remove some NULL casts
16 years ago
breakp.h
Initial revision
26 years ago
breakp2.c
comments
17 years ago
breakp2.h
Added access to dbs and debugnumber
21 years ago
circuits.c
* src/Makefile.am src/main.c src/sconvert.c
26 years ago
circuits.h
Updated BSIM4 model to latest version (BSIM4.2.1)
25 years ago
com_ahelp.c
cosmetical changes
16 years ago
com_ahelp.h
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
26 years ago
com_alias.c
* com_history, com_alias, parser/cshpar.c, parser/complete.c:
26 years ago
com_alias.h
comments added
17 years ago
com_asciiplot.c
* main.c frontend/com_ahelp.c frontend/com_asciiplot.c
26 years ago
com_asciiplot.h
src/frontend/doplot.c: refactored into the following files:
26 years ago
com_cdump.c
Applied another bunch of patches sent by CDHW (Charles D.H. Williams). The patches
25 years ago
com_cdump.h
Applied another bunch of patches sent by CDHW (Charles D.H. Williams). The patches
25 years ago
com_chdir.c
don't need buffer w/o getcwd
18 years ago
com_chdir.h
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
com_compose.c
comment
16 years ago
com_compose.h
* src/Makefile.am src/main.c src/sconvert.c
26 years ago
com_display.c
Added Glao Dezai's patches (some memory leaks fixes)
26 years ago
com_display.h
* src/Makefile.am src/main.c src/sconvert.c
26 years ago
com_dl.c
Initial revision
24 years ago
com_dl.h
Initial revision
24 years ago
com_dump.c
Code clean up (removed some warning)
25 years ago
com_dump.h
* com_set.h: New header file.
26 years ago
com_echo.c
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
com_echo.h
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
com_fft.c
improve amplitude accuracy
16 years ago
com_fft.h
improve amplitude accuracy
16 years ago
com_ghelp.c
prevent warnings
18 years ago
com_ghelp.h
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
26 years ago
com_gnuplot.c
missing LF on end
16 years ago
com_gnuplot.h
command wrdata
16 years ago
com_hardcopy.c
remove redundant nested function declarations
16 years ago
com_hardcopy.h
src/frontend/doplot.c: refactored into the following files:
26 years ago
com_help.c
* main.c frontend/com_ahelp.c frontend/com_asciiplot.c
26 years ago
com_help.h
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
26 years ago
com_history.c
Fixed compile warning that occur when readline or editline are used
21 years ago
com_history.h
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
26 years ago
com_let.c
drop the casts for pointer arguments of bcopy() and bzero()
16 years ago
com_let.h
* src/Makefile.am src/main.c src/sconvert.c
26 years ago
com_measure2.c
cosmetical changes
16 years ago
com_measure2.h
add dc and ac measurement
17 years ago
com_option.c
Fixed stringutil missing bug.
25 years ago
com_option.h
Fixed stringutil missing bug.
25 years ago
com_plot.c
TCLSPICE IMPORT + libtool + measure2 command
18 years ago
com_plot.h
TCLSPICE IMPORT + libtool + measure2 command
18 years ago
com_rehash.c
Added required include
21 years ago
com_rehash.h
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
com_set.c
Integrated code from tclspice, brorson xspice and Vera memleak.
23 years ago
com_set.h
* com_set.h: New header file.
26 years ago
com_setscale.c
Added Glao Dezai's patches (some memory leaks fixes)
26 years ago
com_setscale.h
* src/Makefile.am src/main.c src/sconvert.c
26 years ago
com_shell.c
Add a missing header to get a missing prototype for cp_ccon().
20 years ago
com_shell.h
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
com_shift.c
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
com_shift.h
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
com_state.c
Updated BSIM4 model to latest version (BSIM4.2.1)
25 years ago
com_state.h
* com_set.h: New header file.
26 years ago
com_strcmp.c
Added Glao Dezai's patches (some memory leaks fixes)
26 years ago
com_strcmp.h
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
26 years ago
com_sysinfo.c
add prototypes, remove some NULL casts
16 years ago
com_unset.c
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
com_unset.h
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
com_xgraph.c
initialize local variables
17 years ago
com_xgraph.h
src/frontend/doplot.c: refactored into the following files:
26 years ago
commands.c
drop cast of NULL to non-ansi function pointer
16 years ago
commands.h
src/Makefile.am src/help.c src/main.c
26 years ago
completion.h
* src/Makefile.am src/main.c src/sconvert.c
26 years ago
control.c
remove bug no. 2724127 repeat loop inside another loop
17 years ago
control.h
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
cpitf.c
add prototypes, remove some NULL casts
16 years ago
cpitf.h
Initial revision
26 years ago
define.c
drop the casts for pointer arguments of bcopy() and bzero()
16 years ago
define.h
Initial revision
26 years ago
device.c
update for 'show all'
16 years ago
device.h
Modified show command (Phil Barker)
19 years ago
diff.c
Updated for correclty identify i(xxx) vector names in rawfiles.
18 years ago
diff.h
* src/frontend/diff.c src/frontend/diff.h
26 years ago
dimens.c
Code cleanup.
25 years ago
dimens.h
Code cleanup.
25 years ago
display.c
ansi prototypes for the function pointers in struct DISPDEVICE
16 years ago
display.h
Applied Stuart's 12-03-2003 patch. Support for readline (disabled) and for node names in the form (x,y).
23 years ago
dotcards.c
add prototypes, remove some NULL casts
16 years ago
dotcards.h
new code for .measurement
17 years ago
error.c
controlled_exit implementation
16 years ago
error.h
controlled_exit implementation
16 years ago
evaluate.c
ternary operation in control blocks
16 years ago
evaluate.h
* src/frontend/diff.c src/frontend/diff.h
26 years ago
fourier.c
* commands.c: Use fourier.h.
26 years ago
fourier.h
* commands.c: Use fourier.h.
26 years ago
ftehelp.h
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
26 years ago
gens.c
drop the casts for pointer arguments of bcopy() and bzero()
16 years ago
gens.h
Added a newline at the end.
21 years ago
hcomp.c
Integrated code from tclspice, brorson xspice and Vera memleak.
23 years ago
hcomp.h
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
26 years ago
hpgl.c
upgrade foo() --> foo(void) ansi function definition
16 years ago
hpgl.h
ansi prototypes for the function pointers in struct DISPDEVICE
16 years ago
init.c
comments added
17 years ago
init.h
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
26 years ago
inp.c
no command file handling in numparam
16 years ago
inp.h
Initial revision
26 years ago
inpcom.c
allow {$var}
16 years ago
inpcom.h
no command file handling in numparam
16 years ago
interp.c
* src/frontend/interp.c: Broken up into individual files and
26 years ago
interp.h
Initial revision
26 years ago
linear.c
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
linear.h
Initial revision
26 years ago
measure.c
add prototypes, remove some NULL casts
16 years ago
misccoms.c
Finish first batch of imports from espice.
17 years ago
misccoms.h
* src/Makefile.am src/main.c src/sconvert.c
26 years ago
miscvars.c
brief option reimplementation.
19 years ago
miscvars.h
Initial revision
26 years ago
mw_coms.c
variable declaration to top of function
17 years ago
mw_coms.h
Initial revision
26 years ago
newcoms.c
* frontend/Makefile.am: Updates for new files.
26 years ago
newcoms.h
Initial revision
26 years ago
nutinp.c
no command file handling in numparam
16 years ago
nutinp.h
Initial revision
26 years ago
nutmegif.c
Initial revision
26 years ago
nutmegif.h
Initial revision
26 years ago
options.c
variable ngdebug for additional debug info
17 years ago
options.h
Initial revision
26 years ago
outitf.c
patches by R. Larice
16 years ago
outitf.h
patches by R. Larice
16 years ago
parse-bison.c
ternary operation in control blocks
16 years ago
parse-bison.h
ternary operation in control blocks
16 years ago
parse-bison.y
ternary operation in control blocks
16 years ago
parse.c
ternary operation in control blocks
16 years ago
parse.h
avoid multiple definitions for free_pnode()
20 years ago
points.c
* src/include/Makefile.am src/include/cpstd.h
26 years ago
points.h
Initial revision
26 years ago
postcoms.c
drop the casts for pointer arguments of bcopy() and bzero()
16 years ago
postcoms.h
Initial revision
26 years ago
postsc.c
postscript to file
17 years ago
postsc.h
ansi prototypes for the function pointers in struct DISPDEVICE
16 years ago
quote.c
Integrated code from tclspice, brorson xspice and Vera memleak.
23 years ago
quote.h
* parser/quote.c, parser/quote.h: The quote/unquote functions are
26 years ago
rawfile.c
Small changes to allow compilation with MS Visual C++ 2008
18 years ago
rawfile.h
Initial revision
26 years ago
resource.c
patches by R. Larice
16 years ago
resource.h
memory information from /proc/... (LINUX) or api functions (Windows)
18 years ago
runcoms.c
add prototypes, remove some NULL casts
16 years ago
runcoms.h
Added extern references to rawfileFp, rawfileBinary, last_used_rawfile, and resumption;
21 years ago
runcoms2.c
add prototypes, remove some NULL casts
16 years ago
runcoms2.h
Initial revision
26 years ago
shyu.c
Applied CDHW patch for options management.
22 years ago
shyu.h
Initial revision
26 years ago
signal_handler.c
iplot graphics scaling, printing interrupt message
17 years ago
signal_handler.h
Added reference to jbuf (now declared in signal_handler.c)
21 years ago
spec.c
SetAnalyse output extended
17 years ago
spec.h
reintroduce old free_pnode as free_pnode_o
18 years ago
spiceif.c
option noinit, ref. to _logb
17 years ago
spiceif.h
Introduced the possibility to look for parameters in models and not only
17 years ago
streams.c
Reverted to placing the cp_* stream variable definitions back in to src/frontend/streams.c with their extern declarations in src/frontend/streams.h
21 years ago
streams.h
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
subckt.c
bug, see support tracker no. 3013968
16 years ago
subckt.h
removed prototype for inp_nummodes()
21 years ago
terminal.c
patches R. Larice
16 years ago
terminal.h
use format (__printf__, 1, 2)
16 years ago
testcommands.c
* src/Makefile.am src/main.c src/sconvert.c
26 years ago
typesdef.c
Added new datatypes to vectors (impedance, admittance,atc.) A. Roldan -
17 years ago
typesdef.h
Initial revision
26 years ago
variable.c
no crash after 'unset undefined'
16 years ago
variable.h
memory leaks removed
17 years ago
vectors.c
drop the casts for pointer arguments of bcopy() and bzero()
16 years ago
vectors.h
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
where.c
add prototypes, remove some NULL casts
16 years ago
where.h
add prototypes, remove some NULL casts
16 years ago