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

[bibtool] 02/05: Merge tag 'upstream/2.67'



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

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

commit ee6eb0dd52011488cb290b1851a152d666d1dfeb
Merge: 79339ea 8911187
Author: Jerome Benoit <calculus@rezozer.net>
Date:   Fri May 12 12:13:21 2017 +0400

    Merge tag 'upstream/2.67'
    
    Upstream version 2.67

 AutoConf/config.h.in                            |  122 +
 AutoConf/makefile.in                            |    2 +-
 AutoConf/reconfig.h.in                          |    2 +-
 BibTcl/Makefile                                 |    4 +-
 BibTcl/bibtcl.ltx                               |   71 +-
 Changes.tex                                     |   25 +-
 Linux/ld-version-script                         |    6 +
 MSDOS/link.dj                                   |   26 +
 MSDOS/link.msc                                  |   26 +
 MSDOS/link.wat                                  |   26 +
 Perl/bibtool.pl                                 |    2 +-
 THANKS                                          |    2 +-
 ToDo                                            |    6 +-
 config.h                                        |    2 +-
 configure                                       | 5567 ++++++++++++++++++++++
 crossref.c                                      |    2 +-
 database.c                                      |    2 +-
 doc/Makefile                                    |    2 +-
 doc/bibtool-doc.sty                             |    2 +-
 doc/bibtool.1                                   |    2 +-
 doc/bibtool.bib                                 |    2 +-
 doc/bibtool.tex                                 |   22 +-
 doc/c.tex                                       | 3831 ++++++++++++++++
 doc/c_get.pl                                    |    2 +-
 doc/c_lib.tex                                   |   12 +-
 doc/c_main.tex                                  |   50 +
 doc/config.tex                                  |   14 +
 doc/ref_card.tex                                |   91 +-
 entry.c                                         |    2 +-
 error.c                                         |    2 +-
 expand.c                                        |    2 +-
 include/bibtool/bibtool.h                       |    2 +-
 include/bibtool/config.h                        |  123 +
 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 +-
 AutoConf/makefile.in => makefile.ami            |  521 +--
 AutoConf/makefile.in => makefile.ata            |  497 +-
 makefile.dos                                    |  593 +++
 AutoConf/makefile.in => makefile.unx            |  470 +-
 names.c                                         |    2 +-
 parse.c                                         |   33 +-
 print.c                                         |    2 +-
 pxfile.c                                        |    2 +-
 record.c                                        |    2 +-
 regex-0.12/AUTHORS                              |   10 +
 regex-0.12/COPYING                              |  339 ++
 regex-0.12/ChangeLog                            | 3030 ++++++++++++
 regex-0.12/INSTALL                              |  117 +
 regex-0.12/Makefile                             |   98 +
 regex-0.12/Makefile.in                          |   98 +
 regex-0.12/NEWS                                 |   62 +
 regex-0.12/README                               |   60 +
 AutoConf/reconfig.h.in => regex-0.12/config.h   |   13 +-
 regex-0.12/config.log                           |  447 ++
 regex-0.12/configure                            | 5596 +++++++++++++++++++++++
 regex-0.12/configure.in                         |   23 +
 regex-0.12/doc/Makefile                         |   92 +
 regex-0.12/doc/Makefile.in                      |   92 +
 regex-0.12/doc/include.awk                      |   19 +
 regex-0.12/doc/regex.aux                        |  136 +
 regex-0.12/doc/regex.cps                        |  152 +
 regex-0.12/doc/regex.info                       | 2836 ++++++++++++
 regex-0.12/doc/regex.texi                       | 3138 +++++++++++++
 regex-0.12/doc/texinfo.tex                      | 3941 ++++++++++++++++
 regex-0.12/doc/xregex.texi                      | 3021 ++++++++++++
 regex-0.12/regex.c                              | 4948 ++++++++++++++++++++
 regex-0.12/regex.h                              |  490 ++
 regex-0.12/test/ChangeLog                       |   77 +
 regex-0.12/test/Makefile                        |  168 +
 regex-0.12/test/Makefile.in                     |  168 +
 regex-0.12/test/alloca.c                        |  194 +
 regex-0.12/test/bsd-interf.c                    |   38 +
 regex-0.12/test/debugmalloc.c                   |  273 ++
 regex-0.12/test/emacsmalloc.c                   |  844 ++++
 regex-0.12/test/fileregex.c                     |   77 +
 regex-0.12/test/g++malloc.c                     | 1288 ++++++
 regex-0.12/test/getpagesize.h                   |   25 +
 regex-0.12/test/iregex.c                        |  164 +
 regex-0.12/test/main.c                          |   49 +
 regex-0.12/test/malloc-test.c                   |   47 +
 regex-0.12/test/other.c                         |  503 ++
 regex-0.12/test/printchar.c                     |   14 +
 regex-0.12/test/psx-basic.c                     |  253 +
 regex-0.12/test/psx-extend.c                    | 1244 +++++
 regex-0.12/test/psx-generic.c                   |  336 ++
 regex-0.12/test/psx-group.c                     |  440 ++
 regex-0.12/test/psx-interf.c                    |  624 +++
 regex-0.12/test/psx-interv.c                    |  140 +
 regex-0.12/test/regexcpp.sed                    |    8 +
 regex-0.12/test/syntax.skel                     |   74 +
 regex-0.12/test/test.c                          |  782 ++++
 regex-0.12/test/test.h                          |  141 +
 regex-0.12/test/tregress.c                      |  464 ++
 regex-0.12/test/upcase.c                        |   39 +
 regex-0.12/test/xmalloc.c                       |   21 +
 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 +-
 215 files changed, 49001 insertions(+), 1400 deletions(-)

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


Reply to: