3518 Commits (b6d2a50e426c9d17630472aa6bfb7adb91c4e320)

Author SHA1 Message Date
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
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 760d8ff918 Replace C++ style comment with C style comment 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 91914c5340 Fixed compile warning that occur when readline or editline are used 21 years ago
sjborley 1a26f2218d Change to fix compiler warning 21 years ago
sjborley 05941422ae Conversion to ASCII of German comments by Dietmar Warning 21 years ago
sjborley c9120c1d8c Fixed problem of duplicated define of BOOL when compiled with MinGW 21 years ago
sjborley 3c843de4ad Changes to allow compile with MinGW. Macros used for sigjmp_buf (JMP_BUF), siglongjmp (LONGJMP) and sigsetjmp (SETJMP) 21 years ago
sjborley 7376fa66e5 Fixed line-endings (DOS to UNIX) 21 years ago
sjborley 1facfd764d Added new syntax to the the resistor card to support HSpice style temperature dependence (from Hitoshi Tanaka <HDA01055@nifty.com>) 21 years ago
sjborley 268c67c5e5 Added .cvsignore files 21 years ago
sjborley cb247a15fb Added support for the BSD licensed editline library (libedit). 21 years ago
sjborley 47af112683 Added code by H.Tanaka to find global nodes 21 years ago
sjborley a1991eee19 Fixed issues with the alternate prompt 21 years ago
pnenzi cb6094d8fa Modified syntax of end-of-line comments starting with "$" to avoid confusion with variables. 21 years ago
pnenzi b3e47fbbd3 New logis in initialization files for ngspice. 21 years ago
pnenzi 2c78ba5419 Added a newline at the end. 21 years ago
pnenzi 985d977197 Applied Steven Borley patch for numparam and frontend. See Changelog. 21 years ago
pnenzi 1aa04ca10b Fixed numparam library (Steven Borley) and corrected bug in node translation (Hitoshi Tanaka). 21 years ago
pnenzi ab44f6866b removed prototype for inp_nummodes() 21 years ago