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

[bibtool] branch master updated (79339ea -> f3513f0)



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

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

      from  79339ea   Imported Debian patch 2.66+ds-4: #852887 fix (bis)
       new  8911187   Imported Upstream version 2.67
       new  ee6eb0d   Merge tag 'upstream/2.67'
       new  5642e52   Imported Upstream version 2.67+ds
       new  9b9cda9   Merge tag 'upstream/2.67+ds'
       new  f3513f0   Imported Debian patch 2.67+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                               |   2 +-
 AutoConf/reconfig.h.in                             |   2 +-
 BibTcl/Makefile                                    |   4 +-
 BibTcl/bibtcl.ltx                                  |  71 ++++++------
 Changes.tex                                        |  25 ++++-
 Linux/ld-version-script                            |   6 +
 Perl/bibtool.pl                                    |   2 +-
 THANKS                                             |   2 +-
 ToDo                                               |   6 +-
 config.h                                           |   2 +-
 crossref.c                                         |   2 +-
 database.c                                         |   2 +-
 debian/changelog                                   |  11 ++
 debian/patches/debianization-configure.patch       |   2 +-
 debian/patches/debianization-regex.patch           |   2 +-
 debian/patches/series                              |   2 +-
 ...stream-fix-empty_key_separator-bug_848947.patch |  86 ---------------
 .../patches/upstream-source-warnings-silence.patch |  62 +++++++++++
 doc/Makefile                                       |   2 +-
 doc/bibtool-doc.sty                                |   2 +-
 doc/bibtool.1                                      |   2 +-
 doc/bibtool.bib                                    |   2 +-
 doc/bibtool.tex                                    |  22 +++-
 doc/c_get.pl                                       |   2 +-
 doc/c_lib.tex                                      |  12 +-
 doc/ref_card.tex                                   |  91 ++++++++--------
 entry.c                                            |   2 +-
 error.c                                            |   2 +-
 expand.c                                           |   2 +-
 include/bibtool/bibtool.h                          |   2 +-
 include/bibtool/crossref.h                         |   2 +-
 include/bibtool/database.h                         |   2 +-
 include/bibtool/entry.h                            |   2 +-
 include/bibtool/error.h                            |   2 +-
 include/bibtool/expand.h                           |   2 +-
 include/bibtool/general.h                          |   2 +-
 include/bibtool/init.h                             |   2 +-
 include/bibtool/io.h                               |   2 +-
 include/bibtool/key.h                              |   2 +-
 include/bibtool/keynode.h                          |   2 +-
 include/bibtool/macros.h                           |   2 +-
 include/bibtool/names.h                            |   2 +-
 include/bibtool/parse.h                            |   2 +-
 include/bibtool/print.h                            |   2 +-
 include/bibtool/pxfile.h                           |   2 +-
 include/bibtool/record.h                           |   2 +-
 include/bibtool/resource.h                         |   3 +-
 include/bibtool/rewrite.h                          |   2 +-
 include/bibtool/rsc.h                              |   2 +-
 include/bibtool/s_parse.h                          |  16 +--
 include/bibtool/sbuffer.h                          |   2 +-
 include/bibtool/stack.h                            |   2 +-
 include/bibtool/symbols.h                          |   2 +-
 include/bibtool/tex_aux.h                          |   2 +-
 include/bibtool/tex_read.h                         |   2 +-
 include/bibtool/type.h                             |   2 +-
 include/bibtool/version.h                          |   2 +-
 include/bibtool/wordlist.h                         |   2 +-
 init.c                                             |   2 +-
 install.tex                                        |   2 +-
 io.c                                               |   2 +-
 key.c                                              |  48 ++++++--
 lib/biblatex.rsc                                   |   2 +-
 lib/braces.rsc                                     |   2 +-
 lib/check_y.rsc                                    |   2 +-
 lib/default.rsc                                    |   2 +-
 lib/field.rsc                                      |   2 +-
 lib/improve.rsc                                    |   2 +-
 lib/iso2tex.rsc                                    |   2 +-
 lib/keep_biblatex.rsc                              |   2 +-
 lib/keep_bibtex.rsc                                |   2 +-
 lib/month.rsc                                      |   2 +-
 lib/opt.rsc                                        |   2 +-
 lib/sort_fld.rsc                                   |   2 +-
 lib/tex_def.rsc                                    |   2 +-
 macros.c                                           |   2 +-
 main.c                                             |   2 +-
 names.c                                            |   2 +-
 parse.c                                            |  33 +++---
 print.c                                            |   2 +-
 pxfile.c                                           |   2 +-
 record.c                                           |   2 +-
 rewrite.c                                          |   2 +-
 rsc.c                                              |   2 +-
 s_parse.c                                          |  27 +++--
 sbuffer.c                                          |   2 +-
 stack.c                                            |   2 +-
 symbols.c                                          |   2 +-
 test/add_field.t                                   |   8 +-
 test/apply_alias.t                                 |   2 +-
 test/apply_include.t                               |   4 +-
 test/apply_modify.t                                |   2 +-
 test/bib/x1.bib                                    |   2 +-
 test/bibtex_env_name.t                             |   2 +-
 test/bibtex_search_path.t                          |   2 +-
 test/bibtool.t                                     |   2 +-
 test/bibtoolrsc.t                                  |   2 +-
 test/check_rule.t                                  |   2 +-
 test/clear_ignored_words.t                         |   2 +-
 test/count_all.t                                   |   2 +-
 test/count_used.t                                  |   2 +-
 test/crossref_map.t                                |   2 +-
 test/default_key.t                                 |   2 +-
 test/delete_field.t                                |   4 +-
 test/expand_macros.t                               |   2 +-
 test/expand_xdata.t                                |   2 +-
 test/extract_file.t                                |   2 +-
 test/{key_make_alias.t => fmt_et_al.t}             | 121 ++++++++++-----------
 test/{key_make_alias.t => fmt_name_name.t}         | 121 ++++++++++-----------
 test/{key_make_alias.t => fmt_name_pre.t}          | 121 ++++++++++-----------
 test/{key_make_alias.t => fmt_title_title.t}       | 121 ++++++++++-----------
 test/ignored_word.t                                |   2 +-
 test/input.t                                       |   6 +-
 test/keep_field.t                                  |  44 ++++----
 test/key_base.t                                    |   2 +-
 test/key_format.t                                  |   6 +-
 test/key_make_alias.t                              |   2 +-
 test/key_number_separator.t                        |   2 +-
 test/lib/BUnit.pm                                  |   7 +-
 test/line_breaking.t                               |   2 +-
 test/macro_file.t                                  |   2 +-
 test/main.t                                        |   6 +-
 test/makefile                                      |   2 +-
 test/new_field_type.t                              |   4 +-
 test/new_format_type.t                             |   2 +-
 test/output_file.t                                 |   2 +-
 test/{pass_comments.t => parse_exit_on_error.t}    |  43 ++++----
 test/pass_comments.t                               |   2 +-
 test/print.t                                       |   2 +-
 test/print_align_key.t                             |   2 +-
 test/print_all_strings.t                           |   2 +-
 test/print_comma_at_end.t                          |   6 +-
 test/print_entry_types.t                           |   2 +-
 test/print_equal_right.t                           |   6 +-
 test/print_indent.t                                |   2 +-
 test/print_line_length.t                           |   2 +-
 test/print_newline.t                               |  14 +--
 test/print_parentheses.t                           |   2 +-
 test/print_terminal_comma.t                        |   6 +-
 test/print_use_tab.t                               |   6 +-
 test/quiet.t                                       |   2 +-
 test/rename_field.t                                |  16 +--
 test/resource.t                                    |   2 +-
 test/rewrite_rule.t                                |   8 +-
 test/select.t                                      |   2 +-
 test/select_by_string.t                            |   2 +-
 test/select_crossrefs.t                            |   2 +-
 test/sort.t                                        |   2 +-
 test/suppress_initial_newline.t                    |   4 +-
 test/symbol_type.t                                 |   2 +-
 test/tex_define.t                                  |   2 +-
 test/verbose.t                                     |   2 +-
 tex_aux.c                                          |   2 +-
 tex_read.c                                         |   2 +-
 type.c                                             |   2 +-
 version.c                                          |   6 +-
 wordlist.c                                         |   2 +-
 157 files changed, 750 insertions(+), 697 deletions(-)
 delete mode 100644 debian/patches/upstream-fix-empty_key_separator-bug_848947.patch
 create mode 100644 debian/patches/upstream-source-warnings-silence.patch
 copy test/{key_make_alias.t => fmt_et_al.t} (55%)
 copy test/{key_make_alias.t => fmt_name_name.t} (55%)
 copy test/{key_make_alias.t => fmt_name_pre.t} (54%)
 copy test/{key_make_alias.t => fmt_title_title.t} (54%)
 copy test/{pass_comments.t => parse_exit_on_error.t} (73%)

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


Reply to: