diff --git a/ChangeLog b/ChangeLog index 76dbe3b95..6a1b28389 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-23 Holger Vogt + * resource.c: for tclspice HAS_WINDOWS replaced by _MSC_VER and __MINGW32__ + * outitf.c, cktdojob.c: printf replaced by fprintf + * cpitf.c:216 s replaced by copys + * tclspice.c:2168 init_rlimits( ) added to get startup system info + 2008-12-22 Holger Vogt * /spicelib/parser/inpdomod.c: checks for BSIM3 and BSIM4 look for major versions 3.2, 3.3, 4.2 - 4.6 diff --git a/src/tclspice.c b/src/tclspice.c index c9429aa06..ebd607fb6 100755 --- a/src/tclspice.c +++ b/src/tclspice.c @@ -17,7 +17,7 @@ #define TCLSPICE_prefix "spice::" #define TCLSPICE_namespace "spice" #ifdef _MSC_VER -#define TCLSPICE_version "18.0" +#define TCLSPICE_version "18.1" #define STDIN_FILENO 0 #define STDOUT_FILENO 1 #define STDERR_FILENO 2 @@ -2164,6 +2164,9 @@ int Spice_Init(Tcl_Interp *interp) { /*parameter fetcher, used in show*/ if_getparam = spif_getparam; + /* Get startup system limits */ + init_rlimits( ); + /*Command prompt stuff */ ft_cpinit();