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

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



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

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

      from  a0ece3b   Imported Upstream version 2.61+ds
       new  175fad3   Imported Upstream version 2.63
       new  5a0e90e   Imported Upstream version 2.63+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            |  18 +-
 AutoConf/reconfig.h.in          |  16 +-
 BibTcl/bibtcl.tex               |   2 +-
 COPYING                         | 354 +++++++++++++++++++++++++---------------
 Changes.tex                     | 323 +++++++++++++++++++++---------------
 Perl/bibtool.pl                 |  27 ++-
 README => README.md             |  26 +++
 THANKS                          |   2 +-
 Tcl/bibtool.tcl                 |  18 +-
 config.h                        |  16 +-
 configure.in                    |  16 +-
 crossref.c                      |  41 +++--
 database.c                      | 234 +++++++++++++-------------
 doc/Makefile                    |   4 +-
 doc/bibtool-doc.sty             |   2 +-
 doc/bibtool.1                   |   2 +-
 doc/bibtool.bib                 |  14 +-
 doc/bibtool.tex                 |   6 +-
 doc/c_get.pl                    |  16 +-
 doc/c_lib.tex                   |   2 +-
 doc/make_version.pl             |   6 +-
 doc/ref_card.tex                |   2 +-
 entry.c                         |  16 +-
 error.c                         |  16 +-
 expand.c                        |  18 +-
 include/bibtool/bibtool.h       |  16 +-
 include/bibtool/crossref.h      |  16 +-
 include/bibtool/database.h      |  16 +-
 include/bibtool/entry.h         |  16 +-
 include/bibtool/error.h         |  16 +-
 include/bibtool/expand.h        |  16 +-
 include/bibtool/general.h       |  16 +-
 include/bibtool/init.h          |  16 +-
 include/bibtool/key.h           |  16 +-
 include/bibtool/keynode.h       |  16 +-
 include/bibtool/macros.h        |  16 +-
 include/bibtool/names.h         |  20 ++-
 include/bibtool/parse.h         |  16 +-
 include/bibtool/print.h         |  16 +-
 include/bibtool/pxfile.h        |  16 +-
 include/bibtool/record.h        |  16 +-
 include/bibtool/resource.h      |  31 +++-
 include/bibtool/rewrite.h       |  16 +-
 include/bibtool/rsc.h           |  18 +-
 include/bibtool/s_parse.h       |  17 +-
 include/bibtool/sbuffer.h       |  16 +-
 include/bibtool/stack.h         |  16 +-
 include/bibtool/symbols.h       |  16 +-
 include/bibtool/tex_aux.h       |  16 +-
 include/bibtool/tex_read.h      |  16 +-
 include/bibtool/type.h          |  16 +-
 include/bibtool/version.h       |  16 +-
 include/bibtool/wordlist.h      |  16 +-
 init.c                          |  16 +-
 install.tex                     |   2 +-
 key.c                           |  42 +++--
 lib/biblatex.rsc                |  18 +-
 lib/braces.rsc                  |  16 +-
 lib/check_y.rsc                 |  16 +-
 lib/default.rsc                 |  16 +-
 lib/field.rsc                   |  16 +-
 lib/improve.rsc                 |  16 +-
 lib/iso2tex.rsc                 |  16 +-
 lib/month.rsc                   |  16 +-
 lib/opt.rsc                     |  16 +-
 lib/sort_fld.rsc                |  16 +-
 lib/tex_def.rsc                 |  16 +-
 macros.c                        | 115 +++++++------
 main.c                          |  90 +++++-----
 names.c                         |  40 +++--
 parse.c                         |  16 +-
 print.c                         |  16 +-
 pxfile.c                        |  16 +-
 record.c                        |  64 +++++---
 rewrite.c                       |  94 +++++++----
 rsc.c                           |  16 +-
 s_parse.c                       |  38 +++--
 sbuffer.c                       |  16 +-
 stack.c                         |  16 +-
 symbols.c                       |  28 +++-
 test/add_field.t                |  20 ++-
 test/apply_alias.t              |  22 ++-
 test/apply_include.t            |  16 +-
 test/apply_modify.t             |  16 +-
 test/bibtex_env_name.t          |  16 +-
 test/bibtex_search_path.t       |  16 +-
 test/bibtool.t                  |  16 +-
 test/bibtoolrsc.t               |  16 +-
 test/check_rule.t               |  16 +-
 test/clear_ignored_words.t      |  16 +-
 test/count_all.t                |  16 +-
 test/count_used.t               |  16 +-
 test/default_key.t              |  16 +-
 test/delete_field.t             |  16 +-
 test/expand_macros.t            |  16 +-
 test/extract_file.t             |  16 +-
 test/ignored_word.t             |  16 +-
 test/input.t                    |  16 +-
 test/key_base.t                 |  16 +-
 test/key_format.t               |  16 +-
 test/key_make_alias.t           |  16 +-
 test/key_number_separator.t     |  16 +-
 test/{ => lib}/BUnit.pm         |  93 ++++++++---
 test/line_breaking.t            |  16 +-
 test/macro_file.t               |  16 +-
 test/main.t                     |  16 +-
 test/makefile                   |  90 +++++++++-
 test/new_field_type.t           |  16 +-
 test/new_format_type.t          |  16 +-
 test/output_file.t              |  16 +-
 test/pass_comments.t            |  16 +-
 test/print.t                    |  16 +-
 test/print_align_key.t          |  16 +-
 test/print_all_strings.t        |  16 +-
 test/print_comma_at_end.t       |  16 +-
 test/print_entry_types.t        |  16 +-
 test/print_equal_right.t        |  16 +-
 test/print_indent.t             |  16 +-
 test/print_line_length.t        |  16 +-
 test/print_newline.t            |  16 +-
 test/print_parentheses.t        |  16 +-
 test/print_terminal_comma.t     |  16 +-
 test/print_use_tab.t            |  16 +-
 test/quiet.t                    |  16 +-
 test/rename_field.t             |  16 +-
 test/resource.t                 |  16 +-
 test/rewrite_rule.t             |  16 +-
 test/select.t                   |  16 +-
 test/select_by_string.t         |  16 +-
 test/select_crossrefs.t         |  16 +-
 test/sort.t                     |  16 +-
 test/suppress_initial_newline.t |  16 +-
 test/symbol_type.t              |  16 +-
 test/tex_define.t               |  16 +-
 test/verbose.t                  |  16 +-
 tex_aux.c                       |  52 +++---
 tex_read.c                      |  90 +++++-----
 type.c                          |  22 ++-
 version.c                       |  20 ++-
 wordlist.c                      |  16 +-
 140 files changed, 2878 insertions(+), 833 deletions(-)
 rename README => README.md (81%)
 rename test/{ => lib}/BUnit.pm (71%)

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


Reply to: