| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add metadata to perlfunc.pod for which version or feature added a function. | Nicholas Clark | 2012-02-18 | 1 | -0/+2 |
* | Test that Pod::Function's descriptions are stylistically consistent. | Nicholas Clark | 2012-02-18 | 1 | -1/+9 |
* | Test that functions in the groups in perlfunc.pod are in sorted order. | Nicholas Clark | 2012-02-18 | 1 | -0/+11 |
* | Test that every function in perlfunc.pod has a summary for Pod::Functions. | Nicholas Clark | 2012-02-18 | 1 | -4/+17 |
* | Add t/porting/perlfunc.t so that porting tests catch problems with perlfunc | Nicholas Clark | 2012-02-18 | 1 | -1/+15 |
* | In the generated Pod::Functions, store all function data with tab separation. | Nicholas Clark | 2012-02-18 | 1 | -6/+5 |
* | Generate Pod::Functions from perlfunc.pod | Nicholas Clark | 2012-02-18 | 2 | -255/+110 |
* | Add a dependency for ext/Pod-Functions/Functions_pm.PL on pod/perlfunc.pod | Nicholas Clark | 2012-02-18 | 1 | -1/+19 |
* | Change ext/Pod-Functions to generate Functions.pm from a Perl script. | Nicholas Clark | 2012-02-18 | 2 | -0/+39 |
* | Move Pod::Functions from lib/ to ext/ | Nicholas Clark | 2012-02-18 | 2 | -0/+511 |
* | Revert "Increase the fallback value of MAXPATHLEN" | Dominic Hargreaves | 2012-02-18 | 1 | -1/+1 |
* | POSIX: bump version to 1.30 | Ævar Arnfjörð Bjarmason | 2012-02-15 | 1 | -1/+1 |
* | Revert "Merge branch 'avar/POSIX-strptime' into blead" | Ævar Arnfjörð Bjarmason | 2012-02-15 | 6 | -304/+9 |
* | Revert "Merge branch 'avar/POSIX-strptime' into blead" | Ævar Arnfjörð Bjarmason | 2012-02-15 | 1 | -1/+1 |
* | Revert "Use the strptime() probe in POSIX.xs & tests" | Ævar Arnfjörð Bjarmason | 2012-02-15 | 2 | -68/+58 |
* | Pod::Html's feature2.t needs to match path separators portably. | Nicholas Clark | 2012-02-15 | 1 | -1/+1 |
* | mixing declarations and assignments not allowed in C89 | H.Merijn Brand | 2012-02-14 | 1 | -3/+4 |
* | Make pp_study a no-op, as discussed on p5p | Abhijit Menon-Sen | 2012-02-13 | 1 | -69/+22 |
* | add --quiet to silence noisy tests | Robin Barker | 2012-02-12 | 8 | -3/+25 |
* | Fix skip count for B using tests in PerlIO::Scalar | David Leadbeater | 2012-02-12 | 1 | -1/+1 |
* | Use the strptime() probe in POSIX.xs & tests | Ævar Arnfjörð Bjarmason | 2012-02-12 | 2 | -58/+68 |
* | Cast around signedness warnings in POSIX's new strptime. | Craig A. Berry | 2012-02-12 | 1 | -3/+3 |
* | Merge branch 'avar/POSIX-strptime' into blead | Ævar Arnfjörð Bjarmason | 2012-02-11 | 6 | -9/+303 |
|\ |
|
| * | More obvious variable names and neater code in strptime() | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -13/+19 |
| * | str_offset ought to be a STRLEN, not an int | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -1/+1 |
| * | If strptime() is called with UTf-8 string but legacy format, then downgrade t... | Paul "LeoNerd" Evans | 2012-02-11 | 2 | -9/+38 |
| * | If strptime() is called with legacy string but UTF-8 format, then upgrade the... | Paul "LeoNerd" Evans | 2012-02-11 | 2 | -2/+47 |
| * | Small refactor of string offset code in POSIX::strptime() to hopefully better... | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -8/+8 |
| * | When strptime() receives a reference, ensure it's a mutable scalar | Paul "LeoNerd" Evans | 2012-02-11 | 2 | -2/+26 |
| * | Yield -1 as undef from POSIX::strptime(); ensure that mktime() isn't biased b... | Paul "LeoNerd" Evans | 2012-02-11 | 2 | -10/+23 |
| * | Actually implement @EXPORT_OK of strptime correctly; delete'ing an undef elem... | Paul "LeoNerd" Evans | 2012-02-11 | 2 | -3/+6 |
| * | Solaris needs _STRPTIME_DONTZERO in order not to zero out all the untouched f... | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -0/+3 |
| * | Fix ext/POSIX/t/time.t test 17's name to be a) unique, and b) factually accurate | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -1/+1 |
| * | Remember to init_tm() the struct tm before strptime()ing it; a workaround for... | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -0/+1 |
| * | Detect failure of mktime(), return error | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -2/+4 |
| * | Don't use 1906 to test strptime/mktime because it yields a negative time_t value | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -2/+3 |
| * | Bump version number in POSIX.pm | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -1/+1 |
| * | Added some docs about new POSIX::strptime() | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -0/+59 |
| * | mktime() before returning result from strptime(), to ensure wday/yday/isdst f... | Paul "LeoNerd" Evans | 2012-02-11 | 2 | -7/+13 |
| * | Accept strptime \$str, "format" to use/set pos() magic at parsing position | Paul "LeoNerd" Evans | 2012-02-11 | 2 | -3/+45 |
| * | Initial hack at strptime(); just literal strings for now | Paul "LeoNerd" Evans | 2012-02-11 | 4 | -6/+66 |
|/ |
|
* | Ammend comment referring to init_tm() to point to its correct location | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -1/+1 |
* | add wrap_op_checker() API function | Zefram | 2012-02-11 | 2 | -0/+42 |
* | Move lib/Pod/t/eol.t to ext/Pod-Html, as it's testing Pod::Html. | Nicholas Clark | 2012-02-08 | 1 | -0/+71 |
* | avoid making a new top-level package for one helper | Ricardo Signes | 2012-02-07 | 1 | -22/+11 |
* | Fix portability issue with Pod::Html test case | Marc Green | 2012-02-06 | 1 | -2/+2 |
* | Modernize the use of open() (copied from old code) | Marc Green | 2012-02-06 | 1 | -6/+6 |
* | Re-add cache feature | Marc Green | 2012-02-06 | 4 | -14/+209 |
* | Remove ‘Useless use of "re" pragma’ warning | Father Chrysostomos | 2012-02-03 | 2 | -5/+10 |
* | Increase $re::VERSION to 0.19 | Father Chrysostomos | 2012-02-03 | 1 | -1/+1 |