| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This reverts commit cac3df65afe2fed9ad80147a24b5ae6ea601a609.
Backing out change to XS
|
| |
|
|
|
|
|
|
|
|
| |
[DELTA]
Changes for 0.08 Wed Jan 19 10:22:12 2011
============================================
* POD fix from Michael Stevens [rt.cpan.org #64877]
|
| |
|
| |
|
|
|
|
|
| |
Also handle and test the edge case of a signal handler throwing an
exception
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
[DELTA]
0.71 Tue Jan 18 22:29:44 2011
- t/loc_test.t should not fail without Unicode::Normalize.
|
|
|
|
| |
This is so future coders won't be tempted to rely on them.
|
|
|
|
|
| |
It is safer and clearer to have the break statement in each case statement at
the source level
|
|
|
|
|
| |
This showed up only on some systems in the current test suite, but processing
eg, \D has to care about the target string being utf8.
|
|
|
|
|
|
|
|
|
|
|
| |
The addition of the ANYOFV regnode to treat multi-char folds in a bracketed
character class has exposed a bug, in which those classes have long been able
to be varying length (due to the multi-char fold), but the compiler wasn't
aware of it. Now it is, and hence won't allow those which have multi-char
folds to be part of a lookbehind pattern, which requires a constant length.
This patch disallows multi-char folds in a lookbehind bracketed character
class.
|
|
|
|
|
| |
A version of the g++ compiler isn't allowing the implicit cast of U32 to an
enum. Change to use an explicit cast.
|
| |
|
|
|
|
|
| |
Including all @INC setting boilerplate from lib/Tie/ExtraHash.t, which TestInit
now performs.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
The documentation for the different behaviour on Mac OS Classic was not
removed when the relevant code was removed in 862f843bac3434c2. That commit
also remove all callers to several Mac OS classic support functions, but not
the functions themselves. Rectify this.
|
|
|
|
|
|
| |
This avoids problems when buildtoc is invoked with a relative path in @INC,
and the environment set to honour UTF-8 locales, and the regexp engine
(attempting to) demand-load UTF-8 swashes.
|
|
|
|
|
|
| |
Pass the "name" of the pod file as well as the filename, as we already have
both at the call point, instead of podset() needing to infer the name from
the filename.
|
|
|
|
|
|
| |
Previously they were actually sorted by full pathname, which isn't logical.
I presume that this is an artefact of all pragmata being in lib/ when
pod/buildtoc was originally written.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Only unblock signal after a safe-signal handler is executed if that signal was
also unblocked before the handler.
|
|
|
|
|
|
|
| |
Commit cfaf538b6276c6a8ef80ff6c66e106c6a4f1caaa introduced changes that cause
this to not compile on Windows. It did not accept empty macro parameters,
unlike gcc. This just creates a placeholder macro that expands to nothing to
give the preprocessor something to grab onto.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Whilst ‘whilst’ is nice, the sentence as it was before this change
indicated that the stack was in the call_pv call (whatever
that means).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It is not good style to join two independent clauses with a comma, it
just does not read well.
Hyphenate ‘multi word’ adjective
Inconsistent use of - vs. -- for a dash.
Missing commas
Other punctuation errors
Terribly Inconsistent capitalisation in =head2’s
Other grammatical errors or unclear phrases
|
|
|
|
|
|
| |
Multi word adjectives should be hyphenated.
A preposition should not be used like it’s a conjunction.
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
0.009 2011-01-17 16:29:22 EST5EDT
- Added workaround for IO::Socket::SSL certificate verification bug
- Minor documentation improvements
- POST example added to the eg/ directory in the distribution tarball
|
|
|
|
|
|
| |
The first half of this function used 2-char indentation, then suddenly
switched to 4-char. This meant that end-of-blocks weren't aligned with the
opening! Purely a whitespace change.
|
|
|
|
|
|
| |
This used to take about 3 minutes of CPU. Reduce this to around
6 seconds (!!) by coalescing and pre-compiling various patterns
that get applied to nearly every line of every source file.
|
|
|
|
| |
pod/buildtoc regenerates these with the line break in a different place.
|
|
|
|
|
| |
This restricts certain constructs, like \w, to matching in the ASCII range
only.
|
|
|
|
| |
These aren't used yet.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
[DELTA]
Changes for 0.32 Mon Jan 17 10:26:40 2011
=================================================
* Added support for HTTP::Tiny
|
|
|
|
|
| |
In the other makefiles test_prep (or test-prep) depends on all, so
they shouldn't need updating.
|