[bibutils] 01/03: Merge branch 'upstream'

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


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

bremner pushed a commit to branch master
in repository bibutils.

commit 9552fdc0f6851e938be60a604aca939b93148daa
Merge: 089353e f97e2e1
Author: David Bremner <bremner at debian.org>
Date:   Sat Jul 1 09:43:37 2017 -0300

    Merge branch 'upstream'

 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 +-
 lib/Makefile.dynamic          |   6 +-
 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 +
 142 files changed, 6184 insertions(+), 4811 deletions(-)


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