add systeminfo and correct resource printouts to tclspice

This commit is contained in:
h_vogt 2008-12-23 18:10:08 +00:00
parent f78cf4f9c6
commit 024ada0a25
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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();