290 Commits (e8cd4eb0acd22c9bb7cf7ac39bcc7b76ce6802be)

Author SHA1 Message Date
pnenzi 53e52f4a59 Model improvements from Phil Barker 19 years ago
pnenzi 936cd7a4fc Improvements in frontend by Phil Barker 19 years ago
pnenzi 56626999fc Improved current vectors output and added element for last analysis run 19 years ago
pnenzi e9db216a83 Modified show command (Phil Barker) 19 years ago
pnenzi 008c9d7a4c Improved reporting (from Phil Barker) 19 years ago
pnenzi 3097c4e04b Improvements in numparam from Phil Barker 19 years ago
pnenzi 58347d932e Fixed a bug in let command for expressions like let vec[2]=5.0 19 years ago
pnenzi 7e4700ea2d Fix for the wrong line mumber in listing command of .end lines. 19 years ago
dwarning db66f35734 reusing the old out_pbuf 19 years ago
dwarning 0d3847aae5 prevent crash at long messages in out_printf 19 years ago
pnenzi d9f9ad827d Fixed segfault on empty or directory include. 19 years ago
gdiso 60d7ac039a *** empty log message *** 19 years ago
danmc a123453295 avoid multiple definitions for free_pnode() 20 years ago
danmc 89462761c9 include <sys/ioctl.h> for the ioctl() prototype 20 years ago
danmc 37863e0c23 Add a missing header to get a missing prototype for cp_ccon(). 20 years ago
pnenzi 2bfcb8cf4c Bipolar devices support 5 nodes now (Dietmar) 20 years ago
pnenzi 5296cd51b8 Partially applied Paul Reich patch (missing include and c++ style comments) 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 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
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
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 f79e9e703c Previous commit was incomplete. 21 years ago
pnenzi 8274fff4fe String offset wrong. Expression were translated incorrectly. 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 f605f312cf Fixed a missing include and a missing definition 21 years ago
sjborley d835edc527 Fixed '*# ' command operation. 21 years ago
sjborley a5b8ac8ebc Added required include 21 years ago
sjborley e4e2de886f Fixed path for include of windisp.h and winprint.h 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 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 1d414b9595 Fix bug introduced in my last change. Thanks to Hitoshi Tanaka. 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 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 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