summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Refuse to create a class if its package already contains a non-empty @ISA arrayPaul "LeoNerd" Evans2023-02-101-0/+7
* Make @ISA a readonly array on class stashes so user code can't fiddle with it...Paul "LeoNerd" Evans2023-02-102-0/+9
* Initial implementation of subclassing, via :isa class attributePaul "LeoNerd" Evans2023-02-101-0/+53
* Disallow bless hackery around classes and instancesPaul "LeoNerd" Evans2023-02-101-3/+10
* Create a specific SV type for object instancesPaul "LeoNerd" Evans2023-02-101-2/+2
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-1011-10/+576
* run/locale.t: Use 'is' not 'ok' for a testKarl Williamson2023-02-081-2/+2
* regcomp.c - remove (**{ ... }) from the regex engineYves Orton2023-02-081-22/+12
* newATTRSUB_x: don't try to sv_cmp() an AV*Tony Cook2023-02-081-0/+7
* warn on redefining an array constant subTony Cook2023-02-081-1/+7
* allow AUTOLOAD for the INC method of objects in @INCTony Cook2023-02-081-1/+21
* Ensure 'ok #' test output includes a locationPaul "LeoNerd" Evans2023-02-071-1/+1
* toke.c: deprecation warning for ' as a package separatorTony Cook2023-02-079-30/+85
* Enable the current "Old package separator used in string" by defaultTony Cook2023-02-071-3/+12
* pp_hot.c - fix branch reset matches in list contextYves Orton2023-01-271-1/+31
* check the IO object exists when writing to IO magic variablesTony Cook2023-01-251-1/+15
* regcomp.c - add optimistic eval (*{ ... }) and (**{ ... })Yves Orton2023-01-192-6/+80
* op/fork.t: skip the ulimit fork test under LSANTony Cook2023-01-191-0/+2
* regcomp_study.c - disable CURLYX optimizations when EVAL has been seen anywhereYves Orton2023-01-151-1/+3
* regcomp.c - increase size of CURLY nodes so the min/max is a I32Yves Orton2023-01-152-19/+29
* regexec.c - fix accept in CURLYX/WHILEM construct.Yves Orton2023-01-154-10/+57
* t/re/re_rests - extend test to show more buffersYves Orton2023-01-151-1/+1
* t/test.pl - assign caller() to separate vars in _where()Richard Leach2023-01-131-2/+2
* regexec.c - avoid calling regrepeat when the max is 0Yves Orton2023-01-131-1/+18
* regcomp.c etc - rework branch reset so it works properlyYves Orton2023-01-122-17/+38
* test.pl - add support for rtriming fresh perl outputYves Orton2023-01-121-3/+19
* Hint should advise using 'make regen'James E Keenan2023-01-111-2/+2
* win32_symlink: correctly handle linking to abs path to a directoryTony Cook2023-01-101-1/+11
* on win32 translate / to \ in symlink targetsTony Cook2023-01-101-1/+9
* make win32_lstat() return the length of the link in st_sizeTony Cook2023-01-101-0/+7
* update_authors.t - fixup shallow clone guardsYves Orton2023-01-081-2/+9
* regcomp.c - make sure CURLYM closes the capture buffer after each matchYves Orton2023-01-061-0/+2
* regcomp.c - in regdupe_internal() set up "in program" stclass properlyYves Orton2023-01-061-0/+81
* regen/embed_lib.pl - don't add integer to reference and fixup source dataYves Orton2023-01-041-0/+10
* pp_ctl.c - Check if refs have overloads in @INCYves Orton2023-01-031-4/+20
* t/harness: Fix misspelling in commentKarl Williamson2023-01-021-1/+1
* t/harness - show the time tests finished (for late night hack sessions)Yves Orton2022-12-311-0/+1
* t/harness: correct one spelling errorJames E Keenan2022-12-301-2/+2
* t/harness - rework serial detection logicYves Orton2022-12-301-65/+55
* Revert "Revert "harness: handle serial/parallel directories mixture""Yves Orton2022-12-301-14/+122
* Respect j8 in HARNESS_OPTIONSMax Maischein2022-12-251-1/+3
* loc_tools.pl: Always do normalized locale name checkKarl Williamson2022-12-241-1/+2
* HvNAMEf_QUOTEDPREFIX implies \"%s\"Paul "LeoNerd" Evans2022-12-241-1/+1
* regen/embed.pl - switch to using HeaderParser for code generation and etc.Yves Orton2022-12-242-6/+7
* regen/HeaderParser.pm - A module to parse our header filesYves Orton2022-12-241-0/+517
* Revert "harness: handle serial/parallel directories mixture"Yves Orton2022-12-231-122/+14
* sv.c - add support for HvNAMEf and HvNAMEf_QUOTEDPREFIX formatsYves Orton2022-12-221-1/+4
* loc_tools.pl: Accept dashless UTF8 besides to 'UTF-8'Karl Williamson2022-12-221-1/+1
* harness: handle serial/parallel directories mixtureKarl Williamson2022-12-221-14/+122
* harness: Initialize parallel job count to 1 if unspecifiedKarl Williamson2022-12-221-2/+2