summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minimal patch to allow the trie logic to handle EXACTFU nodessmoke-me/trie-exactfuYves Orton2012-02-144-12/+23
* 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
| * 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
* perldelta: Note is_utf8_char_buf() and is_utf8_char()Karl Williamson2012-02-111-0/+19
* Change =head1 to =head2 in perldeltaKarl Williamson2012-02-111-1/+1
* Deprecate is_utf8_char()Karl Williamson2012-02-113-4/+9
* Add is_utf8_char_buf()Karl Williamson2012-02-114-8/+54
* ExtUtils::Install: Fix POD errorDominic Hargreaves2012-02-112-5/+7
* Term-Cap/Cap.pm: Fix POD errorsDominic Hargreaves2012-02-111-2/+2
* intrpvar.h: Rmv no longer used PL_ variableKarl Williamson2012-02-112-3/+0
* regcomp.c: /[[:lower:]]/i should match the same as /\p{Lower}/iKarl Williamson2012-02-117-6/+45
* General-purpose symbol shortening for VMS.Craig A. Berry2012-02-111-19/+108
* regcomp.c: Remove outdated #undefKarl Williamson2012-02-111-1/+0