Age | Commit message (Collapse) | Author | Files | Lines |
|
0.9.8.1
- Fixed an ABI compatibility issue.
|
|
|
|
|
|
|
|
Many bug fix and performance improvements.
Fix GCC 4.6 compile failure
|
|
selection, objdump detection and the SunOS 5.10 ld workaround.
|
|
|
|
|
|
I cannnot find the changelog.
Probably this version follows recent youtube change.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added devel/p5-Module-Runtime version 0.010.
|
|
The functions exported by this module deal with runtime handling of
Perl modules, which are normally handled at compile time.
|
|
Changes from previous:
0.33 2011-09-28
- add conflict on MooseX::Method::Signatures 0.36 (ether)
0.32 2011-09-05
- bring the behavior of has_symbol for nonexistant scalars into line with
the xs version
- invalid package names (for instance, Foo:Bar) are not allowed
- invalid stash entry names (anything containing ::) are not allowed
|
|
Bug reported by Loic Maury <lmaury at gmail dot com> , thanks!
|
|
Add the patches that I forgot in the previous commit.
|
|
|
|
|
|
overrides -std=c99.
|
|
|
|
|
|
features of libxineposix are supported natively and ar refuses create an
empty library, and it shouldn't do any harm otherwise. Fixes build on
OpenIndiana 151.
|
|
anything but Darwin.
|
|
SunOS 5.10 doesn't have SO_TIMESTAMP, and it also lacks oss. For some
reason the lack of oss also causes hal support to be disabled.
|
|
Without it, programs using .init sections will just segfault. The
workaround comes from http://www.openssl.org/~appro/values.c
Tested on 5.10, not needed on 5.11.
|
|
Updated editors/p5-Padre to 0.90.
|
|
- Improved syntax highlight.
- Reduce memory usage.
- Updated document and translation.
- bug fix.
|
|
Change from previous:
0.09 Tuesday 22nd February, 2010
Compiled documentation fixes (collected by Tom Hukins from fixes on rt.cpan)
|
|
configure needs objdump.
|
|
|
|
* fixes to startup on Ubuntu 11.10.
|
|
|
|
Release 1.10.1 (2011-10-12) Kouhei Sutou <kou@cozmixng.org>)
============================================================
Features
--------
* Accepted Cairo::EXTEND_PAD as extend value.
* Suppressed a warning. [Stefan Salewski]
* Bound CAIRO_SURFACE_TYPE_XLIB and CAIRO_SURFACE_TYPE_XCB.
* Supported cairo 1.10.2.
* Fixed recording surface test. #4 [Mamoru Tasaka]
* AcceptedCairo::OPERATOR_HSL_LUMINDSITY as operator value.
#6 [Matt Bramlage]
* Suppressed warnings on Windows. [Nikolai Weibull]
* Added --without-vendor-override options to extconf.rb.
[Nikolai Weibull]
|
|
|
|
Changelog:
0.5
- A Template is explicitly disallowed
from having a url that normalizes to relative outside
of the root. That is, if the Lookup is based
at /home/mytemplates, an include that would place
the ultimate template at
/home/mytemplates/../some_other_directory,
i.e. outside of /home/mytemplates,
is disallowed. This usage was never intended
despite the lack of an explicit check.
The main issue this causes
is that module files can be written outside
of the module root (or raise an error, if file perms aren't
set up), and can also lead to the same template being
cached in the lookup under multiple, relative roots.
TemplateLookup instead has always supported multiple
file roots for this purpose.
[ticket:174]
0.4.2
- Fixed bug regarding <%call>/def calls w/ content
whereby the identity of the "caller" callable
inside the <%def> would be corrupted by the
presence of another <%call> in the same block.
[ticket:170]
- Fixed the babel plugin to accommodate <%block>
[ticket:169]
0.4.1
- New tag: <%block>. A variant on <%def> that
evaluates its contents in-place.
Can be named or anonymous,
the named version is intended for inheritance
layouts where any given section can be
surrounded by the <%block> tag in order for
it to become overrideable by inheriting
templates, without the need to specify a
top-level <%def> plus explicit call.
Modified scoping and argument rules as well as a
more strictly enforced usage scheme make it ideal
for this purpose without at all replacing most
other things that defs are still good for.
Lots of new docs. [ticket:164]
- a slight adjustment to the "highlight" logic
for generating template bound stacktraces.
Will stick to known template source lines
without any extra guessing. [ticket:165]
0.4.0
- A 20% speedup for a basic two-page
inheritance setup rendering
a table of escaped data
(see http://techspot.zzzeek.org/2010/11/19/quick-mako-vs.-jinja-speed-test/).
A few configurational changes which
affect those in the I-don't-do-unicode
camp should be noted below.
- The FastEncodingBuffer is now used
by default instead of cStringIO or StringIO,
regardless of whether output_encoding
is set to None or not. FEB is faster than
both. Only StringIO allows bytestrings
of unknown encoding to pass right
through, however - while it is of course
not recommended to send bytestrings of unknown
encoding to the output stream, this
mode of usage can be re-enabled by
setting the flag bytestring_passthrough
to True.
- disable_unicode mode requires that
output_encoding be set to None - it also
forces the bytestring_passthrough flag
to True.
- the <%namespace> tag raises an error
if the 'template' and 'module' attributes
are specified at the same time in
one tag. A different class is used
for each case which allows a reduction in
runtime conditional logic and function
call overhead. [ticket:156]
- the keys() in the Context, as well as
it's internal _data dictionary, now
include just what was specified to
render() as well as Mako builtins
'caller', 'capture'. The contents
of __builtin__ are no longer copied.
Thanks to Daniel Lopez for pointing
this out. [ticket:159]
|
|
|
|
Update French, Japanese and Latvian language files.
|
|
|
|
* bug fix
* refactoring.
|
|
devel/p5-Variable-Magic.
|
|
Changes from previous:
0.46 2011-01-23 16:45 UTC
+ Fix : [RT #64866] : Assertion failure with perl 5.13.9.
The real problem was that dispell() wasn't properly resetting
the magical sv flags, which became visible in the test suite
only with perl 5.13.9.
Thanks Joshua ben Jore for reporting.
0.45 2010-11-21 23:15 UTC
This is a maintenance release. The code contains no functional change.
Users of 0.44 can skip this update.
+ Doc : C++ compilers are officially NOT supported.
+ Doc : The minimum perl 5.10.0 requirement for uvar magic has been
made more explicit.
Thanks Peter Rabbitson for pointing this out and contributing a
patch.
+ Tst : Tune for perl 5.13.7.
+ Tst : Capture::Tiny will be used in t/17-ctl.t if and only if it can
capture a simple run.
0.44 2010-09-24 19:10 UTC
+ Fix : Broken linkage on Windows with gcc 3.4, which appears in
particular when using ActivePerl's default compiler suite.
For those setups, the Variable::Magic shared library will now
be linked against the perl dll directly (instead of the import
library). This (should) fix RT #51483.
Thanks Christian Walde for helping to reproduce this failure
and extra testing.
+ Rem : Support for development perls from the 5.11 branch but older
than the 5.11.0 release was removed. This could cause more
recent setups to fail.
+ Tst : Threads tests are now only run on perl 5.13.4 and higher.
They could segfault randomly because of what seems to be an
internal bug of Perl, which has been addressed in 5.13.4.
There is also an environment variable that allows you to
forcefully run those tests, but it should be set only for
author testing and not for end users.
|
|
Changes from previous:
0.31 [2010-10-10] Or the "Yay - an actual release!" release
- Same as 0.30_2
0.30_2 [2010-10-06] Or the "oh what a to do" release
- Added a bunch of folk to the acknowledgements
- Added some clarifying documentation to respond to RT#59293
- Marked a test that was failing under T::B 2.0 until we figure out
whether it should pass or not. See http://is.gd/fNOFb
0.30_1 [2010-10-04] Or the "Peter Rabbitson did all the work" release
- Added dates to changes file, as far as we can from backpan et al
- Fix for DB::args bug (thanks Peter Rabbitson)
- Fix for bizarre-copy bug (thanks Peter Rabbitson)
|
|
Changes from previous:
0.11 Fri Jun 24 2011
- pod fixes and pod test
0.09 Thu Jun 23 2011
- Better tests, use of LANG
- Compile time check for at least one speller.
|
|
Bump PKGREVISION.
|