[ack] annotated tag upstream/2.16 created (now 6f26aff)

Axel Beckert abe at deuxchevaux.org
Thu Mar 16 02:33:41 UTC 2017


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

abe pushed a change to annotated tag upstream/2.16
in repository ack.

        at  6f26aff   (tag)
   tagging  5f9f5962214cf53df202c1d46bd660ceb5e8f737 (commit)
  replaces  upstream/2.15.03
 tagged by  Axel Beckert
        on  Thu Mar 16 03:30:48 2017 +0100

- Log -----------------------------------------------------------------
Upstream version 2.16
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAljJ+NgACgkQa+Zjx1o1
yXXkLA//V3WZrqlM4eyzthN8bQMx7y1qg6vsIVFWrXWn99yac7oWxLcfpJC8In+z
cfdA7+7BFSpi0UJkUETrgQ+/Ij1mEyGcQg0Dq5dinAgXtRLmRvx5p0++o1hKSODf
O5iJr7NWpUe2m1Y1xefiaiEy9V9i2YeffcP0Ut7tPaflD55VJGFFp5SLKGw+zVyQ
SBauv5zWGkUUZ6DoKWzfqISv/z7brIEYunKHfpmVqA0LNc+WoUpN4aUsHyRb+3FH
kg6DuTfkKbo+1qLrsjWB8Vwr/RWDfgzdk8rmVSk0X/7IsOYcHfwiFNr2wXMu9aIU
wRMe7nT/cxQnufBj14GIqwZX+9WyloQq9HKAMlz2bfbDtXUrRdaWLjW4EBHHHb6i
mM+kX38+PlMjZ+RkIFGlxEahCnQ64MZ0S2nsu4WUxx+463K1kP3RBvfUICpc5SzD
Yzzl07DGEURIDDvbgtkjrNakspoY+pla2fbD7KN40vk0otyUU3Bx29K4WXpAWutZ
2YPuegPg3m2h1g3sDik+4GIdw0q4NBaNeR61vy/HS+d7IwajZ0dszBkPkglIPjx0
lH+L4/Num0RmhVbA8uT5B4ANbKoenTKUw98GUY5QiWslxrOqj2FqN/LAEpU9BjZa
NHkwPi13mJeXX0dv03TRU8HBMmRZcuUyrXcbPMPxzzIxFhKfHq0=
=8FtH
-----END PGP SIGNATURE-----

Andy Lester (37):
      Add 2.14 to the garage
      Merge pull request #507 from sjaeckel/patch-2
      Update for --hpp option.
      Update to Getopt::Long 2.38 because of GetOptionsFromString
      Added missing files
      Updating to 2.15_01 and 2015 in preparation for a release.
      Merge branch 'dev'
      Expand out NYI
      Added JSP filetype
      Fix incorrect FAQ.  Update changes and thanks.
      Add one more file
      Releasing 2.15_02
      Merge branch 'master' into dev
      Merge pull request #592 from shlomif/fix-stray-paragraphs-in-the-man-page
      Merge pull request #584 from jwilk/spelling
      Merge pull request #536 from pdl/no-parrot-warn
      Merge pull request #591 from achamberlin-lendup/dev
      Merge pull request #527 from knowledgejunkie/xsd
      Credit to Austin Chamberlin
      Credit Nick Morrott
      Merge pull request #585 from epa/dev
      Credit Ed Avis
      Merge pull request #512 from nschum/feature/swift
      Thanks Nikolaj Schumacher
      Merge pull request #450 from mingwandroid/msys2
      Thank Olivier Mengue
      Thank Ray Donnelly.  Thanked wrong person before.
      Merge pull request #511 from Leonidas-from-XIV/feature/more-ocaml-extensions
      Clarify precedence
      Thank Marek Kubica
      Merge pull request #469 from emallove/dev
      Thank Ethan Mallove
      Ready to release 2.15_03
      prepping for more dev
      Merge pull request #631 from jwilk/spelling
      Readying for 2.16
      Explain -w badness

Austin Chamberlin (2):
      support for searching edn, clojurescipt, and cljc files
      changelog updates for additional clojure filetypes

Axel Beckert (1):
      New upstream version 2.16

Bob Kleemann (1):
      Fix complaints about insecure $ENV{ENV}

Daniel Perrett (2):
      dev/timings.pl should exit and warn if cannot find parrot
      unless -d, die preferred over -d or die per @hoelzro

Ed Avis (3):
      Specify --sort-files in all test cases that scan the t/text directory.
      Document and test current semantics of -w.
      --sort-files also needed for new test cases.

Ethan Mallove (1):
      Add gsp (Groovy Server Pages) to filetypes

Jakub Wilk (2):
      Fix typos
      Fix typos

Jonah Bishop (1):
      Minor documentation improvements for ackrc location semantics

Karen Etheridge (1):
      Fix warning when rendering pod

Ken Crowell (1):
      Add missing Getopt::Long 2.38 update

Marek Kubica (1):
      Search in ocamllex/ocamlyacc/menhir source files

Nick Morrott (1):
      Add XML Schema Documents (.xsd) to the XML filetype

Nikolaj Schumacher (1):
      Add support for Apple's Swift.

Ray Donnelly (1):
      MSYS?: consider as is_cygwin

Rob Hoelz (110):
      Add start of Unicode design doc
      Add test for issue #491
      Remove useless /g flag on regex
      Make sure strings match along lines
      Update changelog
      Add notes on potential evolution of ignore feature
      Merge pull request #493 from rkleemann/patch-1
      Don't use does_match for no frills matching
      Expand main matching/printing loop
      Don't use print_line_with_context when not using context
      Slurp files into a huge chunk to search for no frills searches
      Document the horror I have wrought upon the codebase
      Eliminate a lot of calls to File::Spec->splitpath
      Add optimization notes to changelog
      Continue matching after end of current line
      Fix CRLF problem with optimization
      Use basename more
      Group matches into match groups
      Move commonly-accessed options into globals
      Remove useless variables
      Question correct behavior for --ignore-dir and --noignore-dir combinations
      Add test for MatchGroup
      Add basename as an "abstract method" to Resource
      Add context timings to timings script
      Merge pull request #506 from sth/unnecessary-variables
      Credit sth
      Merge branch 'improve-context-handling' into dev
      Credit sth for helping with optimization
      Integrate patch for --ignore-dir=match:...
      Update changelog
      Work on more tests for --ignore-dir
      Add stub for --ignore-file testing
      Use filter facility for --ignore-dir and --noignore-dir
      Remove stringification overload for Filters
      Remove redundant check
      Add IsPath filter
      Use IsPath for --ignore-dir matches
      Add IsPathGroup module
      Enable usage of IsPathGroup
      Add a directory with extension to the test corpus
      Fix broken tests from dir.d addition
      Uses lists_match instead of is_deeply for ack-n.t
      Add test for --ignore-dir=ext:...
      Make sure ext:... works with --ignore-dir
      Fix broken ack-n.t
      Add test for --ignore-dir=firstlinematch:...
      Don't allow filter types that we said we wouldn't
      Be less specific in allowing filter types for --ignore-dir in the config loader
      Get started on --noignore-dir tests
      Make sure noignore-dir filters are given a chance to override the current filename's status
      Optimization notes
      Remove irrelevant comment
      Have _compile_filters return an array of filters
      Push --noignore-dir directives onto idirs
      Fix --noignore-dir match test
      Make --ignore-file work again
      Add coverage tests for new modules
      Just ignore --ignore-file tests for now
      Don't use _compile_filters to build idirs
      Use filter collections for --ignore-dir and friends
      Use filter collections for --ignore-file
      Remove useless _compile_filters sub
      Avoid calls to is_inverted in _compile_file_filter
      Cache most recently evaluated directory for ignoring
      Test --noignore-dir + relative paths
      Make sure noignore-dir works with relative paths
      Unify --ignore-dir and --noignore-dir implementations
      Get rid of useless comment
      Remove redundant code
      Clean up comments a bit
      Remove comments
      Merge branch 'ignore-dir-match' into dev
      Update changelog
      More notes on the evolution of --ignore*
      More notes on how ignoring things should work
      Merge pull request #519 from jgbishop/issue_518
      Add test for GH #522
      If a search regex contains a newline, exit immediately
      Bump Changes
      Add manpage excerpt about new filetypes/enhancements
      Reference CONTRIBUTING.md in the developer's guide
      Fix up block quotes
      Add ack 2.14 to garage
      Don't close standard output before exec in timings script
      Add FAQ entry for ack's policy on emulating grep
      Add test for GH #524 (targets may be ignored)
      Add resolution of GH #524 to Changes
      Don't let empty matches throw you for an infinite loop
      Update Changelog
      Comment empty match early termination reasoning
      Merge pull request #570 from openstrike/issue541
      Add openstrike's addition to changelog
      Add Pete Houston to Acknowledgements section
      Add test for GH #562
      Add test for GH #571
      Perform necessary reverts for GH #572
      Add bugfix to changelog
      Update MANIFEST
      Merge pull request #581 from oeuftete/complete-getopt-long-update
      Merge pull request #583 from epa/dev
      Merge pull request #587 from Varadinsky/test-output
      Add new test to manifest
      Added ack-output contribution to Changes
      Add Varadinsky to contributors
      Merge pull request #590 from Varadinsky/output_more_tests
      Make sure files are sorted in output test
      Update changelog to include new contribution
      Add -T to ack-ignore-file
      Merge pull request #609 from karenetheridge/topic/pod_encoding
      Remove __END__ from end of ack

Shlomi Fish (1):
      Fix some stray paragraphs in the man page.

Steffen Jaeckel (1):
      Add --hpp option

Stephan Hohe (5):
      Reworked context handling to be faster
      Avoid some work when not tracking context
      Removed unused variable `$match_word`
      Removed unnecessary local copy of `$opt_regex`
      Removed unnecessary local copy of `$opt_passthru`

Varadinsky (1):
      added more tests to t/ack-output.t

openstrike (1):
      New test for ignoring a subdir: Fix for #541

zormi (1):
      Added --output test script.

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ack.git



More information about the Pkg-perl-cvs-commits mailing list