[bibutils] branch master updated (089353e -> 61fe1d1)

David Bremner bremner at debian.org
Sat Jul 1 14:10:24 UTC 2017


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

bremner pushed a change to branch master
in repository bibutils.

      from  089353e   Bump policy version
      adds  f97e2e1   Importing bibutils_5.11.orig.tar.gz
       new  9552fdc   Merge branch 'upstream'
       new  90653c5   debian: start changelog for 5.11-1
       new  61fe1d1   lib/Makefile.dynamic: add missing objects to library.

The 3 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                     |  68 ++++
 Makefile_start                |   5 +-
 bibutils.dbk                  |  11 +-
 bin/Makefile.dynamic          |   6 +-
 bin/Makefile.static           |  18 +-
 bin/args.c                    |   2 +-
 bin/args.h                    |   2 +-
 bin/bib2xml.c                 |   5 +-
 bin/biblatex2xml.c            |   5 +-
 bin/bibprog.c                 |   2 +-
 bin/bibprog.h                 |   2 +-
 bin/copac2xml.c               |   5 +-
 bin/ebi2xml.c                 |   5 +-
 bin/end2xml.c                 |   5 +-
 bin/endx2xml.c                |   5 +-
 bin/isi2xml.c                 |   5 +-
 bin/med2xml.c                 |   5 +-
 bin/modsclean.c               |   5 +-
 bin/{isi2xml.c => nbib2xml.c} |  15 +-
 bin/ris2xml.c                 |   5 +-
 bin/tomods.c                  |   5 +-
 bin/tomods.h                  |   2 +-
 bin/wordbib2xml.c             |   5 +-
 bin/xml2ads.c                 |   5 +-
 bin/xml2bib.c                 |  23 +-
 bin/xml2end.c                 |   5 +-
 bin/xml2isi.c                 |   5 +-
 bin/xml2ris.c                 |   7 +-
 bin/xml2wordbib.c             |   5 +-
 debian/changelog              |   6 +
 lib/Makefile.dynamic          |   8 +-
 lib/Makefile.static           |   6 +-
 lib/adsout.c                  | 431 ++++++++++++++-------
 lib/adsout.h                  |  22 --
 lib/bibcore.c                 |  63 +++-
 lib/bibformats.h              |  35 ++
 lib/bibl.c                    |   4 +-
 lib/bibl.h                    |   2 +-
 lib/biblatexin.c              | 611 ++++++++++++------------------
 lib/biblatexin.h              |  33 --
 lib/bibtexin.c                | 728 +++++++++++++++++-------------------
 lib/bibtexin.h                |  33 --
 lib/bibtexout.c               | 844 ++++++++++++++++++++++++-----------------
 lib/bibtexout.h               |  31 --
 lib/bibtextypes.c             | 677 ++++++++++++++++-----------------
 lib/bibutils.c                |  23 +-
 lib/bibutils.h                |  24 +-
 lib/bltypes.c                 | 194 +++++-----
 lib/charsets.c                |   2 +-
 lib/charsets.h                |   2 +-
 lib/copacin.c                 | 114 +++---
 lib/copacin.h                 |  30 --
 lib/copactypes.c              |  32 +-
 lib/doi.c                     | 115 ------
 lib/doi.h                     |  21 --
 lib/ebiin.c                   |  86 +++--
 lib/ebiin.h                   |  27 --
 lib/endin.c                   | 257 +++++--------
 lib/endin.h                   |  30 --
 lib/endout.c                  | 475 ++++++++++++-----------
 lib/endout.h                  |  22 --
 lib/endtypes.c                | 156 ++++----
 lib/endxmlin.c                |  21 +-
 lib/endxmlin.h                |  23 --
 lib/entities.c                |   2 +-
 lib/entities.h                |   2 +-
 lib/fields.c                  |  96 +++--
 lib/fields.h                  |  67 ++--
 lib/gb18030.h                 |   2 +-
 lib/generic.c                 |  77 ++++
 lib/generic.h                 |  23 ++
 lib/intlist.c                 |   2 +-
 lib/intlist.h                 |   2 +-
 lib/is_ws.c                   |   2 +-
 lib/is_ws.h                   |   2 +-
 lib/isiin.c                   | 174 ++++-----
 lib/isiin.h                   |  28 --
 lib/isiout.c                  | 334 ++++++++++-------
 lib/isiout.h                  |  21 --
 lib/isitypes.c                |  54 +--
 lib/latex.c                   | 851 ++++++++++++++++++++++--------------------
 lib/latex.h                   |   2 +-
 lib/list.c                    |  57 ++-
 lib/list.h                    |  79 ++--
 lib/marc.c                    |   2 +-
 lib/marc.h                    |   2 +-
 lib/medin.c                   |  45 ++-
 lib/medin.h                   |  26 --
 lib/modsin.c                  | 202 ++++++----
 lib/modsin.h                  |  20 -
 lib/modsout.c                 |  51 +--
 lib/modsout.h                 |  27 --
 lib/modstypes.c               |  29 +-
 lib/modstypes.h               |   2 +-
 lib/mycvout.c                 |  56 +--
 lib/name.c                    |   8 +-
 lib/name.h                    |   2 +-
 lib/nbibin.c                  | 482 ++++++++++++++++++++++++
 lib/nbibtypes.c               |  68 ++++
 lib/newstr.c                  |  55 ++-
 lib/newstr.h                  |  87 +++--
 lib/newstr_conv.c             |   2 +-
 lib/newstr_conv.h             |   2 +-
 lib/notes.c                   |  97 +++++
 lib/notes.h                   |  17 +
 lib/pages.c                   |  83 ++++
 lib/pages.h                   |  13 +
 lib/reftypes.c                |  26 +-
 lib/reftypes.h                |  37 +-
 lib/risin.c                   | 275 ++++++--------
 lib/risin.h                   |  28 --
 lib/risout.c                  | 671 +++++++++++++++++----------------
 lib/risout.h                  |  22 --
 lib/ristypes.c                | 346 ++++++++---------
 lib/serialno.c                |   2 +-
 lib/serialno.h                |   2 +-
 lib/strsearch.c               |   2 +-
 lib/strsearch.h               |   2 +-
 lib/title.c                   |  34 +-
 lib/title.h                   |   6 +-
 lib/unicode.h                 |   2 +-
 lib/url.c                     | 311 +++++++++++++++
 lib/url.h                     |  30 ++
 lib/utf8.c                    |  27 +-
 lib/utf8.h                    |  13 +-
 lib/vplist.c                  |  77 ++--
 lib/vplist.h                  |  14 +-
 lib/wordin.c                  |  20 +-
 lib/wordin.h                  |  23 --
 lib/wordout.c                 | 154 +++++---
 lib/wordout.h                 |  27 --
 lib/xml.c                     |   2 +-
 lib/xml.h                     |   2 +-
 lib/xml_encoding.c            |   2 +-
 lib/xml_encoding.h            |   2 +-
 test/Makefile.dynamic         |   9 +-
 test/Makefile.static          |   7 +-
 test/doi_test.c               | 120 ++++++
 test/entities_test.c          |   3 +
 test/list_test.c              |   5 +
 test/newstr_test.c            |   4 +
 test/utf8_test.c              |   5 +
 test/vplist_test.c            |   5 +
 143 files changed, 6192 insertions(+), 4811 deletions(-)
 copy bin/{isi2xml.c => nbib2xml.c} (60%)
 delete mode 100644 lib/adsout.h
 create mode 100644 lib/bibformats.h
 delete mode 100644 lib/biblatexin.h
 delete mode 100644 lib/bibtexin.h
 delete mode 100644 lib/bibtexout.h
 delete mode 100644 lib/copacin.h
 delete mode 100644 lib/doi.c
 delete mode 100644 lib/doi.h
 delete mode 100644 lib/ebiin.h
 delete mode 100644 lib/endin.h
 delete mode 100644 lib/endout.h
 delete mode 100644 lib/endxmlin.h
 create mode 100644 lib/generic.c
 create mode 100644 lib/generic.h
 delete mode 100644 lib/isiin.h
 delete mode 100644 lib/isiout.h
 delete mode 100644 lib/medin.h
 delete mode 100644 lib/modsin.h
 delete mode 100644 lib/modsout.h
 create mode 100644 lib/nbibin.c
 create mode 100644 lib/nbibtypes.c
 create mode 100644 lib/notes.c
 create mode 100644 lib/notes.h
 create mode 100644 lib/pages.c
 create mode 100644 lib/pages.h
 delete mode 100644 lib/risin.h
 delete mode 100644 lib/risout.h
 create mode 100644 lib/url.c
 create mode 100644 lib/url.h
 delete mode 100644 lib/wordin.h
 delete mode 100644 lib/wordout.h
 create mode 100644 test/doi_test.c

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



More information about the debian-science-commits mailing list