[Pkg-electronics-commits] [gnucap] 17/17: Merge upstream 20160724

felix salfelder felix-guest at moszumanska.debian.org
Fri Jul 29 11:08:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch master
in repository gnucap.

commit 03f6e8926142025c83951eaeb045142ae76d6b7a
Merge: b2898d9 6948fda
Author: Felix Salfelder <felix at salfelder.org>
Date:   Fri Jul 29 12:10:41 2016 +0100

    Merge upstream 20160724

 Make3                                 |  13 +--
 Makefile                              |  14 +++
 apps/Make.depend                      |  14 +--
 apps/Make2.mingw32                    |  29 ++-----
 apps/bm_exp.cc                        |   8 +-
 apps/bm_fit.cc                        |  16 ++--
 apps/bm_model.cc                      |   2 +-
 apps/bm_poly.cc                       |   9 +-
 apps/bm_posy.cc                       |   8 +-
 apps/bm_pulse.cc                      |   8 +-
 apps/bm_pwl.cc                        |  15 +---
 apps/bm_sffm.cc                       |   8 +-
 apps/bm_sin.cc                        |   8 +-
 apps/bm_tanh.cc                       |   8 +-
 apps/bmm_semi.cc                      | 118 ++++++++++++++-----------
 apps/c_comand.cc                      |   2 -
 apps/configure                        |   2 +-
 apps/d_coil.cc                        |   4 +-
 apps/d_cs.cc                          |  10 ++-
 apps/d_switch.cc                      |   4 +-
 apps/d_trln.cc                        |  15 ++--
 apps/d_vs.cc                          |  10 ++-
 apps/lang_spice.cc                    |   4 +-
 apps/s__init.cc                       |  29 ++++---
 apps/s_ac.cc                          |  36 +++++---
 apps/s_dc.cc                          |  96 ++++++++++++++-------
 apps/s_fo.cc                          |  12 +--
 apps/s_tr.cc                          |   3 +-
 apps/s_tr_set.cc                      |  12 +--
 include/ap.h                          |   2 +-
 include/bm.h                          |   4 +-
 include/configure                     |   4 +-
 include/declare.h                     |   4 +-
 include/e_compon.h                    |   6 +-
 include/globals.h                     |   4 +-
 include/io_.h                         |   6 +-
 include/io_error.h                    |  14 +--
 include/l_dispatcher.h                |   4 +-
 include/m_interp.h                    |   1 -
 include/md.h                          |   6 +-
 include/patchlev.h                    |   2 +-
 include/s__.h                         |   2 +-
 include/spice-wrapper.cc              |  23 ++---
 include/u_sim_data.h                  |   4 +-
 lib/Make2.mingw32                     |  19 +---
 lib/ap_get.cc                         |   4 +-
 lib/bm.cc                             |   6 +-
 lib/configure                         |   2 +-
 lib/d_subckt.cc                       |   9 +-
 lib/e_card.cc                         |   4 +-
 lib/e_compon.cc                       |  11 ++-
 lib/e_elemnt.cc                       |   6 +-
 lib/globals.cc                        |   8 +-
 lib/io_findf.cc                       |   5 +-
 lib/u_probe.cc                        |   4 +-
 lib/u_sim_data.cc                     |  10 +--
 main/Make2.mingw32                    |  30 ++-----
 main/configure                        |   2 +-
 modelgen/Make2.mingw32                |  41 ++++-----
 modelgen/configure                    |   2 +-
 modelgen/mg_error.cc                  |  67 +++++----------
 modelgen/mg_main.cc                   |   3 +-
 modelgen/mg_out_common.cc             |  10 ---
 modelgen/mg_out_h.cc                  |   1 -
 tests/==out/bm_exp.4p.ckt.out         |   5 --
 tests/==out/bm_fit.0.1.ckt.out        |   3 +
 tests/==out/bm_pwl.2.ckt.out          |   3 +-
 tests/==out/bm_sffm.3.ckt.out         |   2 +-
 tests/==out/bmm_res.1p.ckt.out        |   1 -
 tests/==out/bmm_res.2p.ckt.out        |   1 -
 tests/==out/bmm_res.3p.ckt.out        |   1 -
 tests/==out/bmm_res.4.ckt.out         |   3 +-
 tests/==out/bmm_res.4p.ckt.out        |   3 +-
 tests/==out/bmm_res.5p.ckt.out        |   1 -
 tests/==out/d_mos1.bin1.ckt.out       |   1 +
 tests/==out/d_switch.c1.ckt.out       |   3 +-
 tests/==out/d_switch.c1.inc.ckt.out   |   3 +-
 tests/==out/d_switch.c1.noinc.ckt.out |   3 +-
 tests/==out/d_switch.c1a.ckt.out      |   3 +-
 tests/==out/d_switch.c1r.ckt.out      |   1 -
 tests/==out/d_switch.c2.ckt.out       |   1 -
 tests/==out/d_switch.c2a.ckt.out      |   3 +-
 tests/==out/d_switch.c2r.ckt.out      |   1 -
 tests/==out/d_switch.c3.ckt.out       |   1 -
 tests/==out/d_switch.v.ckt.out        |   1 -
 tests/==out/d_switch.vr.ckt.out       |   1 -
 tests/==out/dc_temp.gc.out            |  30 +++++++
 tests/==out/param.8.ckt.out           |   1 +
 tests/==out/param.9.ckt.out           |   1 +
 tests/==out/temp.1.gc.out             | 157 ++++++++++++++++++++++++++++++++++
 tests/==out/tran_temp.gc.out          |  15 ++++
 tests/d_vs.1.gc                       |   2 -
 tests/dc_temp.gc                      |  33 +++++++
 tests/temp.1.gc                       |  42 +++++++++
 tests/tran_temp.gc                    |  13 +++
 95 files changed, 718 insertions(+), 468 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gnucap.git



More information about the Pkg-electronics-commits mailing list