summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* regnodes.h, perldebguts: Shorten some descriptionsKarl Williamson2019-03-143-40/+37
* Any Common digit set can match in any scriptKarl Williamson2019-03-144-40/+56
* PATCH: [perl #133921] Segfaults in regcomp.cKarl Williamson2019-03-132-8/+12
* t/re/pat.t: Rmv stray semi-colonKarl Williamson2019-03-131-1/+0
* PATCH: [perl #133871] heap-buffer-overflow in S_reginsertKarl Williamson2019-03-132-2/+10
* regcomp.c: Create macro, add commentsKarl Williamson2019-03-131-13/+22
* regcomp.c: Rmv unused variableKarl Williamson2019-03-131-1/+0
* t/re/pat.t: Outdent 2 linesKarl Williamson2019-03-131-2/+3
* Allow qr'\N{...}'Karl Williamson2019-03-139-57/+197
* regcomp.c: White-space, comments onlyKarl Williamson2019-03-131-8/+7
* toke.c: Allow \N{} handling fcn to be used elsewhere in coreKarl Williamson2019-03-134-24/+35
* toke.c: Add wrapper functionKarl Williamson2019-03-134-26/+41
* toke.c: Change API of static functionKarl Williamson2019-03-133-15/+26
* there is no sv_catpvfn()Tony Cook2019-03-143-9/+9
* regcomp.h: Rmv obsolete references to 'swash'Karl Williamson2019-03-131-13/+14
* regexec.c: We know the end ptr; don't need to recalcKarl Williamson2019-03-131-1/+1
* regexec.c: Add assertionKarl Williamson2019-03-131-1/+1
* regcomp.c: Add assertionKarl Williamson2019-03-131-0/+1
* regcomp.c: Rmv unnecessary branchKarl Williamson2019-03-131-3/+1
* perlvar: Fix broken linkKarl Williamson2019-03-131-1/+2
* perlrecharclass: Minor wording improvementsKarl Williamson2019-03-131-3/+4
* perlre: Minor wording improvementsKarl Williamson2019-03-131-3/+4
* perlre: Italicize a bunch of stuffKarl Williamson2019-03-131-93/+96
* dquote.c: Use UTF8_SAFE_SKIPKarl Williamson2019-03-131-3/+3
* Add UTF8_SAFE_SKIP API macroKarl Williamson2019-03-131-0/+11
* perldiag: A deprecation is now fatalKarl Williamson2019-03-131-4/+4
* t/re/pat_advanced.t: Change some ok's to like'sKarl Williamson2019-03-131-12/+13
* Encode: synch with CPAN version 3.01Dan Kogai2019-03-124-16/+21
* toke.c: Clarify commentKarl Williamson2019-03-121-1/+1
* t/re/pat_advanced.t: Add some commentsKarl Williamson2019-03-121-1/+4
* Add tests for wildcards in Unicode property valuesKarl Williamson2019-03-125-5/+51
* Add Unicode property wildcardsKarl Williamson2019-03-126-3/+345
* regen/mk_invlists.pl: Add tables for Unicode wildcardsKarl Williamson2019-03-124-7014/+10768
* Add warnings category experimental::uniprop_wildcardsKarl Williamson2019-03-128-8/+17
* is_invlist(): Allow NULL inputKarl Williamson2019-03-123-6/+2
* perlunicode: Update, clarifyKarl Williamson2019-03-121-16/+24
* perlapi: Clarify entry for hv_store()Karl Williamson2019-03-121-1/+3
* 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