summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
| * If strptime() is called with legacy string but UTF-8 format, then upgrade the...Paul "LeoNerd" Evans2012-02-112-2/+47
| * Small refactor of string offset code in POSIX::strptime() to hopefully better...Paul "LeoNerd" Evans2012-02-111-8/+8
| * When strptime() receives a reference, ensure it's a mutable scalarPaul "LeoNerd" Evans2012-02-112-2/+26
| * Yield -1 as undef from POSIX::strptime(); ensure that mktime() isn't biased b...Paul "LeoNerd" Evans2012-02-112-10/+23
| * Actually implement @EXPORT_OK of strptime correctly; delete'ing an undef elem...Paul "LeoNerd" Evans2012-02-112-3/+6
| * Solaris needs _STRPTIME_DONTZERO in order not to zero out all the untouched f...Paul "LeoNerd" Evans2012-02-111-0/+3