summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Disable $[ under 5.16Father Chrysostomos2011-12-151-10/+27
* Remove the obsolete code for NO_EMBED from sdbm.hNicholas Clark2011-12-091-5/+1
* Fix ext/B/t/f_map.t failureFather Chrysostomos2011-12-071-1/+1
* Fix up ext/B/t for strict.pm changesFather Chrysostomos2011-12-076-136/+136
* Prepare Socket.pm for dual-lifePaul \"LeoNerd\" Evans2011-12-019-2394/+0
* Fixups for older Perl versions:Paul \"LeoNerd\" Evans2011-12-012-1/+5
* Rewrite ext/Socket/t/Socket.t to use Test::More rather than manual printingPaul \"LeoNerd\" Evans2011-12-011-126/+97
* avoid double defining the POSIX::TCSANOW constant subTony Cook2011-11-282-3/+7
* Optimise substr assignment in void contextFather Chrysostomos2011-11-262-1/+2
* [perl #102586] version->new("version") SEGVsFather Chrysostomos2011-11-221-1/+1
* arybase.xs be more defensiveReini Urban2011-11-221-0/+4
* [RT #36079] Where sensible, replace consecutive single quotation marks with a...jkeenan2011-11-222-11/+11
* Version bumpsif-0.0602Father Chrysostomos2011-11-222-2/+2
* [RT #36079] Convert ` to '.jkeenan2011-11-227-23/+23
* [perl #80628] __SUB__Father Chrysostomos2011-11-222-4/+4
* Make const redef warnings default in newXSFather Chrysostomos2011-11-212-11/+36
* Make newXS redefinition warning respect UTF8Father Chrysostomos2011-11-211-1/+15
* Make newCONSTSUB use the right warning scope.Father Chrysostomos2011-11-211-1/+12
* Merge remote-tracking branch 'p5p/smoke-me/gsoc-pod' into bleadRicardo Signes2011-11-2028-2109/+5242
|\
| * Dynamically create and delete testdir/test.lib/smoke-me/gsoc-podMarc Green2011-10-3111-66/+132
| * Add Marc Green an an AUTHOR of Pod::HtmlMarc Green2011-10-311-1/+3
| * Rename 2 tests, update files that reference themMarc Green2011-10-3114-25/+25
| * Update version number (1.11 -> 1.12)Marc Green2011-10-311-1/+1
| * Clean up some documentationMarc Green2011-10-311-6/+5
| * Clean up test cases, rename a fewMarc Green2011-10-3121-86/+66
| * Stop prepending $volume onto $cwd --podrootMarc Green2011-10-311-1/+1
| * Unixify the whole path, not just $dir.$fileMarc Green2011-10-311-2/+1
| * Fix crossref cross platform compatability issuesMarc Green2011-10-3110-65/+106
| * Fix crossref bugMarc Green2011-10-312-22/+20
| * Tabs -> SpacesMarc Green2011-10-312-141/+88
| * Implement option to disable POD ERRORS sectionMarc Green2011-10-315-39/+215
| * Remove unneeded codeMarc Green2011-10-311-4/+1
| * Stop using wrong outfileMarc Green2011-10-311-1/+1
| * Add a test caseMarc Green2011-10-312-0/+76
| * Remove /usr/share/perl presence dependencyMarc Green2011-10-315-16/+3661
| * Update htmlview.t for new Pod::HtmlMarc Green2011-10-312-103/+183
| * Update test case for new Pod::HtmlMarc Green2011-10-311-73/+103
| * Don't uc(), keep case the sameMarc Green2011-10-311-1/+1
| * Implement --recurse and update test casesMarc Green2011-10-315-9/+29
| * Fix bug with removal of Podroot from each PodpathMarc Green2011-10-311-2/+7
| * Always anchor =item definitions.Marc Green2011-10-311-0/+1
| * Update htmlfeature2.t for new p2hMarc Green2011-10-311-28/+24
| * Update htmlfeature.t for new p2h; fix typo in HtmlMarc Green2011-10-313-30/+20
| * Update old-p2h to new-p2h script conversionMarc Green2011-10-311-13/+12
| * Fix --backlink bug; add some documentationMarc Green2011-10-311-4/+10
| * Update htmlescp.t test case for new Pod::HtmlMarc Green2011-10-311-24/+16
| * Fix typo in test caseMarc Green2011-10-311-1/+1
| * Update htmldir4.t to test new Pod::HtmlMarc Green2011-10-311-23/+20
| * Update htmldir2.t and htmldir3.t to test new p2hMarc Green2011-10-312-46/+40
| * Use catdir (not catfile) to avoid a leading '//'Marc Green2011-10-311-1/+2