[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[bibtool] branch master updated (7744116 -> eed4125)



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

calculus-guest pushed a change to branch master
in repository bibtool.

      from  7744116   Implement explicit local load in the perl test module
       new  8042838   Imported Upstream version 2.66
       new  00dd6fe   Merge tag 'upstream/2.66'
       new  2eb2213   Imported Upstream version 2.66+ds
       new  b43cb00   Merge tag 'upstream/2.66+ds'
       new  eed4125   Imported Debian patch 2.66+ds-1

The 5 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:
 AutoConf/makefile.in                               |    4 +-
 Changes.tex                                        |  160 +--
 configure.in => configure.ac                       |   23 +-
 crossref.c                                         |  208 ++--
 database.c                                         |  429 +++----
 debian/changelog                                   |    8 +
 debian/patches/cleanup-upstream.patch              |    2 +-
 debian/patches/debianization-build.patch           |    6 +-
 debian/patches/debianization-clean.patch           |    2 +-
 debian/patches/debianization-configure.patch       |    6 +-
 debian/patches/debianization-regex.patch           |   10 +-
 debian/patches/debianization.patch                 |    2 +-
 debian/patches/series                              |    2 -
 .../patches/upstream-Changes_tex-date_setup.patch  |   12 -
 ...pstream-test-security-local_load-explicit.patch |   12 -
 doc/bibtool.tex                                    |  157 ++-
 doc/c_get.pl                                       |    2 +
 doc/c_lib.tex                                      |   18 +-
 doc/ref_card.tex                                   |    4 +
 entry.c                                            |   71 +-
 expand.c                                           |   83 +-
 include/bibtool/bibtool.h                          |    7 +-
 include/bibtool/crossref.h                         |    3 +-
 include/bibtool/database.h                         |   33 +-
 include/bibtool/entry.h                            |   11 +-
 include/bibtool/expand.h                           |    4 +-
 include/bibtool/general.h                          |    9 +
 include/bibtool/io.h                               |    2 +-
 include/bibtool/key.h                              |   13 +-
 include/bibtool/keynode.h                          |   21 +-
 include/bibtool/macros.h                           |   19 +-
 include/bibtool/names.h                            |   22 +-
 include/bibtool/parse.h                            |    6 +-
 include/bibtool/pxfile.h                           |    1 -
 include/bibtool/record.h                           |   37 +-
 include/bibtool/resource.h                         |  151 +--
 include/bibtool/rewrite.h                          |   12 +-
 include/bibtool/rsc.h                              |   21 +-
 include/bibtool/s_parse.h                          |   25 +-
 include/bibtool/sbuffer.h                          |   10 +-
 include/bibtool/stack.h                            |   12 +-
 include/bibtool/symbols.h                          |  114 +-
 include/bibtool/tex_aux.h                          |   10 +-
 include/bibtool/tex_read.h                         |    5 +
 include/bibtool/type.h                             |   26 +-
 include/bibtool/version.h                          |    1 +
 include/bibtool/wordlist.h                         |   13 +-
 init.c                                             |    1 -
 key.c                                              | 1136 +++++++++---------
 lib/biblatex.rsc                                   |   18 +-
 lib/keep_biblatex.rsc                              | 1213 ++++++++++++++++++++
 lib/keep_bibtex.rsc                                |  185 +++
 macros.c                                           |  172 +--
 main.c                                             |  371 +++---
 names.c                                            |  201 ++--
 parse.c                                            |  507 ++++----
 print.c                                            |  135 +--
 pxfile.c                                           |   40 +-
 record.c                                           |  111 +-
 rewrite.c                                          |  682 +++++++----
 rsc.c                                              |  131 ++-
 s_parse.c                                          |  158 ++-
 sbuffer.c                                          |   36 +-
 stack.c                                            |   24 +-
 symbols.c                                          |  432 ++++---
 test/keep_field.t                                  |  360 ++++++
 test/lib/BUnit.pm                                  |    2 +-
 test/makefile                                      |    2 +-
 tex_aux.c                                          |  152 +--
 tex_read.c                                         |   99 +-
 type.c                                             |   28 +-
 version.c                                          |    2 +-
 wordlist.c                                         |   66 +-
 73 files changed, 5199 insertions(+), 2874 deletions(-)
 rename configure.in => configure.ac (87%)
 delete mode 100644 debian/patches/upstream-Changes_tex-date_setup.patch
 delete mode 100644 debian/patches/upstream-test-security-local_load-explicit.patch
 create mode 100644 lib/keep_biblatex.rsc
 create mode 100644 lib/keep_bibtex.rsc
 create mode 100644 test/keep_field.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/bibtool.git


Reply to: