782 Commits (96657c618aff7a4e8bfd8b90c20989c80bfdfdd8)
 

Author SHA1 Message Date
sjborley d2fd6d545a Updated for move of isnan() 21 years ago
sjborley eff209d8a3 Moved isnan() to src/misc/missing_math.c from src/spicelib/devices/dev.c following suggestion from Dietmar warning. Also took opportunity to fixed a compiler warning in dev.c 21 years ago
sjborley 9f24102048 Updated for fix to restemp.c 21 years ago
sjborley f1ab1481ea Reverted to previous version. Changes in this file were intended for temporary debug and should not have been committed to CVS. 21 years ago
sjborley 81108db6f9 Fix for linkage problem with winmain.o 21 years ago
sjborley e62d45ad4f Exclude local isnan() when library version exists - MinGW prompted change 21 years ago
sjborley 23273668b6 Exclude test files that don't compile when Windows (MinGW) 21 years ago
sjborley 066114fb6d Added .cvsignore files for each directory 21 years ago
sjborley f5ba9c2745 updated with latest changes to allow compile under MinGW 21 years ago
sjborley 368f6b0699 Changes to allow compile with MinGW. Macros JMP_BUF, LONGJMP, and SETJMP 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 a0823f7dc7 Aded configuration for HAVE_SIGSETJMP required for changes to allow compile under MinGW 21 years ago
sjborley e733f2e8b3 Modified to work with winmain.c for compile under MinGW 21 years ago
sjborley 47e726bf12 Macros used for sigjmp_buf (JMP_BUF) and sigsetjmp (SETJMP) 21 years ago
sjborley 2ed1565c81 Updates configure.in. Notably this removes the need for acconfig.h (the use of which is deprecated by autoconf). Most of the remaining changes just tidy with the aim of following guidlines in the autoconf manual. Fixed an issue with CFLAGS usage and --disable-debug. Some fixes aimed as support for MinGW. 21 years ago
sjborley f659b71017 Fixed line-endings (DOS to UNIX) 21 years ago
sjborley 7376fa66e5 Fixed line-endings (DOS to UNIX) 21 years ago
sjborley 7e542d122a updated 21 years ago
sjborley 3362c27ecf Added conditional on the ngspice program to prevent errors when spiceinit file is used with ngnutmeg 21 years ago
sjborley 6f529b3612 Added .cvsignore files 21 years ago
sjborley 75fe905cc9 Added debug tracing. Activated by defining TRACE 21 years ago
sjborley 0a78434a17 Added missing .cvsignore files 21 years ago
pnenzi 1c8a23e1a2 Updated after isrc and vsrc extensions. 21 years ago
pnenzi aae86db65c Added XSPICE extensions (PHASE parameter) and AM transient function. 21 years ago
pnenzi e7369b7c03 Added xspice extension (PHASE parameter and current variable) and AM transient function. 21 years ago
sjborley ac9edfbbc5 Added .cvsignore file 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 d96ec87987 Added .cvsignore file 21 years ago
sjborley 268c67c5e5 Added .cvsignore files 21 years ago
sjborley 6ba8ef4558 ngspice.idx is generated by make. Thus I have removed it from CVS and added it to the src/.cvsignore file 21 years ago
sjborley 4b93d88ad1 texinfo.tex is installed by automake when the top-level autogen.sh script is run. Thus I have removed it from CVS and added it to the doc/.cvsignore file 21 years ago
sjborley eba2fb5eb4 Added support for the BSD licensed editline library (libedit) and updated the INSTALL file. 21 years ago
sjborley cb247a15fb Added support for the BSD licensed editline library (libedit). 21 years ago
sjborley 7545440a55 Added support for the BSD licensed editline library (libedit). Includes work-around for bug in v2.9 of this library. 21 years ago
sjborley 7d25b89f97 Update fot the .gobal keyword addition etc. 21 years ago
sjborley a46a7ebcf3 Added --enable-dot-global to enable code by H.Tanaka for the .global keyword deployment. 21 years ago
sjborley 34ec9d7bf0 Added code by H.Tanaka for .global keyword deployment 21 years ago
sjborley 47af112683 Added code by H.Tanaka to find global nodes 21 years ago
sjborley 29586efd08 Updated 21 years ago
sjborley 5b4347f3a6 Renamed strcmpi() to local_strcmpi() to avoid clash with system function when compiling in cygwin 21 years ago
sjborley f59180ea79 added .cvsignore 21 years ago
sjborley e602232500 Fixed issues with the alternate prompt. Translations for German comments provided by Dietmar Warning. fixed readline with ngnutmeg. Updated copyright date for --help. Tidy to removed some compiler warnings. 21 years ago
sjborley a1991eee19 Fixed issues with the alternate prompt 21 years ago
sjborley 3bcc4af957 Fixed minor gramatical error 21 years ago
sjborley bd8ebdb33f Fixed spelling error 21 years ago
pnenzi b3c5a9f577 Updated with latest changes. 21 years ago
pnenzi cb6094d8fa Modified syntax of end-of-line comments starting with "$" to avoid confusion with variables. 21 years ago
pnenzi cc89a709c0 This file should be generated locally. 21 years ago
pnenzi 09c9d68a5f Fixed the scripts to avoid the warnings on non-windows systems arising from linking with an empty library. Patch from Steven Borley. 21 years ago