summaryrefslogtreecommitdiff
path: root/pod
Commit message (Expand)AuthorAgeFilesLines
...
* perlvar.pod - fixup docs for ${^PREMATCH}, ${^MATCH} and ${^POSTMATCH}Yves Orton2023-03-141-26/+24
* regcomp.c - extend REF to hold the paren it needs to regcppushYves Orton2023-03-131-10/+10
* regex engine - simplify regnode structures and make them consistentYves Orton2023-03-131-8/+8
* regexec.c - teach BRANCH and BRANCHJ nodes to reset capture buffersYves Orton2023-03-131-2/+2
* regcomp.c - track parens related to CURLYX and CURLYMYves Orton2023-03-131-4/+4
* Follow-up to commit 3c104c002976d9f30342f43f227a382f7dcd4466Steve Hay2023-03-111-0/+2
* Add perldelta.pod entry for goto being permitted in some defer/finally blocksPaul "LeoNerd" Evans2023-03-071-0/+16
* scope.c - improved RCPV support, SAVERCPV SAVEFREERCPVYves Orton2023-03-061-4/+39
* pod/perlfilter.pod - replace piracy comments with something more realisticZefram2023-03-031-9/+8
* Allow :isa in class declaration without a blockArne Johannessen2023-03-021-0/+6
* Update the smartmatch experiment statusPhilippe Bruhat (BooK)2023-02-251-1/+5
* Document that smartmatch is deprecated and will be removed in 5.42Philippe Bruhat (BooK)2023-02-251-16/+14
* add a bit more guidance into the perldelta templateKaren Etheridge2023-02-201-3/+6
* Generate new perldelta for 5.37.10Karen Etheridge2023-02-204-425/+869
* Add new release to perlhistv5.37.9Karen Etheridge2023-02-201-0/+1
* perldelta: fill in synced modulesKaren Etheridge2023-02-201-23/+67
* perldelta finalizationKaren Etheridge2023-02-201-202/+254
* perldelta for optimize_optree() + finalize_optree()Paul "LeoNerd" Evans2023-02-201-0/+14
* perldelta for my_snprintfKarl Williamson2023-02-201-0/+6
* perldelta for utf8_length() changeKarl Williamson2023-02-201-0/+4
* perldelta.pod - note that REG_INF has been raisedYves Orton2023-02-201-0/+7
* perldelta.pod - document $SIG{__DIE__} and compile error count bugfixesYves Orton2023-02-201-0/+29
* perldelta for 626df4fd56, 6c19911f93Tony Cook2023-02-201-0/+7
* Perldelta for 8ab54e77 (GIMME/dowantarray deprecation)Dagfinn Ilmari Mannsåker2023-02-191-1/+6
* perldelta.pod: performance entry for GH #20800Richard Leach2023-02-191-0/+6
* document deprecation of ' as the package separatorTony Cook2023-02-143-7/+19
* perldelta for d8a109ccd8Tony Cook2023-02-141-1/+9
* perlvar.pod - add "Scoping Rules of Regex Variables" sectionYves Orton2023-02-122-80/+135
* Perldelta for new 'class' featurePaul "LeoNerd" Evans2023-02-111-0/+28
* Re-work wordingScott Baker2023-02-101-1/+1
* Move talk of `$_` above example to be consistent with other funcsScott Baker2023-02-101-3/+1
* Add examples and clarify wordingScott Baker2023-02-101-5/+11
* pod/perlre.pod - document /x mode does not allow spaces in multi-char metapat...Yves Orton2023-02-111-1/+2
* Many documentation updates for new class syntaxPaul "LeoNerd" Evans2023-02-103-9/+511
* Field :param attributes, //= and ||= default assignmentsPaul "LeoNerd" Evans2023-02-101-0/+21
* Parse an optional attribute list for fields; currently no attributes are definedPaul "LeoNerd" Evans2023-02-101-0/+14
* Accept field VAR = EXPR on field varsPaul "LeoNerd" Evans2023-02-101-0/+7
* perlclass: work out the initial document structurebbrtj2023-02-101-34/+173
* Refuse to create a class if its package already contains a non-empty @ISA arrayPaul "LeoNerd" Evans2023-02-101-0/+6
* Initial implementation of subclassing, via :isa class attributePaul "LeoNerd" Evans2023-02-102-0/+38
* Initial attack at parsing attribute syntax for class blocks; though no attrs ...Paul "LeoNerd" Evans2023-02-101-0/+14
* Initial attack at pod/perlclass.podPaul "LeoNerd" Evans2023-02-103-7/+125
* Disallow bless hackery around classes and instancesPaul "LeoNerd" Evans2023-02-101-0/+12
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-0/+68
* pod/perlmroapi.pod - document linear MRO function return type.Paul "LeoNerd" Evans2023-02-081-4/+4
* [doc] perlfunc: remove extra "the"Elvin Aslanov2023-02-081-1/+1
* Add cygwin warning to perldiagKarl Williamson2023-02-081-0/+5
* regcomp.c - remove (**{ ... }) from the regex engineYves Orton2023-02-083-24/+16
* perldelta for b1414dcb98d, dd3d299fefbbfTony Cook2023-02-081-0/+11
* perlfunc/require: Note that AUTOLOAD cannot resolve INCDIRTony Cook2023-02-081-0/+3