1541 Commits (8dbefe215315820a200dc4e5fb0c2f4bd1e381df)

Author SHA1 Message Date
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
pnenzi 8cc46680ab Fixed a bug in model name translation. 21 years ago
pnenzi 0c2ff31d0b Applied a set of patches from Steven Borley. See changelog for details. 21 years ago
pnenzi 5c6f6a8613 Added #ifdef to switch off xspice a codemodels 21 years ago
pnenzi 87f94117f7 Fixed bug with long lines. Thanks Dietmar! 21 years ago
pnenzi 874fb0b5e2 Added patch from FreeBSD ports. 22 years ago
pnenzi 1baba94cd1 Vera's patch to close "show +" and similar constructs segfault. 22 years ago
pnenzi d2472a93a9 Rollback of part of Niessner's patch. 22 years ago
pnenzi 2e4b5f71f3 Applied vera patch for "show" memleak. 22 years ago
pnenzi fc1ac2dfa4 Closed a memory leak in show command. 22 years ago
pnenzi 1260ae08db Update autoconf scripts and applied Niessner patch to remove compiler warnings. 22 years ago
pnenzi be722a1fdb Fixed typos in inpdomod.c and added osx support in resource.c. 22 years ago
pnenzi 8a9766a401 Solved bug in codemodel system. 22 years ago
pnenzi c5438903ac Two patches from Dietmar. 22 years ago
pnenzi 9066452b23 Trimmed Makefiles.am for "make dist" and added tests placeholders. 22 years ago
pnenzi d0c3eaf5fe Leading space bug corrected. 22 years ago
pnenzi 5708a54ce4 Applied CDHW patch for options management. 23 years ago
pnenzi b03a70760b Applied Stuart's 12-03-2003 patch. Support for readline (disabled) and for node names in the form (x,y). 23 years ago
pnenzi d14a6e7665 Added ifdef for Solaris 23 years ago
pnenzi ebb73dcfc8 Added some code nedeed by cpl an txl from kspice. 23 years ago
pnenzi c54bda7dc0 Removed #if INTERPOLATE 23 years ago
pnenzi 531fb3575a Applied Vera Patch to correct bugs in shell code and re-enabling interpolate command. 23 years ago
pnenzi 79fb9463b4 Added entries for numparam library. 23 years ago
pnenzi 09e31fceab Changed to include numparam library (this file is the link point of 23 years ago
pnenzi feedbaf092 Added numparam library (contributed by Georg Post) to add .param to spice 23 years ago
pnenzi 7d0f2f2276 Improved the "version" command to show compilation switches. Updated 23 years ago
pnenzi a6517ea488 Closed memory leak. 23 years ago
pnenzi 842b05311d Commented out the code that caused segfault when "plot v(x)" command is issued. 23 years ago