summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* regen/mk_invlists.pl: Remove stray debugging stmtsKarl Williamson2019-03-124-5/+3
* regen/mk_invlists.pl: Comment/white-space onlyKarl Williamson2019-03-124-6/+9
* regen/mk_invlists.pl, lib/utf8_heavy.pl: Rename variableKarl Williamson2019-03-125-10/+24
* charclass_invlists.h: Add commentKarl Williamson2019-03-124-6/+6
* t/re/reg_mesg.t: Add testKarl Williamson2019-03-121-0/+1
* fix blead on non-threaded buildsDavid Mitchell2019-03-121-1/+1
* Fix leak on syntax error in main progDavid Mitchell2019-03-111-1/+4
* fix leak when compiling typed hash derefDavid Mitchell2019-03-112-8/+25
* Don't use utf8_heavy.pl unless neededKarl Williamson2019-03-102-4/+2
* upgrade ExtUtils::Manifest from version 1.71 to 1.72Karen Etheridge2019-03-104-13/+16
* perldelta for fd879d933c2a2ee22ac6e2462acc016aa033854dKarl Williamson2019-03-081-1/+9
* PATCH: [perl #131642] pack returning malformed UTF-8Karl Williamson2019-03-083-10/+22
* PATCH: [perl #133876] Write out of boundsKarl Williamson2019-03-082-4/+8
* perldelta for d22170b0f355 through bf3e41ff5d42Tony Cook2019-03-081-0/+14
* (perl #124203) fix a similar problem with DB::lsubTony Cook2019-03-084-24/+54
* bump $DB::VERSION for perl5db.pl to 1.55Tony Cook2019-03-081-1/+1
* bump $threads::shared::VERSION to 1.60Tony Cook2019-03-081-2/+2
* (perl #124203) avoid a deadlock in DB::subTony Cook2019-03-084-106/+131
* add extra lock tracing to threads::sharedTony Cook2019-03-081-0/+39
* PATCH: [perl #133882] Assertion failureKarl Williamson2019-03-072-1/+6
* t/re/subst.t: Fix typo in commentKarl Williamson2019-03-071-1/+1
* regexec.c: Rule out match soonerKarl Williamson2019-03-071-0/+4
* regexec.c: Improve comments for a functionKarl Williamson2019-03-071-4/+4
* PATCH: [perl #133899] panic in s///Karl Williamson2019-03-072-2/+8
* Add hook for Unicode private use overrideKarl Williamson2019-03-0713-9/+1391
* fix CvFILE() leak in Perl_newATTRSUB_x()David Mitchell2019-03-071-1/+2
* Improve description of CVf_DYNFILE flagDavid Mitchell2019-03-071-1/+1
* add comments above Perl_newSTUB()David Mitchell2019-03-071-0/+4
* fix leak in regex re-entrant capture bufferDavid Mitchell2019-03-072-23/+38
* fix leak in /[(?{]/David Mitchell2019-03-072-2/+11
* docs for op slab functionsDavid Mitchell2019-03-071-0/+27
* Check for \n in EBCDIC code pagesKarl Williamson2019-03-068-438/+446
* docs (incl. perldelta) for aa8a2baafacKarl Williamson2019-03-062-0/+18
* Use POSIX locale functions if setlocale not availableKarl Williamson2019-03-063-46/+76
* perldelta for Unicode 12.0Karl Williamson2019-03-041-0/+7
* Use Unicode 12.0Unicode Consortium2019-03-0460-12919/+21712
* Merge branch 'crippled_locales' into bleadKarl Williamson2019-03-0420-46/+350
|\
| * Properly handle systems with crippled localesKarl Williamson2019-03-044-27/+27
| * t/loc_tools.pl: Only try C.UTF-8 if Configure says availKarl Williamson2019-03-041-1/+5
| * locale.c: Tighten turkish locale tests on C99 platformsKarl Williamson2019-03-041-0/+12
| * Improve setlocale() detection in Configure-ish filesKarl Williamson2019-03-0416-18/+215
| * Add towupper() and towlower() to Configure-ish filesKarl Williamson2019-03-0416-6/+68
| * Add wctype.h to Configure-ish filesKarl Williamson2019-03-0416-2/+31
|/
* perl.h: Improve a comment's wordingKarl Williamson2019-03-041-1/+1
* regcomp.c: Silence compiler warning msg.Karl Williamson2019-03-041-1/+1
* locale.c: Fix grammar in commentKarl Williamson2019-03-041-1/+1
* lib/locale.t: Improve wording of test nameKarl Williamson2019-03-041-1/+1
* perlop: Improve documentation for (mostly) tr///Karl Williamson2019-03-041-55/+104
* ebcdic_tables.h: Remove alien '#'Karl Williamson2019-03-042-50/+50
* regen/ebcdic.pl: Move code to functionKarl Williamson2019-03-041-8/+18