[glpk] 01/07: Merge tag 'upstream/4.61'

Sébastien Villemot sebastien at debian.org
Mon Jan 23 19:33:10 UTC 2017


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

sebastien pushed a commit to branch master
in repository glpk.

commit 946f54f5088ba7312128881604f8c83143574ad6
Merge: 70f7b02 b6aad8b
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon Jan 23 20:18:34 2017 +0100

    Merge tag 'upstream/4.61'
    
    Upstream version 4.61

 ChangeLog                                          |  49 +++
 INSTALL                                            |  11 -
 NEWS                                               |  26 ++
 README                                             |   8 +-
 THANKS                                             |   7 +
 config.h.in                                        |   3 +
 configure                                          |  73 +++-
 configure.ac                                       |  36 +-
 doc/glpk.tex                                       |   4 +-
 doc/notes/dfeas.pdf                                | Bin 63866 -> 0 bytes
 doc/notes/simplex1.pdf                             | Bin 398510 -> 385190 bytes
 doc/notes/simplex2.pdf                             | Bin 250038 -> 264051 bytes
 examples/INDEX                                     |   2 +
 examples/glpsol.c                                  |  19 +-
 examples/pentomino.mod                             | 460 +++++++++++++++++++++
 examples/planarity.mod                             | 109 +++++
 examples/threads/Build_Multiseed.bat               |  12 +
 examples/threads/Makefile                          |   5 +
 examples/threads/Makefile_VC                       |  26 ++
 examples/threads/README                            |  66 +++
 examples/threads/clustering.mod                    | 109 +++++
 examples/threads/multiseed.c                       | 259 ++++++++++++
 examples/threads/thread.h                          |  49 +++
 src/Makefile.am                                    |  12 +-
 src/Makefile.in                                    | 206 +++++----
 src/api/ckcnf.c                                    |   2 +
 src/api/cpxbas.c                                   |  10 +-
 src/api/intfeas1.c                                 |   2 +
 src/api/minisat1.c                                 |   2 +
 src/{ => api}/prob.h                               |   7 +-
 src/{glpapi01.c => api/prob1.c}                    |  15 +-
 src/{glpapi02.c => api/prob2.c}                    |   5 +-
 src/{glpapi03.c => api/prob3.c}                    |   5 +-
 src/{glpapi04.c => api/prob4.c}                    |   5 +-
 src/{glpapi05.c => api/prob5.c}                    |   5 +-
 src/api/prrngs.c                                   |   2 +
 src/api/rdcnf.c                                    |   2 +
 src/api/rdipt.c                                    |   2 +
 src/api/rdmip.c                                    |   2 +
 src/api/rdprob.c                                   |   2 +
 src/api/rdsol.c                                    |   2 +
 src/api/wrcnf.c                                    |   2 +
 src/api/wript.c                                    |   2 +
 src/api/wrmip.c                                    |   2 +
 src/api/wrprob.c                                   |   2 +
 src/api/wrsol.c                                    |   2 +
 src/cglib/cfg1.c                                   |  10 +-
 src/cglib/gmigen.c                                 |  10 +-
 src/cglib/mirgen.c                                 |  10 +-
 src/env/env.c                                      |  73 +++-
 src/env/env.h                                      |   4 +-
 src/env/tls.c                                      |  62 ++-
 src/glpapi06.c                                     |   2 +
 src/glpapi09.c                                     |   2 +
 src/glpapi12.c                                     |   4 +
 src/glpios10.c                                     |  10 +-
 src/glpios11.c                                     |  10 +-
 src/glpk.h                                         |  11 +-
 src/misc/wclique1.c                                |  10 +-
 src/simplex/spxnt.h                                |   1 +
 src/simplex/spychuzc.c                             |  14 +-
 w32/Build_GLPK_with_VC10_stdcall_DLL.bat           |  11 +
 w32/Makefile_VC                                    |  10 +-
 w32/Makefile_VC_DLL                                |  22 +-
 w64/makefile_VC_DLL => w32/Makefile_VC_stdcall_DLL |  25 +-
 w32/config_VC                                      |   3 +
 w32/{glpk_4_60.def => glpk_4_61.def}               |   4 +-
 w32/{glpk_4_60.def => glpk_4_61_stdcall.def}       |   4 +-
 w64/config_VC                                      |   3 +
 w64/{glpk_4_60.def => glpk_4_61.def}               |   4 +-
 w64/makefile_VC                                    |  10 +-
 w64/makefile_VC_DLL                                |  22 +-
 72 files changed, 1757 insertions(+), 225 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