[glpk] 02/05: Merge tag 'upstream/4.54'

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 commit to branch master
in repository glpk.

commit d7186603fb8ed1890f8ada3228788629fb929b56
Merge: 4027368 c3f4061
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Mar 30 12:10:03 2014 +0200

    Merge tag 'upstream/4.54'
    
    Upstream version 4.54

 ChangeLog                                 |   53 ++
 NEWS                                      |   38 +
 README                                    |    2 +-
 THANKS                                    |    2 +
 configure                                 |   21 +-
 configure.ac                              |    3 +-
 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/btfint.h                        |   73 ++
 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 +-
 w64/glpk_4_53.def => w32/glpk_4_54.def    |    4 +-
 w32/glpk_4_53.def => w64/glpk_4_54.def    |    4 +-
 w64/makefile_VC                           |    5 +-
 w64/makefile_VC_DLL                       |   17 +-
 60 files changed, 3446 insertions(+), 2287 deletions(-)

-- 
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