summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Correct POD formatting errorJames E Keenan2020-12-101-1/+1
* | Implement SAVEt_STRLEN_SMALLPaul "LeoNerd" Evans2020-12-093-35/+51
* | Fix freebsd/netbsd buildsKarl Williamson2020-12-081-2/+3
* | Fix cygwin buildKarl Williamson2020-12-081-8/+8
* | bump perl5db.pl's $VERSIONTony Cook2020-12-091-1/+1
* | jkahrman is now a perl authorTony Cook2020-12-091-0/+1
* | test - and . at beginning of debugger alias nameTony Cook2020-12-091-1/+7
* | Allow debugger aliases that start with '-' and '.'jkahrman2020-12-091-1/+1
* | locale.c: Remove some unnecessary mutex locksKarl Williamson2020-12-081-5/+0
* | locale.c: Unlock mutex before croakingKarl Williamson2020-12-081-0/+2
* | Name individual locale locksKarl Williamson2020-12-083-34/+75
* | Refactor locale mutex setupKarl Williamson2020-12-083-85/+108
* | Change name of mutex macro.Karl Williamson2020-12-083-16/+16
* | locale.c: Add debugging info to panic messageKarl Williamson2020-12-081-2/+2
* | duplocale() is part of Posix 2008 localesKarl Williamson2020-12-081-4/+2
* | Fix up many-reader mutex typedefKarl Williamson2020-12-081-2/+2
* | Add author name in alphabetically correct placeJae Bradley2020-12-081-1/+1
* | Update the Xcode version in the testsuite.yml workflowJae Bradley2020-12-081-2/+2
* | Use macOS-10.15 explicitlyJae Bradley2020-12-081-1/+1
* | Add Jae Bradley as an AuthorJae Bradley2020-12-081-0/+1
* | Explicitly use Catalina when running the test with Xcode 11Jae Bradley2020-12-081-3/+3
* | Remove empty "#ifdef"sTom Hukins2020-12-088-27/+0
* | Here be camelsChris 'BinGOs' Williams2020-12-081-1/+1
* | perly.y: avoid <0 test on unsigned valueDavid Mitchell2020-12-081-3/+3
* | perldelta.pod: Document new "0o" octal syntax.TAKAI Kousuke2020-12-071-0/+9
* | perlfunc.pod: add a description for octal strings for oct()TAKAI Kousuke2020-12-071-1/+4
* | perldata.pod: mention new octal integer format (0o12_345).TAKAI Kousuke2020-12-071-0/+1
* | pp.c: oct() now skips "0o" and "o" prefix.TAKAI Kousuke2020-12-072-3/+10
* | toke.c: Eliminate temporary variables base, Base and max.TAKAI Kousuke2020-12-071-9/+6
* | toke.c: Preserve "0o" prefix on warnings and strings passed to overload hook.TAKAI Kousuke2020-12-071-1/+8
* | toke.c: Recognize "0odddd" octal literals.TAKAI Kousuke2020-12-072-5/+20
* | Use GNU Bison's named referencesBranislav ZahradnĂ­k2020-12-075-1584/+1582
* | Raise minimal supported GNU Bison version to 2.5Branislav ZahradnĂ­k2020-12-071-2/+2
* | Add start-up/tear-down for many-reader mutexesKarl Williamson2020-12-061-0/+13
* | Change many-reader mutex API for consistencyKarl Williamson2020-12-061-13/+14
* | HiRes.xs: Remove unused macro defnsKarl Williamson2020-12-062-8/+1
* | perllocale: Remove stray markupKarl Williamson2020-12-061-1/+1
* | Not all Win32 compilers have a small macro bufferKarl Williamson2020-12-061-1/+1
* | Revert "Don't test for 16-bit inputs in inRANGE()"Karl Williamson2020-12-061-0/+1
* | perl.h: Move some code aroundKarl Williamson2020-12-061-47/+52
* | regen/regcharclass.pl: Use smaller inRANGE versionKarl Williamson2020-12-062-320/+328
* | inRANGE, withinCOUNT: Split so can avoid assertsKarl Williamson2020-12-061-8/+22
* | handy.h: Fix typo in commentKarl Williamson2020-12-061-1/+1
* | Remove my_l?stat from public APIKarl Williamson2020-12-062-8/+4
* | perlapi: Consolidate SvSET-ish entriesKarl Williamson2020-12-061-10/+13
* | Evaluate arg once in all forms of SvTRUEKarl Williamson2020-12-067-38/+106
* | Always define dMY_CXT_SV, and to dNOOPKarl Williamson2020-12-061-2/+5
* | Use a more suitable test methodTom Hukins2020-12-051-14/+16
* | Avoid unnecessarily skipping a test to set $0Tom Hukins2020-12-051-6/+10
* | Test setting $0 on Dragonfly BSDTom Hukins2020-12-051-4/+4