61 Commits (9a55795e5e23c5f7d428a4fc59e8b831c2f885f0)

Author SHA1 Message Date
dwarning 9071404c63 exclude heap usage for windows compile under __MINGW__ 17 years ago
h_vogt 5dac6590e2 New heap only for tclspice in Windows (HAS_TCLWIN defined) 17 years ago
h_vogt 488771485e add HAS_TCLWIN 17 years ago
dwarning 0d1f70c6a9 heap also needed under windows with tcl 17 years ago
dwarning bea58219e7 heap only needed under windows 17 years ago
h_vogt 1fa4faf88c tclspice for Windows 17 years ago
saintel 6fe0cebe58 *** empty log message *** 18 years ago
dwarning 530cb059fe polish to prevent warning 18 years ago
h_vogt 3dc3d42553 Small changes, e.g. _MS_VER macro, added to allow compilation of tclspice with MS VC++ 2008 18 years ago
h_vogt cdcf63aa46 add *.cir file path as search path (MS Windows) 18 years ago
pnenzi fa549df82a TCLSPICE IMPORT + libtool + measure2 command 18 years ago
pnenzi 7f6ad5c706 Updated to new automake standard. Replaced all INCLUDES with AM_CPPFLAGS 18 years ago
dwarning a28ad1a197 math functions in one central place maths/misc 18 years ago
dwarning 9cbf5a91ee moving some string functions from inpcom.c 18 years ago
dwarning 28e90e6330 Using a real double compare to equal. 18 years ago
dwarning 888a934fc5 token function for bjt instance 19 years ago
dwarning 6464cf535d backup - no unique long long function 19 years ago
dwarning b22a7666c1 AlmostEqualUlps in double is needed 19 years ago
dwarning adaeb6ca81 strip WhiteSpaces inside parens of dot cards 19 years ago
dwarning e099459179 no message 19 years ago
dwarning 7476998764 better macro request to HAVE_DIRNAME 19 years ago
dwarning 0618ecbf8b prototypes for asprintf 19 years ago
dwarning b7e71db2ad AlmostEqualUlps on central place 19 years ago
dwarning 88155300e6 providing prototype for timediff 19 years ago
dwarning 6c9f3ecc09 comment was nonsens 19 years ago
dwarning c4d1e93222 no prototypes index/rindex for non-provided functions 19 years ago
dwarning f4a3add493 dirname and basename for MSC 19 years ago
dwarning 41325622fd some clean-up's to come through MSC 19 years ago
pnenzi 9eb9f56060 fix for the negative times in seconds. 19 years ago
sjborley 358b5f829a Replace C++ style comment with C style comment 21 years ago
sjborley 6f01a35b81 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, rather than using the IS_SIZE_T_LONG macro to switch formats. 21 years ago
sjborley fd7d4001f6 Removed the files src/misc/terminal.h/.c and src/include/terminal.h The first two were empty and the last just included the second. The relavent makefile.am files have been updated 21 years ago
sjborley 5c08bf1576 Fixed a structure initailisation problem in the VBIC device that occurs when cider is enabled. Also fixed lots of warning within ciderlib related to unused variables. 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
pnenzi 0d1326ae51 Added a missing }. Thanks Dietmar! 22 years ago
pnenzi 1260ae08db Update autoconf scripts and applied Niessner patch to remove compiler warnings. 22 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 8686a73047 Added readline patch (support for command history). 23 years ago
pnenzi 8d893d890a CIDER integration. Code updated for cider support. 23 years ago
pnenzi dd8929457e Code cleaning. 23 years ago
pnenzi 8362dec274 Integrated code from tclspice, brorson xspice and Vera memleak. 23 years ago
rouat 8385b33bea Removed useless GNU getopt handlinf in autoconf 25 years ago
rouat 45e21263c1 Fixed bug in gnu getopt handling 25 years ago
pnenzi 65392b77ff Modified printnum function to avoid printing bugs and memory leaks. 25 years ago
rouat c6d2a20b8f Changed handling of GNU getopt 25 years ago
pnenzi 9f2d0d2324 Added patches to fix segfaults 25 years ago
pnenzi e515e01ede Second step of the solaris/sparc patch. Added support for getopt function. 25 years ago
pnenzi 87f6f0673b Applied Dan patches for Solaris. Asprintf is masked by HAVE_ASPRINTF. The check 25 years ago
pnenzi fd6d0b0723 Fixed stringutil missing bug. 25 years ago
pnenzi 317c6a2415 Appiled some of dan's patches. 25 years ago