summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Use the new utf8 to code point functionsKarl Williamson2012-03-192-2/+2
* In perlfunc, don't have functions in "Misc" and a second category.Nicholas Clark2012-03-171-3/+2
* De-emphasise switch-related keywords in perlfunc.Nicholas Clark2012-03-171-5/+2
* make the pod2html tests work with fs with volssmoke-me/pod-htmlRicardo Signes2012-03-121-5/+5
* Sisyphus's fix for pod2htmlRicardo Signes2012-03-121-0/+9
* sdbm.c: fix off-by-one access to global ".dir"Reini Urban2012-03-091-7/+7
* attributes.pm: Consistent spaces after dots in podFather Chrysostomos2012-03-011-7/+12
* attributes.pm: Add caveat about lvalue subsFather Chrysostomos2012-03-011-0/+9
* [perl #107366] Allow attributes to set :lvalue on defined subFather Chrysostomos2012-03-012-5/+6
* Bump Pod::Html version.Craig A. Berry2012-02-281-1/+1
* Portability tweaks to Pod::Html's cache.t.Craig A. Berry2012-02-281-3/+4
* Better cross-platform unixify for Pod::Html.Craig A. Berry2012-02-281-3/+25
* Different differences for Pod::Html tests.Craig A. Berry2012-02-281-10/+12
* Increase $attributes::VERSION to 0.18Father Chrysostomos2012-02-261-1/+1
* doco improvement for attributes.pmDavid Cantrell2012-02-261-0/+16
* arybase.xs: Wrap PL_check safelyFather Chrysostomos2012-02-251-2/+2
* Increase $arybase::VERSION to 0.05Father Chrysostomos2012-02-251-1/+1
* work harder to get useful diagnostics on Win32Ricardo Signes2012-02-222-17/+23
* add ext/Pod-Functions/.gitignoreDavid Golden2012-02-221-0/+1
* unixify paths a bit more systematicaly in Pod-HtmlRicardo Signes2012-02-221-21/+15
* don't assume that filesys starts at / in Pod-HtmlRicardo Signes2012-02-212-4/+5
* unixify the --outfile arg to pod2htmlRicardo Signes2012-02-211-0/+6
* Fix bug in pod2html crossreferencingMarc Green2012-02-204-20/+227
* Remove gete?[ug]id cachingÆvar Arnfjörð Bjarmason2012-02-181-14/+0
* Add metadata to perlfunc.pod for which version or feature added a function.Nicholas Clark2012-02-181-0/+2
* Test that Pod::Function's descriptions are stylistically consistent.Nicholas Clark2012-02-181-1/+9
* Test that functions in the groups in perlfunc.pod are in sorted order.Nicholas Clark2012-02-181-0/+11
* Test that every function in perlfunc.pod has a summary for Pod::Functions.Nicholas Clark2012-02-181-4/+17
* Add t/porting/perlfunc.t so that porting tests catch problems with perlfuncNicholas Clark2012-02-181-1/+15
* In the generated Pod::Functions, store all function data with tab separation.Nicholas Clark2012-02-181-6/+5
* Generate Pod::Functions from perlfunc.podNicholas Clark2012-02-182-255/+110
* Add a dependency for ext/Pod-Functions/Functions_pm.PL on pod/perlfunc.podNicholas Clark2012-02-181-1/+19
* Change ext/Pod-Functions to generate Functions.pm from a Perl script.Nicholas Clark2012-02-182-0/+39
* Move Pod::Functions from lib/ to ext/Nicholas Clark2012-02-182-0/+511
* Revert "Increase the fallback value of MAXPATHLEN"Dominic Hargreaves2012-02-181-1/+1
* POSIX: bump version to 1.30Ævar Arnfjörð Bjarmason2012-02-151-1/+1
* Revert "Merge branch 'avar/POSIX-strptime' into blead"Ævar Arnfjörð Bjarmason2012-02-156-304/+9
* Revert "Merge branch 'avar/POSIX-strptime' into blead"Ævar Arnfjörð Bjarmason2012-02-151-1/+1
* Revert "Use the strptime() probe in POSIX.xs & tests"Ævar Arnfjörð Bjarmason2012-02-152-68/+58
* Pod::Html's feature2.t needs to match path separators portably.Nicholas Clark2012-02-151-1/+1
* mixing declarations and assignments not allowed in C89H.Merijn Brand2012-02-141-3/+4
* Make pp_study a no-op, as discussed on p5pAbhijit Menon-Sen2012-02-131-69/+22
* add --quiet to silence noisy testsRobin Barker2012-02-128-3/+25
* Fix skip count for B using tests in PerlIO::ScalarDavid Leadbeater2012-02-121-1/+1
* Use the strptime() probe in POSIX.xs & testsÆvar Arnfjörð Bjarmason2012-02-122-58/+68
* Cast around signedness warnings in POSIX's new strptime.Craig A. Berry2012-02-121-3/+3
* Merge branch 'avar/POSIX-strptime' into bleadÆvar Arnfjörð Bjarmason2012-02-116-9/+303
|\
| * More obvious variable names and neater code in strptime()Paul "LeoNerd" Evans2012-02-111-13/+19
| * str_offset ought to be a STRLEN, not an intPaul "LeoNerd" Evans2012-02-111-1/+1
| * If strptime() is called with UTf-8 string but legacy format, then downgrade t...Paul "LeoNerd" Evans2012-02-112-9/+38