summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Close over stale vars in active subsFather Chrysostomos2012-08-042-9/+37
* sv.c:varname: Fix bad assertion added by c6fb3f6eFather Chrysostomos2012-08-042-1/+13
* Remove CR characters from raw input in op/magic.t on WindowsSteve Hay2012-08-041-1/+2
* Module::CoreList: Automatically add aliases for releasesDavid Leadbeater2012-08-032-28/+19
* Store version information as a delta in Module::CoreListDavid Leadbeater2012-08-034-35182/+6864
* avoid decoding on input in the new tests added in 613c63b4Tony Cook2012-08-041-0/+2
* [perl #114222] Make ‘use’ parse arguments in term contextFather Chrysostomos2012-08-032-2/+6
* perlexperiment.pod clarificationsReini Urban2012-08-031-3/+3
* Pod-Functions requires that Pod-Escapes be built to buildTony Cook2012-08-031-1/+1
* Fix RT [perl #72156] Re: Perl 5.12.0 RC 0 - Pager detectionAndy Dougherty2012-08-021-1/+1
* Data::Dumper: Comment on previous optimizationSteffen Mueller2012-08-021-1/+3
* Data::Dumper: Option to avoid building much of the seen hashSteffen Mueller2012-08-023-12/+61
* perldelta for unterminated here-docsFather Chrysostomos2012-08-021-1/+6
* [perl #114104] Better error for unterminated heredoc delimFather Chrysostomos2012-08-023-2/+20
* perldelta for #114340Father Chrysostomos2012-08-021-0/+5
* perldelta for Storable and vstringsFather Chrysostomos2012-08-021-0/+6
* perldelta for given aliasing $_Father Chrysostomos2012-08-021-0/+7
* regcomp.c: Remove unnecessary variableKarl Williamson2012-08-021-4/+2
* regcomp.c: inline trivial static functionKarl Williamson2012-08-023-3/+3
* regcomp.c: Fix \N{} multi-char fold buffer boundary bugKarl Williamson2012-08-023-14/+59
* regcomp.c: Revise API for static functionKarl Williamson2012-08-024-84/+103
* regcomp.c: Fix multi-char fold bugKarl Williamson2012-08-026-12/+208
* mktables: Generate tables for chars that aren't in final fold posKarl Williamson2012-08-025-23/+83
* regen/mk_invlists: Add mode to generate above-Latin1 onlyKarl Williamson2012-08-021-3/+23
* Unicode::UCD::prop_invlist() Allow to return internal propertyKarl Williamson2012-08-021-3/+7
* mktables: Add comment to gen'd data fileKarl Williamson2012-08-021-0/+5
* mktables: grammar in commentsKarl Williamson2012-08-021-2/+2
* regen/mk_PL_charclass.pl: Remove obsolete codeKarl Williamson2012-08-021-2/+0
* regcomp.c: Make invlist_search() usable from re_comp.cKarl Williamson2012-08-024-15/+15
* perlop:clarify wordingKarl Williamson2012-08-021-1/+3
* regcomp.c: Rename static fcn to better reflect its purposeKarl Williamson2012-08-024-12/+12
* regcomp.c: Make comment more accurateKarl Williamson2012-08-021-1/+1
* regcomp.c: Can now do /u instead of forcing to utf8Karl Williamson2012-08-021-1/+1
* regcomp.c: Comments updateKarl Williamson2012-08-021-39/+43
* regcomp.c: Remove variable whose value needed just onceKarl Williamson2012-08-021-7/+7