summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* t/TEST - chomp manifest during readYves Orton2023-03-181-1/+2
* cpan/Test-Simple - Update to version 1.302194Yves Orton2023-03-1871-71/+73
* Revert "fixup, use old logic until 5.37 - TO BE SQUASHED"Yves Orton2023-03-181-9/+1
* win32: inject a socket-aware version of CloseHandle() into the CRTTomasz Konojacki2023-03-174-173/+182
* win32: initialise winsock unconditionallyTomasz Konojacki2023-03-173-99/+4
* Porting/cmpVERSION.pl - Handle new modules as not an errorJon Gentle2023-03-172-0/+7
* t/harness - die if t/harness wont run a test listed in MANIFESTYves Orton2023-03-172-6/+36
* test_pl tests - we have not been testing test.pl for some time, fix testsYves Orton2023-03-174-11/+32
* Porting/cmpVERSION.pl - handle missing tags more gracefullyYves Orton2023-03-141-0/+23
* t/re/pat.t - test that we can copy and then reuse ${^LAST_SUCCESSFUL_PATTERN}Yves Orton2023-03-141-1/+9
* mg.c - add support for ${^LAST_SUCCESSFUL_PATTERN}Yves Orton2023-03-146-7/+112
* gv.c - in comments for ${^LONG_NAMES} use the curly bracesYves Orton2023-03-141-6/+6
* regcomp.h: give names to anonymous union membersLukas Mai2023-03-141-32/+32
* regcomp.h: fix names of regnode_charclass union membersLukas Mai2023-03-141-3/+3
* regcomp.c: use ARG1u_LOC macro to access fieldLukas Mai2023-03-141-1/+1
* perlvar.pod - fixup docs for ${^PREMATCH}, ${^MATCH} and ${^POSTMATCH}Yves Orton2023-03-141-26/+24
* dist/if: clean up Makefile.PLGraham Knop2023-03-141-9/+13
* dist/if: add Makefile.PL from CPAN releaseGraham Knop2023-03-143-0/+25
* dist/encoding-warnings: update changelogGraham Knop2023-03-141-0/+12
* dist/encoding-warnings: convert Changes to a format parsable by CPAN::Changes...Graham Knop2023-03-141-18/+20
* dist/encoding-warnings: add Makefile.PL and ChangesGraham Knop2023-03-144-0/+52
* locale.c: Remove one use of nl_langinfo_l()Karl Williamson2023-03-132-36/+11
* loc_tools: Print $^E when upon a libc failureKarl Williamson2023-03-131-2/+6
* regcomp.c - use macro wrappers to minimize impact of struct splitYves Orton2023-03-131-4/+4
* regexec.c - use RXp_SAVED_COPY(rex) instead of rex->saved_copyYves Orton2023-03-131-9/+9
* regexec.c - use RXp_SUBCOFFSET instead of rx->subcoffsetYves Orton2023-03-131-9/+9
* regexec.c - use RXp_SUBOFFSET(rx) instead of rx->suboffsetYves Orton2023-03-131-15/+15
* regexec.c - use RXp_SUBLEN(ret) for ret->sublenYves Orton2023-03-131-12/+12
* regexec.c - use macro to access rex->subbegYves Orton2023-03-131-19/+19
* regexec.c - use RXp_LASTCLOSEPAREN(r) to access r->lastcloseparenYves Orton2023-03-131-13/+12
* dump.c - use RXp_ macros to access regexp struct membersYves Orton2023-03-131-19/+19
* regexp.h - add missing definesYves Orton2023-03-131-2/+15
* regexec.c - use RXp_LASTPAREN(rex) to access rex->lastparenYves Orton2023-03-133-33/+34
* regexp.h - standardize macros, and parenthesize parametersYves Orton2023-03-131-14/+16
* regcomp.c - Use RXp_OFFSp() to access offset dataYves Orton2023-03-134-73/+72
* regcomp.c - extend REF to hold the paren it needs to regcppushYves Orton2023-03-137-83/+88
* regex engine - simplify regnode structures and make them consistentYves Orton2023-03-1313-292/+366
* regexec.c - make REF into a backtracking stateYves Orton2023-03-137-23/+108
* regexec.c - incredibly inefficient solution to backref problemYves Orton2023-03-133-2/+60
* regexec.c - teach BRANCH and BRANCHJ nodes to reset capture buffersYves Orton2023-03-1311-35/+199
* regcomp.c - track parens related to CURLYX and CURLYMYves Orton2023-03-1311-43/+132
* t/re/regexp.t - in skip_amp tests (via _noamp.t) do not TODO tests with amper...Yves Orton2023-03-131-2/+3
* regexp.h - fixup mistake in commentYves Orton2023-03-131-1/+1
* Porting/manifest_lib.pl - autofix space/tab issues on `make manisort`Yves Orton2023-03-132-4/+11
* sv.h - make unused bit more obvious with a comment.Yves Orton2023-03-121-1/+1
* locale.c: Split a static function in twoKarl Williamson2023-03-114-6/+29
* Follow-up to commit 3c104c002976d9f30342f43f227a382f7dcd4466Steve Hay2023-03-111-0/+2
* Fix some typos in commentsmauke2023-03-112-14/+12
* Correct core team list oversightCraig A. Berry2023-03-111-0/+1
* mg.c - fix $+ combined with branch resetYves Orton2023-03-082-6/+20