summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make makerel ignore other .git* files as wellv5.31.6Chris 'BinGOs' Williams2019-11-201-1/+1
* Finalise perldelta and update perlhistChris 'BinGOs' Williams2019-11-202-280/+63
* Update Module::CoreList for 5.31.6Chris 'BinGOs' Williams2019-11-202-0/+141
* regcomp.sym: Add missing commasKarl Williamson2019-11-191-2/+2
* Output information on the current pull requestMax Maischein2019-11-191-1/+4
* Output information on the current pull requestMax Maischein2019-11-191-0/+25
* Fix the author email address on Github Actions pull requestsMax Maischein2019-11-191-0/+5
* fix POSIX.xs under VMSDavid Mitchell2019-11-191-6/+11
* Update Test-Simple to CPAN version 1.302169Chad Granum2019-11-1869-89/+141
* document that /c does nothing for s///Tony Cook2019-11-181-0/+3
* Fix qr/[...]/ for 32 bit platforms with 64bit UV'sKarl Williamson2019-11-181-1/+1
* Fix CCHOME setting for MinGWMax Maischein2019-11-181-1/+1
* Clean up -Dy debuggingKarl Williamson2019-11-182-13/+21
* Fix tr/// for 32 bit platforms with 64bit intsKarl Williamson2019-11-181-12/+15
* op.c: Rmv redundant line in tr/// tableKarl Williamson2019-11-181-1/+0
* Updates to perldeltaKarl Williamson2019-11-181-0/+21
* perlguts: sprintf %p now worksKarl Williamson2019-11-191-2/+2
* Set CCHOME to make op/taint.t passMax Maischein2019-11-181-0/+1
* Add smoke support for OSXMax Maischein2019-11-181-0/+32
* Github Actions only get 2 CPUsMax Maischein2019-11-181-2/+2
* MSVC100FREE -> MSVC100Max Maischein2019-11-181-2/+2
* Skip the TTY tests since we don't have a TTYMax Maischein2019-11-183-0/+9
* Use Cygwin native git to fix file permissionsMax Maischein2019-11-181-0/+5
* Memoize: rewrite expmod_t.tDavid Mitchell2019-11-181-107/+79
* perlguts: Remove stray POD charactersDagfinn Ilmari Mannsåker2019-11-181-3/+3
* perldelta for v5.31.5-346-g116e19abbfDavid Mitchell2019-11-181-0/+8
* [MERGE] fixup perl's OS signal handlingDavid Mitchell2019-11-1815-111/+306
|\
| * Perl_csighandler(): remove forward declarationDavid Mitchell2019-11-181-7/+0
| * Perl_perly_sighandler: re-indent some codeDavid Mitchell2019-11-181-38/+42
| * Perl_perly_sighandler: combine two conditionsDavid Mitchell2019-11-181-3/+1
| * remove some redundant sig handler type castsDavid Mitchell2019-11-181-2/+2
| * declare perl core's sig handler as 1-argDavid Mitchell2019-11-182-2/+7
| * POSIX::sigaction(): use correct sig handlerDavid Mitchell2019-11-182-15/+40
| * add explicit 1-arg and 3-arg sig handler functionsDavid Mitchell2019-11-1811-8/+104
| * fix unsafe signals under exceptionsDavid Mitchell2019-11-181-1/+1
| * add a new function, Perl_perly_sighandler()David Mitchell2019-11-184-9/+59
| * add PERL_USE_3ARG_SIGHANDLER macroDavid Mitchell2019-11-186-30/+36
| * add Siginfo_tDavid Mitchell2019-11-185-8/+26
|/
* regcomp.h: Fix up commentKarl Williamson2019-11-171-1/+1
* Add ANYOFRb regnodeKarl Williamson2019-11-176-215/+309
* Add ANYOFR regnodeKarl Williamson2019-11-177-220/+367
* regcomp.c: Use variables initialized to macro resultsKarl Williamson2019-11-171-3/+16
* regexec.c: Rmv some unnecessary castsKarl Williamson2019-11-171-5/+5
* regcomp.c: Add parameter to static functionKarl Williamson2019-11-174-5/+8
* t/re/anyof.t: Add a testKarl Williamson2019-11-171-0/+1
* Prefer EXACTish regnodes to ANYOFH nodesKarl Williamson2019-11-173-59/+73
* Add -Dy debugging of tr///, y///Karl Williamson2019-11-175-4/+111
* t/re/anyof.t: Fix highest range testsKarl Williamson2019-11-171-50/+52
* t/re/anyof.t: Remove duplicate testKarl Williamson2019-11-171-1/+0
* t/re/anyof.t: Remove invalid testKarl Williamson2019-11-171-1/+0