summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Re-TODO one more Deparse testRafael Garcia-Suarez2010-03-111-1/+2
* Note that can be warned on implicit utf8 upgradeKarl Williamson2010-03-111-1/+2
* revert const deparsing in Deparse.pmDavid Mitchell2010-03-102-28/+8
* [perl #72740]: Blead breaks LEMBARK/LinkedList-Single-0.99.1.tar.gzZefram2010-03-102-11/+46
* In comments, correct two instances of SVf_PADSTALE to SVs_PADSTALE.Nicholas Clark2010-03-081-2/+2
* add makerel option to skip tarball creationDavid Golden2010-03-081-2/+5
* Fix comments about @INC orderingRafael Garcia-Suarez2010-03-081-2/+2
* list undocumented API and internal functions in perlapi.pod and perlintern.podTony Cook2010-03-081-3/+15
* Support cygwin-1.7 mountReini Urban2010-03-081-3/+3
* Add perlintern.pod documentation docatch + prescan_versionReini Urban2010-03-082-0/+19
* Document that there are bugs with EBCDIC and regexesKarl Williamson2010-03-081-0/+2
* Bump Safe to version 2.25Rafael Garcia-Suarez2010-03-073-2/+5
* Further improvements to the security fix in 16ac9e9a4185d3315152ade5286d4dd3d...Nick Cleaton2010-03-071-7/+8
* Revert "Upgrade to IPC::SysV 2.02" - We're frozen. This will be great when we...Jesse Vincent2010-03-0715-56/+50
* Revert "Upgrade to Devel::PPPort 3.19_02" - we're frozen. This will be great ...Jesse Vincent2010-03-0791-824/+398
* Merge remote branch 'origin/blead' into bleadMarcus Holland-Moritz2010-03-073-15/+17
|\
| * Only define PERL_PATCHNUM when either git or the .patch file is availableGisle Aas2010-03-073-15/+17
* | Upgrade to IPC::SysV 2.02Marcus Holland-Moritz2010-03-0715-50/+56
|/
* Upgrade to Devel::PPPort 3.19_02Marcus Holland-Moritz2010-03-0791-398/+824
* Moduule::Build test tweaks for VMS.Craig A. Berry2010-03-062-0/+17
* ExtUtils-CBuilder test tweak for VMS.Craig A. Berry2010-03-061-0/+3
* Merge branch 'dual/Safe' into bleadRafael Garcia-Suarez2010-03-069-111/+320
|\
| * Bump version to 2.24 and update ChangesRafael Garcia-Suarez2010-03-063-2/+9
| * Clean the stashes from the Safe compartment after evaluation of code.Rafael Garcia-Suarez2010-03-061-2/+28
| * Un-TODO warning testRafael Garcia-Suarez2010-02-281-1/+0
| * Remove unused variable, spotted by Alex HunsakerRafael Garcia-Suarez2010-02-261-1/+0
| * Add methods wrap_code_ref and wrap_code_refs_withinTim Bunce2010-02-265-105/+204
| * Also share SWASHGET in perls < 5.10, before it was translated from perl to CRafael Garcia-Suarez2010-02-241-1/+3
| * Add more version::vxs routines to the default shareRafael Garcia-Suarez2010-02-231-0/+2
| * Add new test in Safe's MANIFESTRafael Garcia-Suarez2010-02-221-0/+1
| * Bump version to 2.23Rafael Garcia-Suarez2010-02-223-2/+8
| * Add some symbols from version::vxs to the default shareRafael Garcia-Suarez2010-02-221-0/+3
| * [perl #72942] Can't perform unicode operations in Safe compartmentTim Bunce2010-02-223-0/+65
| * Install Safe in "site" instead of "perl" for perls > 5.10Rafael Garcia-Suarez2010-02-221-1/+1
* | Fix an example for LC_COLLATE in POSIX.pod that actually sets LC_ALLVincent Pit2010-03-031-1/+1
* | Revert "Forbid labels with keyword names"Jan Dubois2010-03-024-10/+12
* | Setup @INC at compile time because commit ec34a119 needs to load utf8.pmJan Dubois2010-03-021-1/+3
* | [perl #73174] swash_init() wasn't saving %^HDavid Mitchell2010-03-023-5/+36
* | fetching from e.g. github requires a repo nameDavid Mitchell2010-03-021-1/+1
* | Skip Pod::Parser's find.t on VMS for now.Craig A. Berry2010-03-011-0/+7
* | Don't scrub DCL$PATH unless it's there.Craig A. Berry2010-03-011-1/+1
* | Cannot portably split on $Config{path_sep} -- use quotemeta($Config{path_sep}).Craig A. Berry2010-03-011-1/+1
* | Note this doesn't work: $re = "\\N{...}"; /$re/Karl Williamson2010-02-281-2/+3
* | Document some re bugs in perlre.podKarl Williamson2010-02-281-0/+4
* | Document 5.8 regression #72998 in deltaKarl Williamson2010-02-281-0/+5
* | Document parsing changes for [perl #56444] patchKarl Williamson2010-02-281-0/+5
* | Revise wording about /x caveatsKarl Williamson2010-02-281-5/+7
* | Mention \N{U+...} documentation in deltaKarl Williamson2010-02-281-0/+4
* | Add statement about UTF-8 and \N{} to deltaKarl Williamson2010-02-281-0/+8
* | Document Unicode case-insensitive [] range bugKarl Williamson2010-02-281-0/+5