summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Comment out unused functionKarl Williamson2012-08-257-11/+4
* utf8.c: Speed up \X processing of KoreanKarl Williamson2012-08-252-7/+49
* regcomp.c: Move functions to inline_invlist.cKarl Williamson2012-08-255-96/+98
* regcomp.c: Rename 2 functions to indicate private natureKarl Williamson2012-08-254-46/+45
* regcomp.c: Silence compiler warning.Karl Williamson2012-08-251-1/+1
* Add empty inline_invlist.cKarl Williamson2012-08-256-2/+28
* regcomp.c: Add assertion, commentsKarl Williamson2012-08-251-2/+4
* regcomp.c: Allow search to work on empty inversion listsKarl Williamson2012-08-251-4/+12
* regcomp.c: Special case /[UV_MAX]/Karl Williamson2012-08-252-1/+18
* mktables: Fix bug when deleting final rangeKarl Williamson2012-08-251-4/+11
* Increase $B::Concise::VERSION to 0.93Father Chrysostomos2012-08-251-1/+1
* Optimise %hash in sub { %hash || ... }Father Chrysostomos2012-08-256-0/+19
* improve and fix the documentation of the PERL_HASH functionYves Orton2012-08-251-7/+5
* minor doc patches to api stuffYves Orton2012-08-252-1/+16
* Apply boolkeys optimisation to %hash?:Father Chrysostomos2012-08-251-2/+6
* Apply boolkeys optimisation to scalar(%hash)Father Chrysostomos2012-08-251-7/+13
* [perl #114576] Optimise if(%hash) in non-void contextFather Chrysostomos2012-08-242-6/+10
* pp.c: pp_boolkeys does not need to popFather Chrysostomos2012-08-241-4/+4
* [perl #114572] perl.c: fix locality/rmv redundant nulls in call_sv/eval_svDaniel Dragan2012-08-241-5/+3
* parser.t: Move a test above ‘Add new tests here’Father Chrysostomos2012-08-241-10/+10
* pad.h: Rename PadnameSTATE; make it a proper booleanFather Chrysostomos2012-08-241-2/+2
* rt #111126 - don't empty a file with copy("foo/bar", "foo/");Tony Cook2012-08-242-6/+5
* rt #111126 - TODO test for copy foo/file to foo/Tony Cook2012-08-241-1/+27
* close the Peek.t temp file so the END block can unlink itTony Cook2012-08-241-0/+1
* oops, left some debugging codeTony Cook2012-08-241-2/+0
* don't use PerlHost's getenv after perl_destructDaniel Dragan2012-08-241-6/+10
* Announcement template - Current development track is 5.17Steve Hay2012-08-231-1/+1
* RMG - CPAN /src and /src/README.html are the sameSteve Hay2012-08-231-4/+3
* RMG - corelist.pl uses HTTP::Tiny, not wget or curlSteve Hay2012-08-231-4/+2
* Record the story behind the pack format specifiers H, h, B and b.Nicholas Clark2012-08-231-0/+22
* Increase $Module::CoreList::VERSION to 2.73Father Chrysostomos2012-08-231-1/+1
* Clean up data for ExtUtils::Miniperl in Module::CoreListDavid Leadbeater2012-08-231-3/+0
* Clean up data for Pod::Perldoc::ToTk in Module:CoreListDavid Leadbeater2012-08-231-5/+1
* Clean up data for Carp::Heavy in Module::CoreListDavid Leadbeater2012-08-231-3/+2
* Fix the version of Scalar::Util in corelist for 5.7.3David Leadbeater2012-08-231-2/+2
* pad.h: PadnameSTATEFather Chrysostomos2012-08-231-0/+4
* Use FooBAR convention for new pad macrosFather Chrysostomos2012-08-227-109/+109
* Increase $B::Deparse::VERSION to 1.17Father Chrysostomos2012-08-221-1/+1
* B::Deparse: Suppress trailing ; in formatsFather Chrysostomos2012-08-222-1/+1
* pad.h: Let PADNAME_PV return nullFather Chrysostomos2012-08-221-2/+3
* pad.h: typos in macro definitionsFather Chrysostomos2012-08-221-2/+2
* pad.h: PADNAME_SVFather Chrysostomos2012-08-221-0/+5
* pad.[ch]: PADNAME_OUTERFather Chrysostomos2012-08-222-2/+8
* toke.c: Extreme paranoiaFather Chrysostomos2012-08-221-1/+3
* PATCH: Devel::Peek doesn't compile under C++Karl Williamson2012-08-221-1/+1
* [perl #114040] Fix here-docs in multiline re-evalsFather Chrysostomos2012-08-223-8/+45
* Peek.t: Test that DeadCode doesn’t crashFather Chrysostomos2012-08-221-0/+8
* Devel::Peek: Fix so compiles under C++Karl Williamson2012-08-223-5/+10
* toke.c: -DT should report forced tokens under -DmadFather Chrysostomos2012-08-221-5/+0
* heredoc.t: Add a CRLF testFather Chrysostomos2012-08-221-1/+7