549 Commits (5e1ebed38b09dea18f6815a8442e8a422c494598)

Author SHA1 Message Date
dwarning 5e1ebed38b Remove cpp comment - and make more readable 21 years ago
dwarning 6dd4777218 Remove cpp comment 21 years ago
pnenzi 486764292e Back to the original code from Berkeley around line 4015-4020. 21 years ago
pnenzi 5296cd51b8 Partially applied Paul Reich patch (missing include and c++ style comments) 21 years ago
pnenzi 99c1f901e3 Added fixes from Hitoshi Tanaka and Dietmar Warning over original code. 21 years ago
pnenzi 3403580a05 Updated BSIM4 model to BSIM4.5.0 (Hitoshi Tanaka and Dietmar Warning) 21 years ago
pnenzi d921759a2a Patch sent by Dietmar Warning: fixed double allocation of substrate node, current sign and tempo for rb and rc. 21 years ago
sjborley 75f2db1483 Implemented fix to prevent 'multiple definition' errors during link of nghelp when built on systems that use the latest versions of the GNU tools. Solution provided by Andreas Unger <a_unger@gmx.de>. 21 years ago
sjborley 3187fdf79d Fixed code to avoid errors (invalid lvalue in assignment) under gcc v4.0.2 or and warnings under gcc 4.0.0 (target of assignment not really an lvalue). 21 years ago
sjborley 869f5add68 Fixed problems of reporting resource usage for MacOSX (should help other platforms too). 21 years ago
sjborley 1f5695a34c fixed warning about unused variables and functions that can occur when HAVE_TERMCAP is undefined. 21 years ago
sjborley c2fb0224ed Implemented patches supplied by Andreas Unger <a_unger@gmx.de>. Fixes XSpice bug; variable PER was being used before initialisation. 21 years ago
sjborley 6fcd2e24e9 Fixed warning about redefinition of XtNumber. 21 years ago
sjborley 113341b981 Used (void*)0 instead of 0 for the terminating vararg, to avoid gcc 4.0 warning about missing sentinel in function call. 21 years ago
pnenzi ebb48f93ed Bug fix for error "unknown parameter(save)" 21 years ago
sjborley d457775820 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
sjborley bf6ca0c491 Added hard-coded paths for NGSPICEBINDIR and NGSPICEDATADIR for MinGW targets 21 years ago
pnenzi c6d286f417 Fixed typo CKT should be ckt 21 years ago
pnenzi 240aea2cdf Fixed "undefined symbols" error. 21 years ago
sjborley b96b9aac28 Implemented fix as described by Hitoshi Tanaka for the problem that causes "Warning - approaching max data size...." to be erroneously reported when compiled with MinGW/MSYS 21 years ago
sjborley 3a69282b3a Fixed memory leak in tilde expansion 21 years ago
sjborley 54935831ff Added work-round for missing scroll bar (seems to be an X-Windows bug) 21 years ago
pnenzi 33b254609b Patch sent by Hitoshi to fix ltra code and "listing" command. See Changelog. 21 years ago
pnenzi 9596feb535 An include file was missing. 21 years ago
pnenzi f3069e042a Check for flex and yacc moved out of XSPICE for making distributions (Stuart Brorson) 21 years ago
pnenzi f79e9e703c Previous commit was incomplete. 21 years ago
pnenzi 8274fff4fe String offset wrong. Expression were translated incorrectly. 21 years ago
pnenzi f3e144bc8d Changed according to code supplied by Hitoshi Tanaka. 21 years ago
pnenzi ef5fab62a5 Removed extra blank lines. They break compilation with mingw. 21 years ago
pnenzi f805d7ab71 Applied changes to cfunc.mod sent by Hitoshi 21 years ago
pnenzi 9bb78c2d28 Mingw porting. 21 years ago
pnenzi 5bcb23d795 Removed casting for strictier syntax of recent gcc compilers. 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 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. 21 years ago
sjborley a5b8ac8ebc Added required include 21 years ago
sjborley 1f33b1ee02 Applied fix for logging supplied by Dietmar Warning (src/main.c). 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 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