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

Sébastien Villemot sebastien at debian.org
Wed Feb 19 17:23:51 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  b1f2259   Release to experimental
       new  b1b2d5d   Changelog for 4.52.1-2
       new  e837bbf   Add upstream PGP for verification by uscan.
      adds  0c307da   Imported Upstream version 4.53
       new  3f635b6   Merge tag 'upstream/4.53'
       new  296cbb3   debian/copyright: reflect upstream changes.
       new  8b0f98d   Refresh patches.
       new  f3036a5   Update symbols file.
       new  db3a238   glpk-doc: ship examples showing how to convert old to new API.
       new  0add1ac   Changelog entry for 4.53-1.

The 8 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                                    |  59 +++
 NEWS                                         |  29 ++
 README                                       |   4 +-
 THANKS                                       | 232 +++++-----
 configure                                    |  20 +-
 configure.ac                                 |   2 +-
 debian/changelog                             |  17 +
 debian/control                               |   2 +-
 debian/copyright                             |   7 +-
 debian/glpk-doc.examples                     |   1 +
 debian/libglpk36.symbols                     |   2 +
 debian/patches/no-embedded-suitesparse.patch |  14 +-
 debian/patches/no-embedded-zlib.patch        |   8 +-
 debian/upstream/signing-key.asc              |  26 ++
 doc/glpk_faq.txt                             | 435 ------------------
 examples/oldapi/README                       |  11 +
 src/glplpx01.c => examples/oldapi/lpx.c      | 241 +++++-----
 src/glplpx.h => examples/oldapi/lpx.h        | 158 +------
 examples/oldapi/lpxsamp.c                    |  51 +++
 examples/tsp.mod                             |   2 +-
 src/Makefile.am                              |  27 +-
 src/Makefile.in                              | 313 +++++++------
 src/{glpavl.c => avl.c}                      |  52 ++-
 src/{glpavl.h => avl.h}                      |  55 +--
 src/{glpbfd.c => bfd.c}                      |  15 +-
 src/{glpbfd.h => bfd.h}                      |   6 +-
 src/bflib/fhv.c                              |   4 +-
 src/bflib/ifu.c                              | 392 ++++++++++++++++
 src/bflib/ifu.h                              |  99 ++++
 src/bflib/sgf.c                              |   2 +-
 src/{glpbfx.c => bfx.c}                      |   8 +-
 src/{glpbfx.h => bfx.h}                      |  28 +-
 src/cglib/cfg1.c                             |   3 +-
 src/draft.h                                  |  32 ++
 src/{glpenv08.c => env/dlsup.c}              |  53 ++-
 src/env/env.c                                |   8 +
 src/env/env.h                                |  63 ++-
 src/env/error.c                              |  49 +-
 src/env/stream.c                             | 475 +++++++++++++++++++
 src/env2.h                                   |  46 --
 src/glpapi01.c                               |   1 +
 src/glpapi02.c                               |   3 +-
 src/glpapi03.c                               |   3 +-
 src/glpapi04.c                               |   3 +-
 src/glpapi05.c                               |   3 +-
 src/glpapi06.c                               |  16 +
 src/glpapi07.c                               | 162 +++----
 src/glpapi08.c                               |   3 +-
 src/glpapi09.c                               |   2 +
 src/glpapi10.c                               |   3 +-
 src/glpapi11.c                               | 106 +++--
 src/glpapi12.c                               |   4 +-
 src/glpapi13.c                               |   1 +
 src/glpapi14.c                               |   3 +-
 src/glpapi15.c                               |  22 +-
 src/glpapi16.c                               |   3 +-
 src/glpapi17.c                               |   3 +-
 src/glpapi18.c                               |   3 +-
 src/glpapi19.c                               |   3 +-
 src/glpapi20.c                               |   1 +
 src/glpapi21.c                               |  31 +-
 src/glpcpx.c                                 |  58 ++-
 src/glpdmx.c                                 | 139 +++---
 src/glpenv07.c                               | 660 ---------------------------
 src/glphbm.c                                 |   4 +-
 src/glpini01.c                               |   2 +-
 src/glpini02.c                               |   3 +-
 src/glpios.h                                 |   2 +-
 src/glpios01.c                               |  18 +-
 src/glpios02.c                               |   1 +
 src/glpios03.c                               |   5 +
 src/glpios04.c                               |   1 +
 src/glpios05.c                               |   1 +
 src/glpios06.c                               |   1 +
 src/glpios07.c                               |  57 ++-
 src/glpios08.c                               |   1 +
 src/glpios09.c                               |   5 +-
 src/glpios10.c                               |   1 +
 src/glpios11.c                               |   2 +
 src/glpios12.c                               |   1 +
 src/glpipm.c                                 |   1 +
 src/glpipm.h                                 |   2 +-
 src/glpk.h                                   |  16 +-
 src/glplib03.c                               | 575 -----------------------
 src/glplpf.c                                 |  73 ++-
 src/glplpf.h                                 |  14 +
 src/glplpx02.c                               | 264 -----------
 src/glplpx03.c                               | 302 ------------
 src/glpmpl.h                                 |  15 +-
 src/glpmpl01.c                               |   2 +-
 src/glpmpl02.c                               |   2 -
 src/glpmpl03.c                               |  27 +-
 src/glpmpl04.c                               |  35 +-
 src/glpmpl05.c                               |   2 -
 src/glpmpl06.c                               |   2 -
 src/glpmps.c                                 |  57 ++-
 src/glpnet03.c                               |   3 +-
 src/glpnet04.c                               |   3 +-
 src/glpnet05.c                               |   3 +-
 src/glpnpp.h                                 |   2 +-
 src/glpnpp01.c                               |   1 +
 src/glpnpp02.c                               |   1 +
 src/glpnpp03.c                               |   1 +
 src/glpnpp04.c                               |   1 +
 src/glpnpp05.c                               |   1 +
 src/glpnpp06.c                               |   1 +
 src/glpscf.c                                 | 634 -------------------------
 src/glpscf.h                                 | 126 -----
 src/glpscl.c                                 |   5 +-
 src/glpsdf.c                                 |  29 +-
 src/glpspx.h                                 |   2 +-
 src/glpspx01.c                               |   1 +
 src/glpspx02.c                               |   1 +
 src/glpsql.c                                 |  17 +-
 src/glpssx.h                                 |   4 +-
 src/glpssx01.c                               |   2 +-
 src/glpssx02.c                               |   2 +-
 src/glptsp.c                                 |   5 +-
 src/{glplux.c => lux.c}                      | 553 +++++++++++-----------
 src/{glplux.h => lux.h}                      | 109 +++--
 src/misc/fp2rat.c                            | 164 +++++++
 src/misc/gcd.c                               | 102 +++++
 src/{glplib.h => misc/misc.h}                |  37 +-
 src/{env/tls.c => misc/round2n.c}            |  58 +--
 src/misc/str2int.c                           |  92 ++++
 src/misc/str2num.c                           | 110 +++++
 src/{env/stdc.h => misc/strspx.c}            |  50 +-
 src/{env/stdc.h => misc/strtrim.c}           |  52 ++-
 src/{glpapi.h => prob.h}                     |  45 +-
 src/proxy/proxy.c                            |  15 +-
 src/proxy/proxy1.c                           |   1 +
 src/zlib/README                              |  20 +-
 src/zlib/adler32.c                           |  99 ++--
 src/zlib/compress.c                          |  30 +-
 src/zlib/crc32.c                             | 165 ++++---
 src/zlib/crc32.h                             |   2 +-
 src/zlib/deflate.c                           | 427 ++++++++---------
 src/zlib/deflate.h                           |  53 +--
 src/zlib/gzclose.c                           |  10 +-
 src/zlib/gzguts.h                            | 116 ++---
 src/zlib/gzlib.c                             | 301 ++++++------
 src/zlib/gzread.c                            | 468 +++++++++++--------
 src/zlib/gzwrite.c                           | 263 +++++++----
 src/zlib/inffast.c                           |  36 +-
 src/zlib/inffast.h                           |   9 +-
 src/zlib/inffixed.h                          |   6 +-
 src/zlib/inflate.c                           | 260 ++++++-----
 src/zlib/inflate.h                           |  15 +-
 src/zlib/inftrees.c                          |  72 +--
 src/zlib/inftrees.h                          |  13 +-
 src/zlib/trees.c                             | 266 ++++++-----
 src/zlib/trees.h                             |  12 +-
 src/zlib/uncompr.c                           |  17 +-
 src/zlib/zconf.h                             | 209 ++++++---
 src/zlib/zio.c                               |  89 ++--
 src/zlib/zio.h                               |  25 +-
 src/zlib/zlib.h                              | 549 +++++++++++-----------
 src/zlib/zsymb.h                             | 135 ------
 src/zlib/zutil.c                             | 227 ++++++++-
 src/zlib/zutil.h                             | 124 ++---
 w32/Makefile_VC                              |  25 +-
 w32/Makefile_VC_DLL                          |  37 +-
 w32/{glpk_4_52.1.def => glpk_4_53.def}       |   6 +-
 w64/{glpk_4_52.1.def => glpk_4_53.def}       |   6 +-
 w64/makefile_VC                              |  25 +-
 w64/makefile_VC_DLL                          |  37 +-
 166 files changed, 5659 insertions(+), 6509 deletions(-)
 create mode 100644 debian/glpk-doc.examples
 create mode 100644 debian/upstream/signing-key.asc
 delete mode 100644 doc/glpk_faq.txt
 create mode 100644 examples/oldapi/README
 rename src/glplpx01.c => examples/oldapi/lpx.c (93%)
 rename src/glplpx.h => examples/oldapi/lpx.h (74%)
 create mode 100644 examples/oldapi/lpxsamp.c
 rename src/{glpavl.c => avl.c} (86%)
 rename src/{glpavl.h => avl.h} (57%)
 rename src/{glpbfd.c => bfd.c} (98%)
 rename src/{glpbfd.h => bfd.h} (96%)
 create mode 100644 src/bflib/ifu.c
 create mode 100644 src/bflib/ifu.h
 rename src/{glpbfx.c => bfx.c} (96%)
 rename src/{glpbfx.h => bfx.h} (76%)
 create mode 100644 src/draft.h
 rename src/{glpenv08.c => env/dlsup.c} (72%)
 create mode 100644 src/env/stream.c
 delete mode 100644 src/env2.h
 delete mode 100644 src/glpenv07.c
 delete mode 100644 src/glplib03.c
 delete mode 100644 src/glplpx02.c
 delete mode 100644 src/glplpx03.c
 delete mode 100644 src/glpscf.c
 delete mode 100644 src/glpscf.h
 rename src/{glplux.c => lux.c} (71%)
 rename src/{glplux.h => lux.h} (78%)
 create mode 100644 src/misc/fp2rat.c
 create mode 100644 src/misc/gcd.c
 rename src/{glplib.h => misc/misc.h} (68%)
 copy src/{env/tls.c => misc/round2n.c} (52%)
 create mode 100644 src/misc/str2int.c
 create mode 100644 src/misc/str2num.c
 copy src/{env/stdc.h => misc/strspx.c} (57%)
 copy src/{env/stdc.h => misc/strtrim.c} (55%)
 rename src/{glpapi.h => prob.h} (89%)
 delete mode 100644 src/zlib/zsymb.h
 rename w32/{glpk_4_52.1.def => glpk_4_53.def} (98%)
 rename w64/{glpk_4_52.1.def => glpk_4_53.def} (98%)

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