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

[bibtool] branch upstream updated (6f320c9 -> fe42d21)



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

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

      from  6f320c9   Imported Upstream version 2.55+ds
       new  dd36439   Imported Upstream version 2.56
       new  fe42d21   Imported Upstream version 2.56+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/config.h.in            | 191 ++++++------
 AutoConf/makefile.in            |  81 +++---
 AutoConf/reconfig.h.in          |   9 +-
 BibTcl/bibtcl.bib               |   2 +-
 BibTcl/bibtcl.ltx               |   2 +-
 BibTcl/bibtcl.tex               |   2 +-
 BibTcl/bibtool.c                |   2 +-
 BibTcl/main.tcl                 |   2 +-
 BibTcl/version.tex              |   6 +-
 Changes.tex                     |  25 +-
 INSTALL                         | 462 -----------------------------
 README                          |   4 +-
 THANKS                          |   2 +-
 Test/BUnit.pm                   |   4 +-
 Test/add_field.t                |   4 +-
 Test/apply_alias.t              |   4 +-
 Test/apply_include.t            |   4 +-
 Test/apply_modify.t             |   4 +-
 Test/bibtex_env_name.t          |   4 +-
 Test/bibtex_search_path.t       |   4 +-
 Test/bibtoolrsc.t               |   4 +-
 Test/check_rule.t               |   4 +-
 Test/clear_ignored_words.t      |   4 +-
 Test/count_all.t                |   4 +-
 Test/count_used.t               |   4 +-
 Test/default_key.t              |   4 +-
 Test/delete_field.t             |   4 +-
 Test/expand_macros.t            |   4 +-
 Test/extract_file.t             |   4 +-
 Test/ignored_word.t             |   4 +-
 Test/input.t                    |   4 +-
 Test/key_base.t                 |  28 +-
 Test/key_format.t               |   4 +-
 Test/key_make_alias.t           |   4 +-
 Test/key_number_separator.t     |   8 +-
 Test/macro_file.t               |   4 +-
 Test/main.t                     |   4 +-
 Test/makefile                   |   4 +-
 Test/new_field_type.t           |   4 +-
 Test/new_format_type.t          |   4 +-
 Test/output_file.t              |   4 +-
 Test/pass_comments.t            |   4 +-
 Test/print.t                    |   4 +-
 Test/print_align_key.t          |   4 +-
 Test/print_all_strings.t        |   4 +-
 Test/print_comma_at_end.t       |   4 +-
 Test/print_entry_types.t        |   4 +-
 Test/print_equal_right.t        |   4 +-
 Test/print_indent.t             |  16 +-
 Test/print_newline.t            |   4 +-
 Test/print_parentheses.t        |   4 +-
 Test/print_terminal_comma.t     |   4 +-
 Test/print_use_tab.t            |   4 +-
 Test/quiet.t                    |   4 +-
 Test/resource.t                 |   4 +-
 Test/rewrite_rule.t             |   4 +-
 Test/select.t                   |   4 +-
 Test/select_by_string.t         |   4 +-
 Test/select_crossrefs.t         |   4 +-
 Test/sort.t                     |   4 +-
 Test/suppress_initial_newline.t |   4 +-
 Test/symbol_type.t              |   4 +-
 Test/tex_define.t               |   4 +-
 Test/verbose.t                  |   4 +-
 ToDo                            |   4 +-
 config.h                        |   6 +-
 configure.in                    |   4 +-
 crossref.c                      |   6 +-
 database.c                      |   6 +-
 {Doc => doc}/Makefile           |   6 +-
 {Doc => doc}/bibtool-doc.sty    |   6 +-
 {Doc => doc}/bibtool.1          |   2 +-
 {Doc => doc}/bibtool.bib        |   2 +-
 {Doc => doc}/bibtool.ist        |   0
 {Doc => doc}/bibtool.tex        |  34 +--
 {Doc => doc}/c_get.pl           |   2 +-
 {Doc => doc}/c_lib.tex          |   6 +-
 {Doc => doc}/make_version.pl    |   2 +-
 {Doc => doc}/ref_card.tex       |   6 +-
 entry.c                         |   6 +-
 error.c                         |   6 +-
 expand.c                        |   6 +-
 include/bibtool/bibtool.h       |   6 +-
 include/bibtool/crossref.h      |   6 +-
 include/bibtool/database.h      |   6 +-
 include/bibtool/entry.h         |   6 +-
 include/bibtool/error.h         |   6 +-
 include/bibtool/expand.h        |   6 +-
 include/bibtool/general.h       |   6 +-
 include/bibtool/init.h          |   6 +-
 include/bibtool/key.h           |   6 +-
 include/bibtool/keynode.h       |   6 +-
 include/bibtool/macros.h        |   6 +-
 include/bibtool/names.h         |  10 +-
 include/bibtool/parse.h         |   6 +-
 include/bibtool/print.h         |   6 +-
 include/bibtool/pxfile.h        |   6 +-
 include/bibtool/record.h        |   6 +-
 include/bibtool/resource.h      |   6 +-
 include/bibtool/rewrite.h       |   6 +-
 include/bibtool/rsc.h           |   6 +-
 include/bibtool/s_parse.h       |   6 +-
 include/bibtool/sbuffer.h       |   6 +-
 include/bibtool/stack.h         |   6 +-
 include/bibtool/symbols.h       |   6 +-
 include/bibtool/tex_aux.h       |   6 +-
 include/bibtool/tex_read.h      |   6 +-
 include/bibtool/type.h          |  12 +-
 include/bibtool/version.h       |   6 +-
 include/bibtool/wordlist.h      |   6 +-
 init.c                          |   6 +-
 install.tex                     | 626 ++++++++++++++++++++++++++++++++++++++++
 key.c                           |  74 +++--
 lib/biblatex.rsc                | 155 ++++++++++
 {Lib => lib}/braces.rsc         |   2 +-
 {Lib => lib}/check_y.rsc        |   2 +-
 {Lib => lib}/default.rsc        |   2 +-
 {Lib => lib}/field.rsc          |   2 +-
 {Lib => lib}/improve.rsc        |   2 +-
 {Lib => lib}/iso2tex.rsc        |   2 +-
 {Lib => lib}/month.rsc          |   2 +-
 {Lib => lib}/opt.rsc            |   2 +-
 {Lib => lib}/sort_fld.rsc       |   2 +-
 {Lib => lib}/tex_def.rsc        |   2 +-
 macros.c                        |   6 +-
 main.c                          |  24 +-
 names.c                         | 104 +++----
 parse.c                         |   6 +-
 print.c                         |   6 +-
 pxfile.c                        |  79 ++---
 record.c                        |   6 +-
 rewrite.c                       |  12 +-
 rsc.c                           |   6 +-
 s_parse.c                       |   9 +-
 sbuffer.c                       |   6 +-
 stack.c                         |   6 +-
 symbols.c                       |   6 +-
 tex_aux.c                       |   6 +-
 tex_read.c                      |  18 +-
 type.c                          |   6 +-
 version.c                       |  10 +-
 wordlist.c                      |   6 +-
 142 files changed, 1336 insertions(+), 1189 deletions(-)
 delete mode 100644 INSTALL
 rename {Doc => doc}/Makefile (93%)
 rename {Doc => doc}/bibtool-doc.sty (89%)
 rename {Doc => doc}/bibtool.1 (98%)
 rename {Doc => doc}/bibtool.bib (95%)
 rename {Doc => doc}/bibtool.ist (100%)
 rename {Doc => doc}/bibtool.tex (99%)
 rename {Doc => doc}/c_get.pl (99%)
 rename {Doc => doc}/c_lib.tex (97%)
 rename {Doc => doc}/make_version.pl (96%)
 rename {Doc => doc}/ref_card.tex (98%)
 create mode 100644 install.tex
 create mode 100644 lib/biblatex.rsc
 rename {Lib => lib}/braces.rsc (94%)
 rename {Lib => lib}/check_y.rsc (94%)
 rename {Lib => lib}/default.rsc (99%)
 rename {Lib => lib}/field.rsc (97%)
 rename {Lib => lib}/improve.rsc (95%)
 rename {Lib => lib}/iso2tex.rsc (99%)
 rename {Lib => lib}/month.rsc (98%)
 rename {Lib => lib}/opt.rsc (97%)
 rename {Lib => lib}/sort_fld.rsc (98%)
 rename {Lib => lib}/tex_def.rsc (95%)

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


Reply to: