..
help
Added Steven patch which consists of a bug fix (= instead of ==) and a new feature (substring search).
2001-05-21 11:33:19 +00:00
parser
Applied patches for BSD OSes
2000-11-13 19:30:00 +00:00
plotting
Bug fixes from previous commit.
2001-04-22 10:08:46 +00:00
.cvsignore
* src/Makefile.am src/main.c src/sconvert.c
2000-05-06 14:12:51 +00:00
ChangeLog
Updated BSIM4 model to latest version (BSIM4.2.1)
2001-11-25 17:56:26 +00:00
Makefile.am
Fixed stringutil missing bug.
2001-02-11 20:13:45 +00:00
README
* src/Makefile.am src/main.c src/sconvert.c
2000-05-06 14:12:51 +00:00
arg.c
Code cleanup.
2001-02-09 19:46:36 +00:00
arg.h
Initial revision
2000-04-27 20:03:57 +00:00
aspice.c
Various bug fixes
2001-04-15 10:11:04 +00:00
aspice.h
Initial revision
2000-04-27 20:03:57 +00:00
breakp.c
Added Glao Dezai's patches (some memory leaks fixes)
2000-10-26 17:02:12 +00:00
breakp.h
Initial revision
2000-04-27 20:03:57 +00:00
breakp2.c
Added Glao Dezai's patches (some memory leaks fixes)
2000-10-26 17:02:12 +00:00
breakp2.h
Initial revision
2000-04-27 20:03:57 +00:00
circuits.c
* src/Makefile.am src/main.c src/sconvert.c
2000-05-06 14:12:51 +00:00
circuits.h
Updated BSIM4 model to latest version (BSIM4.2.1)
2001-11-25 17:56:26 +00:00
com_ahelp.c
* main.c frontend/com_ahelp.c frontend/com_asciiplot.c
2000-07-18 18:07:16 +00:00
com_ahelp.h
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
2000-06-27 16:15:43 +00:00
com_alias.c
* com_history, com_alias, parser/cshpar.c, parser/complete.c:
2000-11-07 17:49:18 +00:00
com_alias.h
* src/parser/alias.c, src/parser/alias.h: contain frontend alias
2000-07-03 15:27:34 +00:00
com_asciiplot.c
* main.c frontend/com_ahelp.c frontend/com_asciiplot.c
2000-07-18 18:07:16 +00:00
com_asciiplot.h
src/frontend/doplot.c: refactored into the following files:
2000-06-16 19:04:15 +00:00
com_cdump.c
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
2000-06-27 16:15:43 +00:00
com_cdump.h
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
2000-06-27 16:15:43 +00:00
com_chdir.c
* parser/cshpar.c: Separated out com_chdir(), com_echo(),
2000-07-07 14:06:33 +00:00
com_compose.c
Added Glao Dezai's patches (some memory leaks fixes)
2000-10-26 17:02:12 +00:00
com_compose.h
* src/Makefile.am src/main.c src/sconvert.c
2000-05-06 14:12:51 +00:00
com_display.c
Added Glao Dezai's patches (some memory leaks fixes)
2000-10-26 17:02:12 +00:00
com_display.h
* src/Makefile.am src/main.c src/sconvert.c
2000-05-06 14:12:51 +00:00
com_dump.c
Code clean up (removed some warning)
2001-02-09 13:27:21 +00:00
com_dump.h
* com_set.h: New header file.
2000-07-16 13:24:58 +00:00
com_echo.c
Added Glao Dezai's patches (some memory leaks fixes)
2000-10-26 17:02:12 +00:00
com_ghelp.c
Code clean up (removed some warning)
2001-02-09 13:27:21 +00:00
com_ghelp.h
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
2000-06-27 16:15:43 +00:00
com_hardcopy.c
src/Makefile.am src/help.c src/main.c
2000-06-27 16:09:02 +00:00
com_hardcopy.h
src/frontend/doplot.c: refactored into the following files:
2000-06-16 19:04:15 +00:00
com_help.c
* main.c frontend/com_ahelp.c frontend/com_asciiplot.c
2000-07-18 18:07:16 +00:00
com_help.h
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
2000-06-27 16:15:43 +00:00
com_history.c
Fixed a couple of bugs in the files
2000-11-21 21:44:33 +00:00
com_history.h
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
2000-06-27 16:15:43 +00:00
com_let.c
* configure.in src/main.c src/frontend/com_let.c: Updates.
2000-05-13 11:02:40 +00:00
com_let.h
* src/Makefile.am src/main.c src/sconvert.c
2000-05-06 14:12:51 +00:00
com_option.c
Fixed stringutil missing bug.
2001-02-11 20:13:45 +00:00
com_option.h
Fixed stringutil missing bug.
2001-02-11 20:13:45 +00:00
com_plot.c
* main.c frontend/com_ahelp.c frontend/com_asciiplot.c
2000-07-18 18:07:16 +00:00
com_plot.h
src/frontend/doplot.c: refactored into the following files:
2000-06-16 19:04:15 +00:00
com_rehash.c
* parser/cshpar.c: Separated out com_chdir(), com_echo(),
2000-07-07 14:06:33 +00:00
com_set.c
* main.c frontend/com_ahelp.c frontend/com_asciiplot.c
2000-07-18 18:07:16 +00:00
com_set.h
* com_set.h: New header file.
2000-07-16 13:24:58 +00:00
com_setscale.c
Added Glao Dezai's patches (some memory leaks fixes)
2000-10-26 17:02:12 +00:00
com_setscale.h
* src/Makefile.am src/main.c src/sconvert.c
2000-05-06 14:12:51 +00:00
com_shell.c
* parser/cshpar.c: Separated out com_chdir(), com_echo(),
2000-07-07 14:06:33 +00:00
com_shift.c
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
2000-06-27 16:15:43 +00:00
com_state.c
Updated BSIM4 model to latest version (BSIM4.2.1)
2001-11-25 17:56:26 +00:00
com_state.h
* com_set.h: New header file.
2000-07-16 13:24:58 +00:00
com_strcmp.c
Added Glao Dezai's patches (some memory leaks fixes)
2000-10-26 17:02:12 +00:00
com_strcmp.h
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
2000-06-27 16:15:43 +00:00
com_unset.c
* main.c frontend/com_ahelp.c frontend/com_asciiplot.c
2000-07-18 18:07:16 +00:00
com_xgraph.c
src/frontend/doplot.c: refactored into the following files:
2000-06-16 19:04:15 +00:00
com_xgraph.h
src/frontend/doplot.c: refactored into the following files:
2000-06-16 19:04:15 +00:00
commands.c
Fixed stringutil missing bug.
2001-02-11 20:13:45 +00:00
commands.h
src/Makefile.am src/help.c src/main.c
2000-06-27 16:09:02 +00:00
completion.h
* src/Makefile.am src/main.c src/sconvert.c
2000-05-06 14:12:51 +00:00
control.c
Code clean up (removed some warning)
2001-02-09 13:27:21 +00:00
control.h
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
2000-06-27 16:15:43 +00:00
cpitf.c
Applied first patch from Steven Borley that fixes memory leaks and errors while reading input decks.
2001-06-05 18:00:28 +00:00
cpitf.h
Initial revision
2000-04-27 20:03:57 +00:00
define.c
Code clean up (removed some warning)
2001-02-09 13:27:21 +00:00
define.h
Initial revision
2000-04-27 20:03:57 +00:00
device.c
Code cleanup.
2001-02-09 19:46:36 +00:00
device.h
Added patches extracted from Alan Gillespie's code. Documentation and
2000-09-03 09:00:08 +00:00
diff.c
Modified printnum function to avoid printing bugs and memory leaks.
2001-12-02 10:03:11 +00:00
diff.h
* src/frontend/diff.c src/frontend/diff.h
2000-05-13 16:22:16 +00:00
dimens.c
Code cleanup.
2001-02-09 19:46:36 +00:00
dimens.h
Code cleanup.
2001-02-09 19:46:36 +00:00
display.c
Code cleanup.
2001-02-09 19:46:36 +00:00
display.h
Initial revision
2000-04-27 20:03:57 +00:00
dotcards.c
Modified printnum function to avoid printing bugs and memory leaks.
2001-12-02 10:03:11 +00:00
dotcards.h
Initial revision
2000-04-27 20:03:57 +00:00
error.c
Initial revision
2000-04-27 20:03:57 +00:00
error.h
Initial revision
2000-04-27 20:03:57 +00:00
evaluate.c
Code cleanup.
2001-02-09 19:46:36 +00:00
evaluate.h
* src/frontend/diff.c src/frontend/diff.h
2000-05-13 16:22:16 +00:00
fourier.c
* commands.c: Use fourier.h.
2000-09-09 13:24:30 +00:00
fourier.h
* commands.c: Use fourier.h.
2000-09-09 13:24:30 +00:00
ftehelp.h
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
2000-06-27 16:15:43 +00:00
gens.c
Code cleanup.
2001-02-09 19:46:36 +00:00
gens.h
Code cleanup.
2001-02-09 19:46:36 +00:00
hcomp.c
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
2000-06-27 16:15:43 +00:00
hcomp.h
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
2000-06-27 16:15:43 +00:00
init.c
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
2000-06-27 16:15:43 +00:00
init.h
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
2000-06-27 16:15:43 +00:00
inp.c
Removed some garbage introduced by CVS.
2001-11-23 08:13:58 +00:00
inp.h
Initial revision
2000-04-27 20:03:57 +00:00
inpcom.c
Applied first patch from Steven Borley that fixes memory leaks and errors while reading input decks.
2001-06-05 18:00:28 +00:00
inpcom.h
Initial revision
2000-04-27 20:03:57 +00:00
interp.c
* src/frontend/interp.c: Broken up into individual files and
2000-05-13 10:56:58 +00:00
interp.h
Initial revision
2000-04-27 20:03:57 +00:00
linear.c
src/Makefile.am src/help.c src/main.c
2000-06-27 16:09:02 +00:00
linear.h
Initial revision
2000-04-27 20:03:57 +00:00
misccoms.c
src/Makefile.am src/help.c src/main.c
2000-06-27 16:09:02 +00:00
misccoms.h
* src/Makefile.am src/main.c src/sconvert.c
2000-05-06 14:12:51 +00:00
miscvars.c
* src/Makefile.am src/main.c src/sconvert.c
2000-05-06 14:12:51 +00:00
miscvars.h
Initial revision
2000-04-27 20:03:57 +00:00
mw_coms.c
src/Makefile.am src/help.c src/main.c
2000-06-27 16:09:02 +00:00
mw_coms.h
Initial revision
2000-04-27 20:03:57 +00:00
newcoms.c
* frontend/Makefile.am: Updates for new files.
2000-07-07 14:09:06 +00:00
newcoms.h
Initial revision
2000-04-27 20:03:57 +00:00
nutinp.c
Code cleanup.
2001-02-09 19:46:36 +00:00
nutinp.h
Initial revision
2000-04-27 20:03:57 +00:00
nutmegif.c
Initial revision
2000-04-27 20:03:57 +00:00
nutmegif.h
Initial revision
2000-04-27 20:03:57 +00:00
options.c
src/Makefile.am src/help.c src/main.c
2000-06-27 16:09:02 +00:00
options.h
Initial revision
2000-04-27 20:03:57 +00:00
outitf.c
Code cleanup.
2001-02-09 19:46:36 +00:00
outitf.h
Initial revision
2000-04-27 20:03:57 +00:00
parse.c
Added min, max and d(iff) to vectors from code submitted by Routoure.
2001-11-23 18:01:38 +00:00
parse.h
* src/frontend/diff.c src/frontend/diff.h
2000-05-13 16:22:16 +00:00
points.c
* src/include/Makefile.am src/include/cpstd.h
2000-05-13 17:28:16 +00:00
points.h
Initial revision
2000-04-27 20:03:57 +00:00
postcoms.c
Added --enable-ftedebug option to configure, fixed a bug in configure.in, now HAVE_ASPRINTF
2001-12-02 20:12:56 +00:00
postcoms.h
Initial revision
2000-04-27 20:03:57 +00:00
postsc.c
src/Makefile.am src/help.c src/main.c
2000-06-27 16:09:02 +00:00
postsc.h
Initial revision
2000-04-27 20:03:57 +00:00
quote.c
* main.c frontend/com_ahelp.c frontend/com_asciiplot.c
2000-07-18 18:07:16 +00:00
quote.h
* parser/quote.c, parser/quote.h: The quote/unquote functions are
2000-07-07 14:07:22 +00:00
rawfile.c
Code cleanup.
2001-02-09 19:46:36 +00:00
rawfile.h
Initial revision
2000-04-27 20:03:57 +00:00
resource.c
Added Glao Dezai's patches (some memory leaks fixes)
2000-10-26 17:02:12 +00:00
resource.h
Initial revision
2000-04-27 20:03:57 +00:00
runcoms.c
Code cleanup.
2001-02-09 19:46:36 +00:00
runcoms.h
Initial revision
2000-04-27 20:03:57 +00:00
runcoms2.c
src/Makefile.am src/help.c src/main.c
2000-06-27 16:09:02 +00:00
runcoms2.h
Initial revision
2000-04-27 20:03:57 +00:00
shyu.c
src/Makefile.am src/help.c src/main.c
2000-06-27 16:09:02 +00:00
shyu.h
Initial revision
2000-04-27 20:03:57 +00:00
signal_handler.c
Initial revision
2000-04-27 20:03:57 +00:00
signal_handler.h
Initial revision
2000-04-27 20:03:57 +00:00
spec.c
Code cleanup.
2001-02-09 19:46:36 +00:00
spec.h
Initial revision
2000-04-27 20:03:57 +00:00
spiceif.c
A quick and dirty hack to solve the spice options bug. Will be changed in
2001-04-15 10:09:22 +00:00
spiceif.h
Initial revision
2000-04-27 20:03:57 +00:00
streams.c
Added Glao Dezai's patches (some memory leaks fixes)
2000-10-26 17:02:12 +00:00
streams.h
* src/Makefile.am src/main.c src/sconvert.c
2000-05-06 14:12:51 +00:00
subckt.c
Modified handling of MOS number of nodes. BSIMSOI model can have up to 7 nodes.
2001-01-24 11:19:39 +00:00
subckt.h
Initial revision
2000-04-27 20:03:57 +00:00
terminal.c
Bug fixes from previous commit.
2001-04-22 10:08:46 +00:00
terminal.h
* frontend/Makefile.am: Updates for new files.
2000-07-07 14:09:06 +00:00
testcommands.c
* src/Makefile.am src/main.c src/sconvert.c
2000-05-06 14:12:51 +00:00
typesdef.c
Changed seconds unit from S to s (to lower case). Patch from Steven Borley.
2001-06-05 18:02:49 +00:00
typesdef.h
Initial revision
2000-04-27 20:03:57 +00:00
variable.c
Code cleanup.
2001-02-09 19:46:36 +00:00
variable.h
Some code cleanup
2001-02-09 08:18:35 +00:00
vectors.c
Code cleanup.
2001-02-09 19:46:36 +00:00
vectors.h
Initial revision
2000-04-27 20:03:57 +00:00
where.c
Applied patch: http://newton.ex.ac.uk/teaching/CDHW/Electronics2/userguide/patches10.txt
2001-11-25 17:57:58 +00:00
where.h
Initial revision
2000-04-27 20:03:57 +00:00