[bibutils] 01/05: Merge tag 'upstream/5.4'

David Bremner bremner at debian.org
Mon Oct 20 17:41:24 UTC 2014


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

bremner pushed a commit to branch master
in repository bibutils.

commit 236b4119a436f58e2fdd25f62f3d947f65953b2e
Merge: c5c8932 98b3178
Author: David Bremner <bremner at debian.org>
Date:   Sun Aug 10 11:08:35 2014 -0300

    Merge tag 'upstream/5.4'
    
    downloaded from sourceforge

 ChangeLog            |   35 +
 Makefile_start       |    5 +-
 bibutils.dbk         |    2 +-
 bin/args.c           |    2 +-
 bin/args.h           |    2 +-
 bin/bib2xml.c        |    2 +-
 bin/biblatex2xml.c   |    2 +-
 bin/bibprog.c        |    2 +-
 bin/bibprog.h        |    2 +-
 bin/copac2xml.c      |    2 +-
 bin/ebi2xml.c        |    2 +-
 bin/end2xml.c        |    2 +-
 bin/endx2xml.c       |    2 +-
 bin/isi2xml.c        |    2 +-
 bin/med2xml.c        |    2 +-
 bin/modsclean.c      |    2 +-
 bin/ris2xml.c        |    2 +-
 bin/tomods.c         |    2 +-
 bin/tomods.h         |    2 +-
 bin/wordbib2xml.c    |    2 +-
 bin/xml2ads.c        |    2 +-
 bin/xml2bib.c        |    2 +-
 bin/xml2end.c        |    2 +-
 bin/xml2isi.c        |    2 +-
 bin/xml2ris.c        |    2 +-
 bin/xml2wordbib.c    |    2 +-
 configure            |   10 +-
 lib/adsout.c         |    4 +-
 lib/adsout.h         |    4 +-
 lib/bibcore.c        |    4 +-
 lib/bibl.c           |    3 +-
 lib/bibl.h           |    2 +-
 lib/biblatexin.c     |  608 ++++++++++------
 lib/biblatexin.h     |    2 +-
 lib/bibtexin.c       |  664 +++++++++++-------
 lib/bibtexin.h       |    2 +-
 lib/bibtexout.c      |    2 +-
 lib/bibtexout.h      |    2 +-
 lib/bibtextypes.c    |    3 +-
 lib/bibutils.c       |    2 +-
 lib/bibutils.h       |    2 +-
 lib/bltypes.c        | 1872 +++++++++++++++++++++++++-------------------------
 lib/charsets.c       |    2 +-
 lib/charsets.h       |    2 +-
 lib/copacin.c        |    4 +-
 lib/copacin.h        |    2 +-
 lib/copactypes.c     |    2 +-
 lib/doi.h            |    2 +-
 lib/ebiin.c          |    2 +-
 lib/ebiin.h          |    2 +-
 lib/endin.c          |    2 +-
 lib/endin.h          |    2 +-
 lib/endout.c         |    2 +-
 lib/endout.h         |    2 +-
 lib/endtypes.c       |    2 +-
 lib/endxmlin.c       |    2 +-
 lib/endxmlin.h       |    2 +-
 lib/entities.c       |    2 +-
 lib/entities.h       |    2 +-
 lib/fields.c         |   36 +-
 lib/fields.h         |    3 +-
 lib/gb18030.h        |    2 +-
 lib/intlist.c        |  239 +++++--
 lib/intlist.h        |   44 +-
 lib/is_ws.c          |    2 +-
 lib/is_ws.h          |    2 +-
 lib/isiin.c          |    2 +-
 lib/isiin.h          |    2 +-
 lib/isiout.c         |    2 +-
 lib/isiout.h         |    2 +-
 lib/isitypes.c       |    2 +-
 lib/latex.c          |    9 +-
 lib/latex.h          |    2 +-
 lib/list.c           |   18 +-
 lib/list.h           |    8 +-
 lib/marc.c           |    2 +-
 lib/marc.h           |    2 +-
 lib/medin.c          |    2 +-
 lib/medin.h          |    2 +-
 lib/modsin.c         |    2 +-
 lib/modsin.h         |    2 +-
 lib/modsout.c        |   12 +-
 lib/modsout.h        |    2 +-
 lib/modstypes.c      |    2 +-
 lib/modstypes.h      |    2 +-
 lib/mycvout.c        |    2 +-
 lib/name.c           |    4 +-
 lib/name.h           |    2 +-
 lib/newstr.c         |    7 +-
 lib/newstr.h         |    4 +-
 lib/newstr_conv.c    |    2 +-
 lib/newstr_conv.h    |    2 +-
 lib/reftypes.c       |    2 +-
 lib/reftypes.h       |    2 +-
 lib/risin.c          |    2 +-
 lib/risin.h          |    2 +-
 lib/risout.c         |    2 +-
 lib/risout.h         |    2 +-
 lib/ristypes.c       |    2 +-
 lib/serialno.c       |    2 +-
 lib/serialno.h       |    2 +-
 lib/strsearch.c      |    2 +-
 lib/strsearch.h      |    2 +-
 lib/title.c          |    2 +-
 lib/title.h          |    2 +-
 lib/unicode.h        |    2 +-
 lib/utf8.c           |    2 +-
 lib/utf8.h           |    2 +-
 lib/vplist.c         |    2 +-
 lib/vplist.h         |    2 +-
 lib/wordin.c         |    2 +-
 lib/wordin.h         |    2 +-
 lib/wordout.c        |    3 +-
 lib/wordout.h        |    2 +-
 lib/xml.c            |    2 +-
 lib/xml.h            |    2 +-
 lib/xml_encoding.c   |    2 +-
 lib/xml_encoding.h   |    2 +-
 test/Makefile        |   35 -
 test/entities_test.o |  Bin 4528 -> 0 bytes
 test/newstr_test.c   |  141 +++-
 121 files changed, 2294 insertions(+), 1673 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