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

[bibtool] branch upstream updated (a977147 -> 6768f25)



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

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

      from  a977147   Imported Upstream version 2.57+ds
       new  629af63   Imported Upstream version 2.58
       new  6768f25   Imported Upstream version 2.58+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                          | 119 --------------------------
 AutoConf/makefile.in                          |  15 ++--
 AutoConf/reconfig.h.in                        |   2 +-
 Changes.tex                                   |  15 ++++
 README                                        |  50 ++++++-----
 THANKS                                        |   2 +-
 ToDo                                          |   2 +-
 config.h                                      |   2 +-
 configure.in                                  |   2 +-
 crossref.c                                    |   2 +-
 database.c                                    |   2 +-
 doc/Makefile                                  |   2 +-
 doc/bibtool-doc.sty                           |   2 +-
 doc/bibtool.tex                               |  24 +++---
 doc/c_get.pl                                  |   2 +-
 doc/c_lib.tex                                 |   2 +-
 doc/ref_card.tex                              |   2 +-
 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/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                    |   2 +-
 include/bibtool/rewrite.h                     |   2 +-
 include/bibtool/rsc.h                         |   2 +-
 include/bibtool/s_parse.h                     |   2 +-
 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                                   |  31 +++----
 key.c                                         |   5 +-
 lib/biblatex.rsc                              |  59 +++++++++++++
 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/month.rsc                                 |   2 +-
 lib/opt.rsc                                   |   2 +-
 lib/sort_fld.rsc                              |   2 +-
 lib/tex_def.rsc                               |   4 +-
 macros.c                                      |   2 +-
 main.c                                        |   2 +-
 names.c                                       |   2 +-
 parse.c                                       |   2 +-
 print.c                                       |  16 ++--
 pxfile.c                                      |   2 +-
 record.c                                      |   2 +-
 rewrite.c                                     |   2 +-
 rsc.c                                         |   2 +-
 s_parse.c                                     |   2 +-
 sbuffer.c                                     |   2 +-
 stack.c                                       |   2 +-
 symbols.c                                     |   2 +-
 {Test => test}/BUnit.pm                       |   4 +-
 {Test => test}/add_field.t                    |   2 +-
 {Test => test}/apply_alias.t                  |   2 +-
 {Test => test}/apply_include.t                |   2 +-
 {Test => test}/apply_modify.t                 |   2 +-
 {Test => test}/bib/x1.bib                     |   0
 {Test => test}/bib/xampl.bib                  |   0
 {Test => test}/bib/xampl_s.bib                |   0
 {Test => test}/bibtex_env_name.t              |   2 +-
 {Test => test}/bibtex_search_path.t           |   2 +-
 Test/print_terminal_comma.t => test/bibtool.t |  43 ++++++----
 {Test => test}/bibtoolrsc.t                   |   2 +-
 {Test => test}/check_rule.t                   |   2 +-
 {Test => test}/clear_ignored_words.t          |   2 +-
 {Test => test}/count_all.t                    |   2 +-
 {Test => test}/count_used.t                   |   2 +-
 {Test => test}/default_key.t                  |   2 +-
 {Test => test}/delete_field.t                 |   2 +-
 {Test => test}/expand_macros.t                |   2 +-
 {Test => test}/extract_file.t                 |   6 +-
 {Test => test}/ignored_word.t                 |   2 +-
 {Test => test}/input.t                        |   2 +-
 {Test => test}/key_base.t                     |   2 +-
 {Test => test}/key_format.t                   | 110 ++++++++++++------------
 {Test => test}/key_make_alias.t               |   2 +-
 {Test => test}/key_number_separator.t         |   2 +-
 {Test => test}/macro_file.t                   |   2 +-
 {Test => test}/main.t                         |  32 +++----
 {Test => test}/makefile                       |   2 +-
 {Test => test}/new_field_type.t               |   2 +-
 {Test => test}/new_format_type.t              |   2 +-
 {Test => test}/output_file.t                  |   2 +-
 {Test => test}/pass_comments.t                |   2 +-
 {Test => test}/print.t                        |   2 +-
 {Test => test}/print_align_key.t              |   2 +-
 {Test => test}/print_all_strings.t            |   2 +-
 {Test => test}/print_comma_at_end.t           |   2 +-
 {Test => test}/print_entry_types.t            |   8 +-
 {Test => test}/print_equal_right.t            |   2 +-
 {Test => test}/print_indent.t                 |   2 +-
 {Test => test}/print_newline.t                |   2 +-
 {Test => test}/print_parentheses.t            |   2 +-
 {Test => test}/print_terminal_comma.t         |   2 +-
 {Test => test}/print_use_tab.t                |   2 +-
 {Test => test}/quiet.t                        |   2 +-
 {Test => test}/resource.t                     |   2 +-
 {Test => test}/rewrite_rule.t                 |   2 +-
 {Test => test}/select.t                       |   2 +-
 {Test => test}/select_by_string.t             |  46 +++++-----
 {Test => test}/select_crossrefs.t             |   2 +-
 {Test => test}/sort.t                         |   2 +-
 {Test => test}/suppress_initial_newline.t     |   2 +-
 {Test => test}/symbol_type.t                  |   2 +-
 {Test => test}/tex_define.t                   |   2 +-
 {Test => test}/verbose.t                      |   2 +-
 tex_aux.c                                     |   2 +-
 tex_read.c                                    |   2 +-
 type.c                                        |   2 +-
 version.c                                     |   6 +-
 wordlist.c                                    |   2 +-
 135 files changed, 396 insertions(+), 425 deletions(-)
 delete mode 100644 AutoConf/config.h.in
 rename {Test => test}/BUnit.pm (99%)
 rename {Test => test}/add_field.t (98%)
 rename {Test => test}/apply_alias.t (97%)
 rename {Test => test}/apply_include.t (98%)
 rename {Test => test}/apply_modify.t (98%)
 rename {Test => test}/bib/x1.bib (100%)
 rename {Test => test}/bib/xampl.bib (100%)
 rename {Test => test}/bib/xampl_s.bib (100%)
 rename {Test => test}/bibtex_env_name.t (98%)
 rename {Test => test}/bibtex_search_path.t (97%)
 copy Test/print_terminal_comma.t => test/bibtool.t (62%)
 rename {Test => test}/bibtoolrsc.t (98%)
 rename {Test => test}/check_rule.t (98%)
 rename {Test => test}/clear_ignored_words.t (97%)
 rename {Test => test}/count_all.t (99%)
 rename {Test => test}/count_used.t (98%)
 rename {Test => test}/default_key.t (98%)
 rename {Test => test}/delete_field.t (97%)
 rename {Test => test}/expand_macros.t (98%)
 rename {Test => test}/extract_file.t (97%)
 rename {Test => test}/ignored_word.t (98%)
 rename {Test => test}/input.t (97%)
 rename {Test => test}/key_base.t (99%)
 rename {Test => test}/key_format.t (97%)
 rename {Test => test}/key_make_alias.t (98%)
 rename {Test => test}/key_number_separator.t (98%)
 rename {Test => test}/macro_file.t (98%)
 rename {Test => test}/main.t (95%)
 rename {Test => test}/makefile (97%)
 rename {Test => test}/new_field_type.t (97%)
 rename {Test => test}/new_format_type.t (99%)
 rename {Test => test}/output_file.t (98%)
 rename {Test => test}/pass_comments.t (98%)
 rename {Test => test}/print.t (97%)
 rename {Test => test}/print_align_key.t (98%)
 rename {Test => test}/print_all_strings.t (98%)
 rename {Test => test}/print_comma_at_end.t (98%)
 rename {Test => test}/print_entry_types.t (96%)
 rename {Test => test}/print_equal_right.t (98%)
 rename {Test => test}/print_indent.t (98%)
 rename {Test => test}/print_newline.t (98%)
 rename {Test => test}/print_parentheses.t (98%)
 rename {Test => test}/print_terminal_comma.t (98%)
 rename {Test => test}/print_use_tab.t (98%)
 rename {Test => test}/quiet.t (97%)
 rename {Test => test}/resource.t (98%)
 rename {Test => test}/rewrite_rule.t (98%)
 rename {Test => test}/select.t (98%)
 rename {Test => test}/select_by_string.t (85%)
 rename {Test => test}/select_crossrefs.t (99%)
 rename {Test => test}/sort.t (99%)
 rename {Test => test}/suppress_initial_newline.t (97%)
 rename {Test => test}/symbol_type.t (98%)
 rename {Test => test}/tex_define.t (99%)
 rename {Test => test}/verbose.t (98%)

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


Reply to: