3902 Commits (8ab446fc9c7a7c3e886b0a8a4ae5e7334fc7e5ce)

Author SHA1 Message Date
Holger Vogt a0bddf872d Fix dd7b9ff27 2 years ago
Holger Vogt 88d0727d3f In PS compat mode we only have 2 nodes in a diode, 2 years ago
Holger Vogt ace932e1b9 Patches provided by Carsten Schoenert: Misspellings, File access 2 years ago
Holger Vogt 88844ba74d Prevent vectors carrying the E POLY source current from being disaggregated 2 years ago
Holger Vogt dd7b9ff273 Avoid memory crash when reading old VDMOS models. 2 years ago
Holger Vogt 37944bd7c4 Preliminary fix to bug 650 2 years ago
Brian Taylor 8f52a67786 Fix set but not used warning. 2 years ago
Giles Atkinson af31904f99 The previous fix for Bug #467 - ".OPTION INTERP has accuracy issue" 2 years ago
Holger Vogt 732c12c93f Remove another potential crash if buggy user input 2 years ago
Holger Vogt c69018fe82 Enable measurements with ?-sweep (v, i, temp, or res). 2 years ago
Giles Atkinson a92c569b72 Prevent some strings being mis-recognised by strstr(), including 2 years ago
Giles Atkinson 07ce9c788e Recognise *ng_script_with_params" in the first line of the first 2 years ago
Giles Atkinson 89851872ed When substituting interpreter variables, allow '$' to be part of 2 years ago
Giles Atkinson 3ba314d4bc New interpreter commands strstr, strslice, fopen, fread and fclose. 3 years ago
Holger Vogt 3d1cbf93ee Add a predifined variable 'skywaterpdk' to speed up circuit 2 years ago
Holger Vogt e87651e27f Update to comments, restrict mutex definitions to shared ngspice 2 years ago
Holger Vogt 3619041e26 Add new lock for realloc of vectors 2 years ago
Holger Vogt 1db8eff25c Write message only once. 2 years ago
Holger Vogt 86e991515e Enable compiling with MINGW under MS Windows 2 years ago
Holger Vogt 4d4f226a83 Prevent crash, when vector is defined, but still empty. 2 years ago
Holger Vogt e57979d15d Plug two memory leaks introduced by 2 years ago
Holger Vogt 70e366021b Generate seed numbers from a microseconds clock, not a seconds clock 2 years ago
Holger Vogt 81bb886c71 Replace array global_nodes by hash table glonodes: 2 years ago
Holger Vogt 2bbadc6085 Use a hash table glonodes to prevent double or multiple entries 2 years ago
Holger Vogt 29bfe94318 Exclude some code under a unified #undef REM_USED 2 years ago
dwarning 2cf2693706 few code cleanings 2 years ago
Holger Vogt c87df54f24 Remove unused global variable cp_dol. 2 years ago
Giles Atkinson 359e3d4609 Fix Bug #467 - ".OPTION INTERP has accuracy issue". 2 years ago
Giles Atkinson 4228ba6e8a Ignore end-of-line comments in quoted strings. 3 years ago
Holger Vogt 39443fafdd Removing unused models takes much more time than keeping them 2 years ago
Holger Vogt 8ef0aece58 During setup of the models thre have been search scans in the 2 years ago
Holger Vogt 9edf34495e Don't say 'issue in line no. 0', as this 'info' does not tell 3 years ago
Holger Vogt 53315ed764 Prevent crash when no input file given. 3 years ago
Holger Vogt 28b495318d Update to command 'wrnodev': 3 years ago
Holger Vogt e449c894ce Prepend title line by '*' if printed by 'listing r'. 3 years ago
Holger Vogt 76f837b0b7 skip all pre-processing for expanded input files created by 'listing r' 3 years ago
Giles Atkinson 2790fd68bb Make the special "noglob" variable work. To preserve previous behaviour 3 years ago
Giles Atkinson a70e708114 Make special interpreter variable "noglob" behave as documented: 3 years ago
Giles Atkinson 41c61604c5 Handle SIGTTIN and SIGTTOU on Unix-like OSs with X11 graphics. 3 years ago
Giles Atkinson 588116af48 Fix a bug in the "help" command. Some commands have no action function, 3 years ago
Holger Vogt f3eb46e76d Fix bug in fprintf 3 years ago
Holger Vogt b034332e84 Improve warning message during evaluating .probe 3 years ago
Holger Vogt 01bdd44ef9 Modify the previous commit a616a0abe: 3 years ago
Vogt a616a0abe3 Add variable wr_onspace to allow printing the vetor name with 3 years ago
dwarning 4368790c5d remove compiler warning wrt. prototypes 3 years ago
Holger Vogt 64307ba907 Add a title line to 'listing r', so the resulting output may be 3 years ago
Brian Taylor 492bb64d92 By default, use the shortest typical delay estimate. This makes the digi_74LS90_74LS42.cir testcase for bug641 behave almost the same as MicroCap 12. In ngspice and MicroCap, the only signal with a glitch is not_y8. The other not_* signals look the same. Setting ps_use_mntymx in .spiceinit will change the delay estimates. See the function set_u_devices_info in src/frontend/udevices.c for the various settings of ps_use_mntymx. 3 years ago
Holger Vogt ad23146544 Don't check continuously for autostop, only when option flag is set 3 years ago
Holger Vogt 0f14c690d5 Stat. functions: safeguard against divide by zero, return nominal value 3 years ago
Holger Vogt c0d73dcd6f Fix bug 642 by replacing strstr() by search_plain_identifier() 3 years ago