-
joerg_wunsch committed patchset 218 of module avarice to the AVaRICE CVS repository, changing 2 files.
2009-08-26 20:22:55 UTC in AVaRICE
-
This is supposed to be fixed in CVS, please verify the fix works for you.
This actually uncovered a larger bug behind: the function could really modify the
argument string passed to it which is supposed to be `const'. Thus, I'm now
allocating a local copy, and operate on that one.
2009-06-25 09:32:46 UTC in AVaRICE
-
joerg_wunsch committed patchset 217 of module avarice to the AVaRICE CVS repository, changing 2 files.
2009-06-25 09:29:20 UTC in AVaRICE
-
joerg_wunsch committed patchset 216 of module avarice to the AVaRICE CVS repository, changing 2 files.
2009-05-15 12:52:36 UTC in AVaRICE
-
joerg_wunsch committed patchset 215 of module avarice to the AVaRICE CVS repository, changing 2 files.
2009-05-15 12:50:56 UTC in AVaRICE
-
The test(1) utility compares strings with the operator = rather than ==.
Due to this, the line
if test "x$with_tcl" == "x" -o "$with_tcl" == "no"
in the configure script fails when run on a strictly Posix-compliant
test(1) utility, as e.g. in FreeBSD. (It works when configure is run by
bash since bash has a builtin test(1) that accepts == as an extension.)
Due to that bug, readline...
2009-05-05 07:50:45 UTC in ngspice
-
FreeBSD's dynamic linker doesn't have a libdl.so. All necessary functions
are contained in the standard library. Building with Xspice enabled thus
fails since it cannot find -ldl.
2009-05-05 07:44:52 UTC in ngspice
-
There's an off-by-one error when allocating a string buffer.
This error in turn causes the build to fail in the FreeBSD port,
because one of the files is not found (since it is attempted to be
opened using a garbled filename).
2009-05-05 07:41:44 UTC in ngspice
-
The library models for the IRFZ44N and IRFZ46N cannot run transient
analysis even for very simple circuits. They always run into a Jacobian
singular at time t = 0.
The models for the IRFZ24/26N work a little better, they also run into
Jacobian singulars when inserted into the attached test circuit, but they
at least start simulation so I guess fine-tuning the simulation parameters
could...
2009-04-22 07:48:45 UTC in Quite Universal Circuit Simulator
-
joerg_wunsch changed the public information on the WinAVR project.
2009-04-05 21:03:10 UTC in WinAVR