Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This module provide user-defined Unicode properties that deal with
width status of East Asian characters, as specified in
http://www.unicode.org/unicode/reports/tr11/.
|
|
from 1.29nb2 to 1.30.
Upstream changes:
1.30 2013-06-15
* Add support for Cpanel::JSON::XS and JSON::PP. Fixes RT#85424 &
RT#67967. (perigrin)
* Fix documentation bug RT#86065.
|
|
from 2.330nb2 (upstream: 2.33) to 2.340 (upstream: 2.34).
Upstream changes from 2.33:
2.34 Thu May 23 11:30:34 CEST 2013
- work around bugs in perl 5.18 breaking more than 100
widely used modules, without a fix in sight because
p5pers don't care about CPAN anymore.
- when canonicalising, only allocate up to 64 hash key
pointers on the stack. for larger hashes, use the heap,
to avoid using too much stackspace.
- discuss the problem with setlocale (reported by a few victims).
|
|
2.58nb1 to 2.59.
Upstream changes:
2.59 Wed Jun 5 14:35:54 2013
- PUREPERL_ONLY support was not supported...
and finally remove all PP options from Makefile.PL.
- recommend JSON::XS instead of conditionally requiring it
patched by miyagaw
( for example, $ cpanm --with-recommends JSON)
- Hide more packages from PAUSE (and other stuff)
patched by miyagawa
|
|
Version 1.43 Jun 4, 2013
* Add explicit include syntax for prepending, replacing or appending to
generated output for a section.
|
|
|
|
converters/p5-Sereal-Encoder.
This library implements an efficient, compact-output, and feature-rich
serializer using a binary protocol called Sereal. Its sister module
Sereal::Decoder implements a decoder for this format. The two are released
separately to allow for independent and safer upgrading.
The Sereal protocol version emitted by this encoder implementation is
currently protocol version 1.
|
|
converters/p5-Sereal-Decoder.
This library implements a deserializer for an efficient, compact-output,
and feature-rich binary protocol called Sereal. Its sister module
Sereal::Encoder implements an encoder for this format. The two are released
separately to allow for independent and safer upgrading.
The Sereal protocol version that is compatible with this decoder
implementation is currently protocol version 1. As it stands, it will
refuse to attempt to decode future versions of the protocol, but there
is likely going to be an option to decode the parts of the input that
are compatible with version 1 of the protocol. The protocol was designed
to allow for this.
|
|
Version 1.43 Jun 4, 2013
* Add explicit include syntax for prepending, replacing or appending to
generated output for a section.
|
|
* Add rdoc.
* Add ruby-head and jruby-head.
* Make "rake test" and "rake rdoc" work.
* It is perfectly fine with newer bundler.
|
|
statically linked package. Buildlink pthread. Simplify HOMEPAGE. USE .bz2
distfile. From NEWS:
Version 3.4.2 (2013.3.1)
------------------------
* Bug fix release. (Thanks to chisj, vlad417, Petr and Viona)
Release Note:
Micro QR Code encoder had a bug that caused incorrect output (issue #25). Now
the bug has been fixed. Memory leak bug (#24) and insufficient string splitting
bug have been fixed.
|
|
NetBSD 6, requested by tron.
|
|
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
|
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
|
|
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
|
* Update Vietnamese translation.
* Update Croatian translation.
* Consistently strip path and/or libtool "lt-" prefix from any instance
of $program derived from --help or --version.
|
|
Upstream changes:
2.58 Thu May 23 09:04:37 2013
- support PUREPERL_ONLY install option. (rt#84876)
(PERL_ONLY and NO_XS are not yet removed)
- stop installing JSON::XS automatically on Perl 5.18
|
|
|
|
|
|
|
|
skf (1.99.4) Sun, 21 Apr 2013 20:24:34 +0900
* fix in-place suffix stores uninitialized heap area.
* fix 1.93.3 remaining debug routine
* fix katakana-zen-han conversion bug
* utf-16be doesn't properly set default endian.
|
|
Changelog:
2.57
- t/x17_strage_overload.t didn't work correctly.
2.56 Sat Apr 6 09:58:32 2013
- fixed t/x17_strage_overload.t (rt#84451 by Ricardo Signes)
2.55
- update JSON::BackportPP version
2.54 Fri Apr 5 16:15:08 2013
- fixed t/19_incr.t on perl >= 5.17.10 (wyant, rt#84154)
pathced by mbeijen and modified with demerphq's patch
- Fixed some spelling (by briandfoy)
- fixed sppeling (by Perlover)
- enhanced documents (Thanks to Justin Hunter and Olof Johansson)
- changed backend module loading for overloaded object behavior
(reported by tokuhirom)
|
|
|
|
GBase is a GTK program designed to convert between the four common bases used in
programming (decimal, hexadecimal, octal and binary). It converts numbers
on-the-fly as they are typed in. It can also convert numbers entered on the
command line. It can correctly handle both signed and unsigned 32-bit integers.
|
|
* Update Vietnamese translation
* Update Croatian translation
* Update Brazilian Portuguese translation
|
|
skf (1.99.3) Thu, 11 Apr 2013 20:14:07 +0900
* fix skfoFILE definition
* fix ruby 2.0.0 header file inclusion
* fix unexpected non-registered codeset name use
|
|
Version 1.41 December 31, 2012
* Set filenames in italics.
* Suppress option/filename handling in EXAMPLES section.
* Add Croatian translation.
* Add Serbian translation.
|
|
|
|
* fix MinGW compilation
* ruby 2.0 support
* fix type conflict on output side
|
|
|
|
|
|
COMMENT should not be longer than 70 characters.
COMMENT should not begin with 'A'.
COMMENT should not begin with 'An'.
COMMENT should not begin with 'a'.
COMMENT should not end with a period.
COMMENT should start with a capital letter.
pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
|
|
Changes from previous:
----------------------
0.97 Sat Dec 22 14:25:50 2012
- bug fix: XS of 0.96 (if UCA_Version is 9 to 11) wrongly referred to
DUCET for completely ignorable characters, even though the collator
don't use DUCET.
- separated t/notable.t from t/test.t.
0.96 Sat Dec 15 19:43:10 2012
- special noncharancter tailorings ('highestFFFF' and 'minimalFFFE')
* some locales are modified for 'highestFFFF': as, bn, fa, gu, hi, hy,
kn, kok, mr, or, sa, si, si_dict, ta, te, th, ur.
- U::C::Locale now allows 'entry' to add or override mappings.
- bug fix: using DUCET through XS wrongly prevented completely ignorable
characters from tailoring.
- modified tests: default.t, loc_as.t, loc_bn.t, loc_fa.t, loc_gu.t,
loc_hi.t, loc_hy.t, loc_kn.t, loc_kok.t, loc_mr.t, loc_or.t, loc_sa.t,
loc_si.t, loc_sidt.t, loc_ta.t, loc_te.t, loc_test.t, loc_th.t,
loc_ur.t, nonchar.t in t.
|
|
builds.
|
|
|
|
|
|
Upstream changes:
2.27202 Wed Mar 13 15:41:22 2013
- license in Makefile.PL was missing
2.27201 Wed Mar 13 13:22:33 2013
- occasionally failed in t/019_incr.t in Perl 5.17.6 or more
(because of hash iterator randomization)
reported and patched by demerphq
https://rt.cpan.org/Public/Bug/Display.html?id=83421
|
|
* Provide UNF::Normalizer::VERSION.
* No functional change.
|
|
|
|
Hexify formats arbitrary (possible binary) data into a format
suitable for hex dumps in the style of xd or hexl.
|
|
|
|
|
|
|
|
|
|
|
|
Changelog:
2013-01-25: Version 6.0.3
* Source code compiles with Microsoft Visual C.
* Print system error when writing output fails.
|
|
|
|
skf (1.99.1)
* fix wrong initialization for BIG5-UAO table
*
|
|
Deleting renamed patches.
|