77 Commits (204362044e4f7ef04248058ba07df3f3a976dcd2)

Author SHA1 Message Date
h_vogt 82d46a68c8 '^' added to is_arith_char() in string.c 17 years ago
dwarning 586af63f36 changed the declarator to new format 17 years ago
dwarning 62ef3c6793 init structure with 0 instead NULL 17 years ago
dwarning 9b90e03e90 stringutil.h: separate bcopy and bzero providing 17 years ago
h_vogt 6053c50723 mempool.c, hash.c compatmode.c removed (Preliminary) 17 years ago
h_vogt 9f1ee290a4 new code for .measurement 17 years ago
h_vogt 9aad956864 convergence (output.net), add some comments 17 years ago
dwarning ded9f403d7 don't need string.h - comes from ngspice.h 17 years ago
dwarning a755164f06 relay on ngspice.h 17 years ago
h_vogt eb378da811 winmessage 17 years ago
h_vogt 65b3fa2a4a show error message in Windows before exiting 17 years ago
h_vogt 6c55df1cb5 Windows error message 17 years ago
dwarning 4e8d474799 only cosmetics 17 years ago
h_vogt fa60b4d849 replace gpl getopt by BSD getopt 17 years ago
h_vogt 6f4cdcac47 replace gpl getopt by BSD getopt 17 years ago
dwarning 59917a149e init rusage 17 years ago
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