~kicad/+git/ngspice-mirror-sourceforge:CUSPICE-tmp-1

Last commit made on 2014-04-27
Get this branch:
git clone -b CUSPICE-tmp-1 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

Name:
CUSPICE-tmp-1
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

1b8f873... by Francesco Lannutti <email address hidden>

negative whitespace changes, which orig were included in the last `new files' commit

a97ac32... by Francesco Lannutti <email address hidden>

CUSPICE Integration from scratch

b991345... by Francesco Lannutti <email address hidden>

mostly unwanted whitespace changes

b9b1a33... by Francesco Lannutti <email address hidden>

CUSPICE Integration from scratch

260b54a... by Francesco Lannutti <email address hidden>

configure.ac, drop `ext_CLFAGS' (-g -O business)

99f0bf3... by Francesco Lannutti <email address hidden>

mutual, improve comment

9846598... by Francesco Lannutti <email address hidden>

swallow permanently #define'ed `MUTUAL'

05871d5... by Francesco Lannutti <email address hidden>

KLU Integration from scratch

1e1c4fe... by dwarning <dwarning>

apply few patches according the model developers web site

cc23529... by rlar <rlar>

lexical.c, change semantics of an ESCAPE in a given input `string'

now simply skip it.

presumably and in accordance to what the comments seems to suggest
  ESCAPE never was really meant to be read as '['
  but was replaced just to get it out of way deeper in the for loop
  where an ESCAPE starts an ancient mechanism to reenter
    interactive input via a terminals TIOCSTI capability