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

[bibtool] branch upstream updated (5a0e90e -> 884ff58)



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

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

      from  5a0e90e   Imported Upstream version 2.63+ds
       new  5091cc6   Imported Upstream version 2.64
       new  884ff58   Imported Upstream version 2.64+ds

The 2 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                    |   3 +
 BibTcl/bibtcl.tex                       |   8 +-
 Changes.tex                             |  45 ++-
 Linux/ld-version-script                 | 371 ++++++++++++++++++++++
 README.md                               |  32 +-
 crossref.c                              | 318 +++++++++++++++++--
 database.c                              |  16 +-
 doc/Makefile                            |  20 +-
 doc/bibtool-doc.sty                     |  12 +-
 doc/bibtool.bib                         |  13 +
 doc/bibtool.tex                         | 541 +++++++++++++++++++++++++++++---
 doc/c_lib.tex                           |  71 ++---
 doc/ref_card.tex                        |  72 +++--
 entry.c                                 |  15 +-
 include/bibtool/crossref.h              |   6 +-
 include/bibtool/entry.h                 |   1 +
 include/bibtool/{init.h => io.h}        |  19 +-
 include/bibtool/key.h                   |   2 +
 include/bibtool/macros.h                |   5 +-
 include/bibtool/print.h                 |   1 +
 include/bibtool/record.h                |   2 +
 include/bibtool/resource.h              |   3 +
 include/bibtool/rewrite.h               |  26 +-
 include/bibtool/s_parse.h               |   6 +-
 include/bibtool/symbols.h               |  46 ++-
 include/bibtool/type.h                  |   1 +
 install.tex                             |  27 +-
 io.c                                    | 212 +++++++++++++
 key.c                                   |  51 ++-
 lib/biblatex.rsc                        |  73 +++++
 macros.c                                |  24 +-
 main.c                                  | 188 ++++-------
 print.c                                 |  24 +-
 record.c                                |  89 +++++-
 rewrite.c                               |  45 ++-
 s_parse.c                               | 135 ++++++--
 symbols.c                               |  38 ++-
 test/add_field.t                        |   6 +-
 test/apply_include.t                    |   2 +-
 test/bib/x1.bib                         |   2 +-
 test/crossref_map.t                     | 322 +++++++++++++++++++
 test/delete_field.t                     |   2 +-
 test/{rewrite_rule.t => expand_xdata.t} |  86 +++--
 test/input.t                            |   4 +-
 test/lib/BUnit.pm                       |  14 +-
 test/main.t                             |   8 +-
 test/makefile                           | 114 +++----
 test/new_field_type.t                   |   2 +-
 test/print_comma_at_end.t               |   4 +-
 test/print_equal_right.t                |   4 +-
 test/print_newline.t                    |  12 +-
 test/print_terminal_comma.t             |   4 +-
 test/print_use_tab.t                    |   4 +-
 test/rename_field.t                     |  14 +-
 test/rewrite_rule.t                     |   6 +-
 test/suppress_initial_newline.t         |   3 +-
 tex_read.c                              |  12 +-
 type.c                                  |  27 +-
 version.c                               |   2 +-
 59 files changed, 2646 insertions(+), 569 deletions(-)
 create mode 100644 Linux/ld-version-script
 copy include/bibtool/{init.h => io.h} (63%)
 create mode 100644 io.c
 create mode 100644 test/crossref_map.t
 copy test/{rewrite_rule.t => expand_xdata.t} (69%)

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


Reply to: