~kicad/+git/ngspice-mirror-sourceforge:simkit

Last commit made on 2014-09-21
Get this branch:
git clone -b simkit https://git.launchpad.net/~kicad/+git/ngspice-mirror-sourceforge
Members of KiCad can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

f49317d... by dwarning <dwarning>

using ngspice adapter for loading simkit

f86fa0c... by rlar <rlar>

avoid unresolved load_simkit() (from libdev) when linking "nutmeg"

7f748e3... by dwarning <dwarning>

first working simkit loader

1bb1cc1... by dwarning <dwarning>

first trial to load simkit

2602a49... by rlar <rlar>

fix `log' in `B' and in `.control', to base e instead of 10

In the B language this can be considered a bug fix.

In the .control language this is a severe change
  and breaks backwards compatibility.

In all three languages 'numparam' 'B' and '.control' we now have
  ln to the base e
  log to the base e
  log10 to the base 10

Thus log and log10 is now consistent
  with the vast majority of programming languages.

ln is merely for convenience.
  very few other languages have it.
  I'd like to discourage its usage.

abfd38b... by rlar <rlar>

B language, introduce `log10'

88bc787... by rlar <rlar>

numparm, introduce `log10'

99eade8... by rlar <rlar>

cleanup, rename cx_ln --> cx_log (.control language)

c926f46... by rlar <rlar>

cleanup, rename rename cx_log --> cx_log10 (.control language)

bdf70bd... by rlar <rlar>

cleanup, rename PTln --> PTlog, PTF_LN --> PTF_LOG (`B' language)