summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don’t use PMf_ONCE flag for split-to-arrayFather Chrysostomos2012-12-052-2/+1
* perldiag: -D message is a warningFather Chrysostomos2012-12-051-1/+1
* perldiag: Remove category from ‘POSIX syntax [. .]...’Father Chrysostomos2012-12-051-6/+6
* pp_goto: Call get-magic before choosing goto typeFather Chrysostomos2012-12-052-2/+9
* dist/constant/t/utf8.t: Skip tests for early PerlsSébastien Aperghis-Tramoni2012-12-051-1/+7
* AUTHORS: Change email for Sébastien Aperghis-TramoniKarl Williamson2012-12-051-1/+1
* regen pod issueFather Chrysostomos2012-12-051-2/+2
* sv.c: Correct newSVpvn_share docsFather Chrysostomos2012-12-051-1/+2
* sv.h: Warning about cows in SvPV_set apidocsFather Chrysostomos2012-12-051-1/+6
* Stop "\N{...}" from leaking after errorsFather Chrysostomos2012-12-052-2/+6
* Use SvREFCNT_dec_NN in various cop.h macrosFather Chrysostomos2012-12-051-6/+7
* Stop v111111111111111 from leaking under fatal warningsFather Chrysostomos2012-12-052-2/+4
* toke.c apidocs: Note that scan_vstring might croakFather Chrysostomos2012-12-051-1/+6
* Synchronise CPAN Locale-Maketest and core versionChris 'BinGOs' Williams2012-12-052-1/+4
* Update CPANPLUS-Dist-Build to CPAN version 0.68Chris 'BinGOs' Williams2012-12-053-3/+12
* more dTHX optimizations in /win32/*Daniel Dragan2012-12-053-36/+44
* Switch default hash to SIPHASH on 64 bit builds and ONE_AT_A_TIME on 32 bit b...Yves Orton2012-12-051-1/+5
* override.t: Suppress deprecation warningFather Chrysostomos2012-12-041-1/+5
* Stop /[a-\d]/ from leaking under fatal warningsFather Chrysostomos2012-12-042-1/+5
* Stop /[:foo:]/ from leaking under fatal warningsFather Chrysostomos2012-12-042-1/+5
* [perl #115818] Don’t croak for /[.zog.]/Father Chrysostomos2012-12-042-11/+0
* Update Locale-Codes to CPAN version 3.24Sullivan Beck2012-12-0433-2661/+2234
* add a note about security concerns in StorableSteffen Mueller2012-12-042-1/+38
* Fix misparsing of maketext strings.Brian Carlson2012-12-042-16/+9
* embed.fnc: Explain how X is used for public macrosFather Chrysostomos2012-12-041-0/+7
* Mention in more places that my $_ is deprecatedFather Chrysostomos2012-12-042-3/+7
* Deprecate lexical $_Father Chrysostomos2012-12-0420-6/+70
* encoding.t: Skip 2 tests under debuggingFather Chrysostomos2012-12-041-0/+10
* Increase $sigtrap::VERSION to 1.07Father Chrysostomos2012-12-041-1/+1
* sigtrap.pm: Avoid lexical $_Father Chrysostomos2012-12-041-2/+1
* silence some non-clang warningsDavid Mitchell2012-12-041-0/+4
* silence some clang warningsDavid Mitchell2012-12-046-40/+41
* Avoid some doubled escapes in tovmsspec.Craig A. Berry2012-12-041-2/+4
* add SvREFCNT_dec_NN()David Mitchell2012-12-043-6/+22
* make SvREFCNT_dec() more efficientDavid Mitchell2012-12-044-66/+72
* Optimise magic handling in save* and leave_scopeDavid Mitchell2012-12-041-19/+25
* refactor Perl_leave_scopeDavid Mitchell2012-12-042-256/+267
* save_int/i32 inline the long versionDavid Mitchell2012-12-041-16/+24
* Add SS_ADD_* macros and replace most SSPUSH* usesDavid Mitchell2012-12-044-76/+144
* Lower version.pm versionFather Chrysostomos2012-12-031-1/+1
* Fix per-hash hash order dependency bug in version.pmYves Orton2012-12-042-1/+2
* Cwd::fast_abs_path's untaint should allow for multiline directoriesJoel Berger2012-12-031-2/+2
* [perl #115962] cwd.t: Add test for fast_abs_path in LF dirFather Chrysostomos2012-12-031-1/+11
* Stop /[\i]/ from leaking under fatal warningsFather Chrysostomos2012-12-032-1/+5
* Stop /(?{})+/ from leaking under fatal warningsFather Chrysostomos2012-12-032-1/+3
* Make PL_sawampersand checks conditional on PERL_SAWAMPERSANDFather Chrysostomos2012-12-031-2/+18
* Stop /(?{})?/ from leaking under fatal warningsFather Chrysostomos2012-12-032-14/+21
* Remove use of SAVEDESTRUCTOR_X(clear_re...) from regcomp.cFather Chrysostomos2012-12-031-13/+4
* Make it possible to simulate old style one-at-a-time hashingYves Orton2012-12-031-8/+25
* Better escaping of dots in tovmsspec.Craig A. Berry2012-12-021-7/+17