[glpk] branch master updated (0add1ac -> b79856c)

Sébastien Villemot sebastien at debian.org
Tue Apr 1 17:47:10 UTC 2014


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

sebastien pushed a change to branch master
in repository glpk.

      from  0add1ac   Changelog entry for 4.53-1.
       new  4027368   New patch: obtain-iodbc-cflags.patch.
      adds  c3f4061   Imported Upstream version 4.54
       new  d718660   Merge tag 'upstream/4.54'
       new  9588fb0   obtain-iodbc-cflags.patch: remove patch, applied upstream.
       new  d794c76   Refresh patches.
       new  b79856c   Changelog for 4.54-1.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                    |   53 ++
 NEWS                                         |   38 +
 README                                       |    2 +-
 THANKS                                       |    2 +
 configure                                    |   21 +-
 configure.ac                                 |    3 +-
 debian/changelog                             |   14 +
 debian/patches/no-embedded-suitesparse.patch |   10 +-
 debian/patches/no-embedded-zlib.patch        |    6 +-
 doc/glpk.pdf                                 |  Bin 478088 -> 478012 bytes
 doc/glpk.tex                                 |   13 +-
 doc/glpk02.tex                               |   40 +-
 doc/glpk04.tex                               |   78 +-
 doc/glpk10.tex                               |   11 +-
 doc/notes/scf.pdf                            |  Bin 0 -> 123131 bytes
 doc/notes/simplex.pdf                        |  Bin 0 -> 212997 bytes
 doc/notes/updating.pdf                       |  Bin 41817 -> 0 bytes
 examples/alloy.mps                           |  282 +++++++
 examples/{shiftcover.mod => shiftcov.mod}    |    0
 src/Makefile.am                              |    7 +-
 src/Makefile.in                              |  110 ++-
 src/bfd.c                                    |  804 ++++++++-----------
 src/bfd.h                                    |   12 +
 src/bflib/btf.c                              |  437 ++++++++++
 src/bflib/btf.h                              |  197 +++++
 src/bflib/btfint.c                           |  407 ++++++++++
 src/bflib/{lufint.h => btfint.h}             |   38 +-
 src/bflib/fhvint.c                           |  103 +--
 src/bflib/fhvint.h                           |    6 +-
 src/bflib/luf.c                              |   43 +
 src/bflib/luf.h                              |    5 +
 src/bflib/lufint.c                           |   40 +-
 src/bflib/scf.c                              |  523 ++++++++++++
 src/bflib/scf.h                              |  211 +++++
 src/bflib/scfint.c                           |  236 ++++++
 src/bflib/scfint.h                           |   79 ++
 src/bflib/sva.c                              |    4 +
 src/glpapi01.c                               |    8 +
 src/glpapi06.c                               |    2 +-
 src/glpapi09.c                               |    4 +
 src/glpapi11.c                               |   48 +-
 src/glpapi12.c                               |  124 +--
 src/glpapi15.c                               |    8 +-
 src/glpapi21.c                               |   36 +
 src/glpdmx.c                                 |   84 +-
 src/glphbm.c                                 |   24 +-
 src/glpk.h                                   |   48 +-
 src/glplpf.c                                 | 1097 --------------------------
 src/glplpf.h                                 |  216 -----
 src/glpmpl03.c                               |    4 +-
 src/glpmpl06.c                               |    2 +-
 src/glpmps.c                                 |   78 +-
 src/glprgr.c                                 |    4 +-
 src/glpsdf.c                                 |   12 +-
 src/glpspm.c                                 |   14 +-
 src/glptsp.c                                 |   24 +-
 src/prob.h                                   |    4 +
 w32/Makefile_VC                              |    5 +-
 w32/Makefile_VC_DLL                          |   17 +-
 w32/{glpk_4_53.def => glpk_4_54.def}         |    4 +-
 w64/{glpk_4_53.def => glpk_4_54.def}         |    4 +-
 w64/makefile_VC                              |    5 +-
 w64/makefile_VC_DLL                          |   17 +-
 63 files changed, 3414 insertions(+), 2314 deletions(-)
 create mode 100644 doc/notes/scf.pdf
 create mode 100644 doc/notes/simplex.pdf
 delete mode 100644 doc/notes/updating.pdf
 create mode 100644 examples/alloy.mps
 rename examples/{shiftcover.mod => shiftcov.mod} (100%)
 create mode 100644 src/bflib/btf.c
 create mode 100644 src/bflib/btf.h
 create mode 100644 src/bflib/btfint.c
 copy src/bflib/{lufint.h => btfint.h} (71%)
 create mode 100644 src/bflib/scf.c
 create mode 100644 src/bflib/scf.h
 create mode 100644 src/bflib/scfint.c
 create mode 100644 src/bflib/scfint.h
 delete mode 100644 src/glplpf.c
 delete mode 100644 src/glplpf.h
 rename w32/{glpk_4_53.def => glpk_4_54.def} (99%)
 rename w64/{glpk_4_53.def => glpk_4_54.def} (99%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/glpk.git



More information about the debian-science-commits mailing list