summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fix ext/POSIX/t/time.t test 17's name to be a) unique, and b) factually accuratePaul "LeoNerd" Evans2012-02-111-1/+1
| * Remember to init_tm() the struct tm before strptime()ing it; a workaround for...Paul "LeoNerd" Evans2012-02-111-0/+1
| * Detect failure of mktime(), return errorPaul "LeoNerd" Evans2012-02-111-2/+4
| * Don't use 1906 to test strptime/mktime because it yields a negative time_t valuePaul "LeoNerd" Evans2012-02-111-2/+3
| * Bump version number in POSIX.pmPaul "LeoNerd" Evans2012-02-111-1/+1
| * Added some docs about new POSIX::strptime()Paul "LeoNerd" Evans2012-02-111-0/+59
| * mktime() before returning result from strptime(), to ensure wday/yday/isdst f...Paul "LeoNerd" Evans2012-02-112-7/+13
| * Accept strptime \$str, "format" to use/set pos() magic at parsing positionPaul "LeoNerd" Evans2012-02-112-3/+45
| * Initial hack at strptime(); just literal strings for nowPaul "LeoNerd" Evans2012-02-114-6/+66
|/
* Ammend comment referring to init_tm() to point to its correct locationPaul "LeoNerd" Evans2012-02-111-1/+1
* add wrap_op_checker() API functionZefram2012-02-112-0/+42
* Move lib/Pod/t/eol.t to ext/Pod-Html, as it's testing Pod::Html.Nicholas Clark2012-02-081-0/+71
* avoid making a new top-level package for one helperRicardo Signes2012-02-071-22/+11
* Fix portability issue with Pod::Html test caseMarc Green2012-02-061-2/+2
* Modernize the use of open() (copied from old code)Marc Green2012-02-061-6/+6
* Re-add cache featureMarc Green2012-02-064-14/+209
* Remove ‘Useless use of "re" pragma’ warningFather Chrysostomos2012-02-032-5/+10
* Increase $re::VERSION to 0.19Father Chrysostomos2012-02-031-1/+1
* For the sake or robustness, avoid reproducing Perl guts in test fileEric Brine2012-02-031-12/+17
* XS::Typemap: Fix tests with -DusemorebitsSteffen Mueller2012-02-031-8/+31
* Resurrect PerlIO-related typemap tests.Craig A. Berry2012-02-021-2/+2
* Revert "XS::Typemap: Disable PerlIO related typemap tests"Craig A. Berry2012-02-022-69/+57
* make Carp messages match die properlyZefram2012-02-021-1/+1
* XS::Typemap: Silence pedantic compiler warningsSteffen Mueller2012-02-021-21/+31
* XS::Typemap: Disable PerlIO related typemap testsSteffen Mueller2012-02-022-57/+69
* Increase $arybase::VERSION to 0.04Father Chrysostomos2012-02-011-1/+1
* [perl #109570] Fix off-by-1 error in arybase’s lsliceFather Chrysostomos2012-02-012-3/+4
* XS::Typemap: Somewhat consistent indentationSteffen Mueller2012-02-011-43/+42
* Move typemap documentation to its own fileSteffen Mueller2012-02-011-580/+51