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

[bibtool] 03/06: Merge tag 'upstream/2.64'



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

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

commit 4e3b08f7501ebc47b8c1680626f90facfbd40386
Merge: 9721887 5091cc6
Author: Jerome Benoit <calculus@rezozer.net>
Date:   Fri Jun 10 21:51:02 2016 +0100

    Merge tag 'upstream/2.64'
    
    Upstream version 2.64

 AutoConf/config.h.in                    |  119 +
 AutoConf/makefile.in                    |    3 +
 BibTcl/bibtcl.tex                       |    8 +-
 Changes.tex                             |   45 +-
 Linux/ld-version-script                 |  371 ++
 MSDOS/link.dj                           |   26 +
 MSDOS/link.msc                          |   26 +
 MSDOS/link.wat                          |   26 +
 README.md                               |   32 +-
 configure                               | 5628 +++++++++++++++++++++++++++++++
 crossref.c                              |  318 +-
 database.c                              |   16 +-
 doc/Makefile                            |   20 +-
 doc/bibtool-doc.sty                     |   12 +-
 doc/bibtool.bib                         |   13 +
 doc/bibtool.tex                         |  541 ++-
 doc/c.tex                               | 3792 +++++++++++++++++++++
 doc/c_lib.tex                           |   71 +-
 doc/c_main.tex                          |   86 +
 doc/config.tex                          |   14 +
 doc/ref_card.tex                        |   72 +-
 entry.c                                 |   15 +-
 include/bibtool/config.h                |  120 +
 include/bibtool/crossref.h              |    6 +-
 include/bibtool/entry.h                 |    1 +
 include/bibtool/{crossref.h => io.h}    |   21 +-
 include/bibtool/key.h                   |    2 +
 include/bibtool/macros.h                |    5 +-
 include/bibtool/print.h                 |    1 +
 include/bibtool/record.h                |    2 +
 include/bibtool/resource.h              |    3 +
 include/bibtool/rewrite.h               |   26 +-
 include/bibtool/s_parse.h               |    6 +-
 include/bibtool/symbols.h               |   46 +-
 include/bibtool/type.h                  |    1 +
 install.tex                             |   27 +-
 io.c                                    |  212 ++
 key.c                                   |   51 +-
 lib/biblatex.rsc                        |   73 +
 macros.c                                |   24 +-
 main.c                                  |  188 +-
 AutoConf/makefile.in => makefile.ami    |  518 ++-
 AutoConf/makefile.in => makefile.ata    |  494 ++-
 makefile.dos                            |  591 ++++
 AutoConf/makefile.in => makefile.unx    |  467 +--
 print.c                                 |   24 +-
 record.c                                |   89 +-
 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 +
 regex-0.12/config.h                     |   63 +
 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                               |   45 +-
 s_parse.c                               |  135 +-
 symbols.c                               |   38 +-
 test/add_field.t                        |    6 +-
 test/apply_include.t                    |    2 +-
 test/bib/x1.bib                         |    2 +-
 test/crossref_map.t                     |  322 ++
 test/delete_field.t                     |    2 +-
 test/{rewrite_rule.t => expand_xdata.t} |   86 +-
 test/input.t                            |    4 +-
 test/lib/BUnit.pm                       |   14 +-
 test/main.t                             |    8 +-
 test/makefile                           |  114 +-
 test/new_field_type.t                   |    2 +-
 test/print_comma_at_end.t               |    4 +-
 test/print_equal_right.t                |    4 +-
 test/print_newline.t                    |   12 +-
 test/print_terminal_comma.t             |    4 +-
 test/print_use_tab.t                    |    4 +-
 test/rename_field.t                     |   14 +-
 test/rewrite_rule.t                     |    6 +-
 test/suppress_initial_newline.t         |    3 +-
 tex_read.c                              |   12 +-
 type.c                                  |   27 +-
 version.c                               |    2 +-
 123 files changed, 51081 insertions(+), 1346 deletions(-)

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


Reply to: