[libunicode-casefold-perl] branch master updated (cb2b33b -> 194dc1b)

gregor herrmann gregoa at debian.org
Wed Nov 1 17:57:25 UTC 2017


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

gregoa pushed a change to branch master
in repository libunicode-casefold-perl.

      from  cb2b33b   update changelog
       new  9b7483a   Add debian/upstream/metadata.
       new  efbf753   update changelog
      adds  cb72271   Check in some stuff
      adds  6ae98a3   Tweak the build process towards optional-XS mode.
      adds  3084bb3   Demote XSLoader to a "recommends" since it's not needed on C-less systems
      adds  ac7284f   * Get the XS/PP mojo working * Add the fc() function (prototyped)
      adds  f15fd92   Tweak the benchmark
      adds  a516eb5   TODO
      adds  7557d5b   Remove test.pl. Real tests to come.
      adds  bca0ad1   Add .gitignore
      adds  45f2a7a   The c/ dir doesn't need to be present in git
      adds  29931e5   Make it an Exporter.
      adds  566928f   Documentize me!
      adds  20d0923   Add Changes
      adds  9f459f8   Add header to Changes
      adds  2188c75   Prototype tricks to handle lexical $_ properly on 5.10+ (thanks Hugmeir)
      adds  620f690   Blurgh, old Exporter can't export 'import'. Switch to inheriting it.
      adds  caa7e89   Improve docs; rename LEGACY_MAPPING to SIMPLE_FOLDING for clarity.
      adds  3514557   Pod nit.
      adds  6d684d9   Add tests
      adds  3d3e921   Minor tweaks to XS
      adds  8997632   Split PP into its own file
      adds  1d255b7   Use SurgicalPodWeaver
      adds  cc9b9a4   Fix the XSUB complaining about "use of uninitialized value"
      adds  6e2f56c   It's generally considered a good idea to put the correct module name in the Changes.
      adds  f8db8f3   Release v0.01
      adds  6b80855   Be nice to old Test::More, don't use done_testing.
      adds  0636bd6   Get SIMPLE_FOLDING right.
      adds  29cebb0   Separate tests out by required Unicode version.
      adds  66e43c0   Enable PurePerlTests
      adds  2407787   Release v0.02
      adds  4bc0d3e   UTF8_MAXBYTES_CASE never really worked, stop using it.
      adds  d1b2fee   Release v0.03
      adds  7046148   Fix a docs bug
      adds  d80605a   Release v1.00
      adds  1d5c352   update dist.ini
      adds  f983a77   Remove trailing whitespace (closes #3)
      adds  e6f623a   Fix a warning about toFOLD_utf8
      adds  ed04524   Changes
      adds  fdc7569   checkin generated files
      adds  3f20a90   Release v1.01
      adds  56fc6ce   New upstream version 1.01
       new  6a05115   Update upstream source from tag 'upstream/1.01'
       new  046efe6   Update debian/changelog
       new  6e7bf28   update debian/upstream/metadata
       new  898acf7   Update years of upstream and packaging copyright.
       new  97a0643   Mark package as autopkgtest-able.
       new  8937c14   Declare compliance with Debian Policy 4.1.1.
       new  96426dd   Set bindnow linker flag in debian/rules.
       new  194dc1b   releasing package libunicode-casefold-perl version 1.01-1

The 10 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:
 Build.PL                                      |  12 +-
 Changes                                       |   4 +
 LICENSE                                       |   8 +-
 MANIFEST                                      |   5 +-
 META.json                                     |  77 +++
 META.yml                                      |  29 +-
 README                                        |   6 +-
 c/ppport.h                                    | 906 +++++++++++++++++---------
 debian/changelog                              |  11 +-
 debian/control                                |   3 +-
 debian/copyright                              |   4 +-
 debian/rules                                  |   2 +
 debian/upstream/metadata                      |   8 +
 dist.ini                                      |   4 +-
 lib/Unicode/CaseFold.pm                       |  10 +-
 lib/Unicode/CaseFold.xs                       |  16 +-
 t/10fold.t                                    |   2 +-
 t/{release-pp-10fold.t => author-pp-10fold.t} |  16 +-
 18 files changed, 775 insertions(+), 348 deletions(-)
 create mode 100644 META.json
 create mode 100644 debian/upstream/metadata
 rename t/{release-pp-10fold.t => author-pp-10fold.t} (99%)

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



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