summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Further eliminate POSIX-emulation under LinuxThreadsavar/remove-linuxthreads-pid-cachingÆvar Arnfjörð Bjarmason2012-02-1213-53/+49
* 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
* mktables: Update comments, variable namesKarl Williamson2012-02-111-36/+38
* regcomp.c: Remove duplicate inversion listKarl Williamson2012-02-114-34/+4
* handle conditional definition of PL_check_mutexZefram2012-02-111-0/+1
* add wrap_op_checker() API functionZefram2012-02-1114-2/+180
* restore ExtUtils-ParseXS portability to Perl 5.6Zefram2012-02-1111-38/+84
* update ExtUtils-ParseXS to CPAN version 3.15Zefram2012-02-1111-7/+15
* UCD.t: white-space onlyKarl Williamson2012-02-101-13/+13
* mktables: Fix up some comments in the generated filesKarl Williamson2012-02-101-9/+28
* Unicode::UCD::prop_invmap: Store Nv property as adjusted typeKarl Williamson2012-02-103-25/+41
* Unicode::UCD::prop_invmap(): New improved APIKarl Williamson2012-02-104-208/+306
* Unicode::UCD: move common directory to subroutineKarl Williamson2012-02-101-15/+11
* Unicode::UCD: pod and comment nitsKarl Williamson2012-02-101-33/+30
* Avoid null pointer dereference in tovmsspec.Craig A. Berry2012-02-091-2/+1
* perrebackslash, perlrecharclass: Note locale effectsKarl Williamson2012-02-092-7/+18
* Allow [[:blank:]] to work under localeKarl Williamson2012-02-093-5/+15
* Use system isascii() when available under localeKarl Williamson2012-02-093-2/+15