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

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



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

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

commit a79adc592b2dfec58fe07779cf89b905ece180cd
Merge: 13a6e42 175fad3
Author: Jerome Benoit <calculus@rezozer.net>
Date:   Thu Jan 28 19:25:41 2016 +0100

    Merge tag 'upstream/2.63'
    
    Upstream version 2.63

 AutoConf/config.h.in                          |  119 +
 AutoConf/makefile.in                          |   18 +-
 AutoConf/reconfig.h.in                        |   16 +-
 BibTcl/bibtcl.tex                             |    2 +-
 COPYING                                       |  354 +-
 Changes.tex                                   |  323 +-
 MSDOS/link.dj                                 |   25 +
 MSDOS/link.msc                                |   25 +
 MSDOS/link.wat                                |   25 +
 Perl/bibtool.pl                               |   27 +-
 README => README.md                           |   26 +
 THANKS                                        |    2 +-
 Tcl/bibtool.tcl                               |   18 +-
 config.h                                      |   16 +-
 configure                                     | 5628 +++++++++++++++++++++++++
 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.tex                                     | 3674 ++++++++++++++++
 doc/c_get.pl                                  |   16 +-
 doc/c_lib.tex                                 |    2 +-
 doc/c_main.tex                                |  112 +
 doc/config.tex                                |   14 +
 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/config.h                      |  120 +
 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 +-
 makefile.ami                                  |  539 +++
 AutoConf/makefile.in => makefile.ata          |  504 ++-
 makefile.dos                                  |  585 +++
 AutoConf/makefile.in => makefile.unx          |  476 ++-
 names.c                                       |   40 +-
 parse.c                                       |   16 +-
 print.c                                       |   16 +-
 pxfile.c                                      |   16 +-
 record.c                                      |   64 +-
 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                                     |   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 +-
 204 files changed, 51468 insertions(+), 1342 deletions(-)

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


Reply to: