summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add t/porting/pending-author.t, fixing a limitation of t/porting/authors.tsmoke-me/check-authorsNicholas Clark2012-02-153-1/+67
* t/porting/authors.t only needs to pass the Author to checkAUTHORS.plNicholas Clark2012-02-151-1/+1
* Clarify the newSVpvn documentation.Shlomi Fish2012-02-151-6/+8
* Pod::Html's feature2.t needs to match path separators portably.Nicholas Clark2012-02-151-1/+1
* Skip stat.t readability test on VMS.Craig A. Berry2012-02-141-0/+1
* Fix Pod::Simple search test for VMS.Craig A. Berry2012-02-141-2/+2
* Fix CGI's url.t test for VMS.Craig A. Berry2012-02-141-11/+14
* perl #110648, single Unicode prop in inverted class not getting invertedKarl Williamson2012-02-143-0/+16
* Small updates for perlobj.podDave Rolsky2012-02-141-32/+44
* Clarify that @ISA contains scalars which are strings.Dave Rolsky2012-02-141-1/+2
* Don't reference a specific year for the definition of modern.Dave Rolsky2012-02-141-2/+2
* Fix a typo (s/lead/led) and some bleah phrasing.Dave Rolsky2012-02-141-3/+3
* Update CPANPLUS to CPAN version 0.9118Chris 'BinGOs' Williams2012-02-148-7/+61
* Update CPANPLUS-Dist-Build to CPAN version 0.62Chris 'BinGOs' Williams2012-02-144-5/+30
* 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-132-69/+27
* is_utf8_char_slow(): Make constistent, correct docs.Karl Williamson2012-02-131-3/+3
* charnames.t: viacode doesn't return Unicode_1 name alwaysKarl Williamson2012-02-131-1/+7
* avoid unused-var warning from MY_CXT_INITZefram2012-02-131-2/+4
* mktables: viacode() return unparenthesized names for 4 controlsKarl Williamson2012-02-133-25/+77
* mktables: Don't add exact duplicate to tablesKarl Williamson2012-02-131-1/+4
* fix a comment typo: s/MYCXT/MY_CXT/David Mitchell2012-02-131-1/+1
* in INSTALL, make clear -DDEBUGGING is much slowerDavid Mitchell2012-02-131-2/+2
* Typo in commit 4fe70ef9a66bbf96 spotted by Ilmari.Nicholas Clark2012-02-131-1/+1
* In perlfunc, standardise the descriptions for keywords enabled by features.Nicholas Clark2012-02-131-10/+22
* unset PERLDB_OPTS environment variable or rt-61222 might hang.Todd Rinaldo2012-02-121-0/+1
* 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
* Replace `char * ptr` with `char *ptr`Alan Haggai Alavi2012-02-121-1/+1
* VMS does have strptime.Craig A. Berry2012-02-121-1/+1
* Use the strptime() probe in POSIX.xs & testsÆvar Arnfjörð Bjarmason2012-02-122-58/+68
* Add strptime probeH.Merijn Brand2012-02-1220-3/+41
* Cast around signedness warnings in POSIX's new strptime.Craig A. Berry2012-02-121-3/+3
* fix -DPERL_GLOBAL_STRUCT compilation error introduced in e8570548Tony Cook2012-02-121-0/+2
* Merge branch 'avar/POSIX-strptime' into bleadÆvar Arnfjörð Bjarmason2012-02-117-9/+311
|\
| * 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