summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* B::Concise: Document formatsFather Chrysostomos2012-08-081-1/+2
* Don’t let format arguments ‘leak out’ of formlineFather Chrysostomos2012-08-0810-1277/+1416
* B::Concise: Dump formats upon requestFather Chrysostomos2012-08-082-7/+63
* B::Concise: Fix -nobannerFather Chrysostomos2012-08-082-2/+9
* Increase $B::Concise::VERSION to 0.92Father Chrysostomos2012-08-081-1/+1
* toke.c: Remove unnecessary assignmentFather Chrysostomos2012-08-081-1/+0
* Prevent double frees/crashes with format syntax errsFather Chrysostomos2012-08-087-8/+76
* toke.c: Remove TOKENTYPE_GVVALFather Chrysostomos2012-08-081-3/+1
* toke.c: Add missing debug tokensFather Chrysostomos2012-08-081-0/+3
* Don’t create formats after compilation errorsFather Chrysostomos2012-08-086-209/+227
* Add freed ops to PL_op_(name|desc)Father Chrysostomos2012-08-082-0/+4
* toke.c: Fix confused interp-in-format parsingFather Chrysostomos2012-08-082-2/+15
* Upgrade IO-Compress to 2.055Steve Hay2012-08-0832-165/+268
* Upgrade Compress-Raw-Bzip2 and Compress-Raw-Zlib to 2.055Steve Hay2012-08-084-16/+16
* MAgic for Zlib & Bzip2Paul2012-08-086-54/+80
* ignore PERL_XMLDUMP when taintingTony Cook2012-08-083-1/+49
* Don't try to set perms in makerel on files which no longer existSteve Hay2012-08-081-2/+0
* Add /Module/CoreList/TieHashDelta.pm to lib/.gitignoreSteve Hay2012-08-081-0/+2
* Allow .tgz as a recognized suffix in core-cpan-diffSteve Hay2012-08-081-0/+1
* Note that core-cpan-diff always requires diff(1), even without --diffSteve Hay2012-08-081-1/+4
* Use _strtoi64, _strtoui64 and _atoi64 for WIN64 VC++ buildsSteve Hay2012-08-071-3/+6
* VC++ has QUADKIND == QUAD_IS___INT64 so we might as well make use of itSteve Hay2012-08-072-6/+8
* Data::Dumper: Updated changelogSteffen Mueller2012-08-071-0/+19
* Data::Dumper: Fix tests for pure-Perl implementationSteffen Mueller2012-08-071-12/+12
* Delta entry for Data::Dumper optimizationSteffen Mueller2012-08-071-0/+5
* Data::Dumper: Fix to use with earlier PerlsKarl Williamson2012-08-061-1/+27
* cv.h: macro parenthesesFather Chrysostomos2012-08-061-1/+1
* Nested formatsFather Chrysostomos2012-08-062-5/+23
* toke.c: move leftbracket labelFather Chrysostomos2012-08-061-2/+1
* [perl #114040] Parse formats in interpolating constructsFather Chrysostomos2012-08-063-10/+21
* Update notes on which Cygwin tools are needed to make a release on WindowsSteve Hay2012-08-062-10/+7
* Restore parts of config_H.gc lost by regen_config_hSteve Hay2012-08-061-0/+6
* Run regen_config_h for GCCSteve Hay2012-08-061-1127/+1162
* Run regen_config_h for VC++Steve Hay2012-08-061-1121/+1162
* Data::Dumper: Import more change historySteffen Mueller2012-08-061-0/+8
* Forbid braces as format delimitersFather Chrysostomos2012-08-056-1259/+1323
* assert_(...)Father Chrysostomos2012-08-054-25/+12
* Fix a typo in perlootutDave Rolsky2012-08-051-2/+2
* Don’t crash when undefining handle of active formatFather Chrysostomos2012-08-052-6/+12
* Make glob.t more resilientFather Chrysostomos2012-08-051-1/+1
* parser.t: Move tests above ‘Add tests here’Father Chrysostomos2012-08-051-2/+2
* Don’t let active formats be freedFather Chrysostomos2012-08-052-1/+14
* Fix Devel::Peek’s tests for format changesFather Chrysostomos2012-08-051-2/+2
* Recursive formats and closures in formats.Father Chrysostomos2012-08-053-7/+22
* Add a depth field to formatsFather Chrysostomos2012-08-054-8/+22
* Disallow setting SvPV on formatsFather Chrysostomos2012-08-052-14/+6
* Make PL_(top|body|form)target PVIVsFather Chrysostomos2012-08-056-15/+19
* [perl #78550] Fix bad assertion in toke.c:start_subparseFather Chrysostomos2012-08-042-3/+6
* pad.c:cv_clone: Rmv irrelevent part of commentFather Chrysostomos2012-08-041-3/+2
* pad.c:cv_clone: add assertionsFather Chrysostomos2012-08-041-0/+2