This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.sym: longj field is a boolean
[perl5.git] / pod / perldebguts.pod
2018-11-16 Karl Williamsonregcomp.sym: longj field is a boolean
2018-11-16 Karl Williamson-Drv now turns on all regex debugging
2018-10-20 Karl Williamsonregcomp.sym: Add lengths for ANYOF nodes
2018-10-20 Karl Williamsonregcomp.sym: Add node type ANYOF_POSIXL
2018-04-08 James E KeenanOne more spelling correction from Ville Skyttä.
2018-02-17 Karl WilliamsonChange name of regnode for clarity
2018-01-30 Karl Williamsonrecomp.sym: Add ANYOFM regnode
2018-01-17 Zeframexpand documentation of $DB::sub
2017-12-30 Karl Williamsonregcomp.sym: Add regnodes for [[:ascii:]]
2017-12-25 Karl Williamsonregcomp.sym: Add nodes for script runs
2017-12-17 Karl Williamsonregcomp.sym: Clarify regnode comment
2017-12-05 Zeframclarify conditions for calling DB::sub
2016-03-06 Yves OrtonUnify GOSTART and GOSUB
2015-10-05 Yves Ortonfix perl #126186 make all verbs allow an optional arg
2015-09-04 Karl WilliamsonStart fixing some pod pedantic errors
2015-08-24 Karl WilliamsonAdd ANYOFD regex node
2015-08-24 Karl Williamsonperldebguts: Add clarification
2015-06-19 David Mitchellremove deprecated /\C/ RE character class
2015-03-18 Karl Williamsonregcomp.sym: Update \b descriptions
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2014-12-29 Karl WilliamsonAdd regex nodes for locale
2014-09-29 Aaron CraneEliminate unused BACK regnode
2014-09-29 Karl WilliamsonUp regex flags limit for (??{})
2014-09-29 Karl Williamsonregcomp.sym: ANYOF nodes have an argument
2014-09-17 Yves OrtonEliminate the duplicative regops BOL and EOL
2014-02-20 Karl WilliamsonChange 'semantics' to 'rules'
2014-02-16 Karl WilliamsonRevert "Free up bit for regex ANYOF nodes"
2014-02-16 Karl WilliamsonFree up bit for regex ANYOF nodes
2014-02-12 Karl Williamsonpod/perldebguts: Stress ephemeral nature of regnode...
2014-01-22 Karl WilliamsonUse bit instead of node for regex SSC
2013-12-31 Karl WilliamsonConvert regnode to a flag for [...]
2013-09-16 Tony Cookbriefly document DB::lsub
2013-09-16 Tony Cooktest and briefly document DB::goto
2013-08-29 Karl WilliamsonAllow trie use for /iaa matching
2013-08-29 Karl WilliamsonRemove newly unnecessary regnode, code
2012-12-28 Karl WilliamsonAdd new regnode for synthetic start class
2012-12-28 Karl WilliamsonFree up regex ANYOF bit.
2012-12-23 Father ChrysostomosRegenerate the regnode table in perldebguts.pod automat...
2012-06-13 David MitchellFix up runtime regex codeblocks.
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-03-24 Karl Williamsonperldebguts: Update regnodes to 5.14
2011-02-16 ApocalypseFix bad pod links found by Test::Pod::LinkCheck
2011-02-12 Father Chrysostomosperldebguts tweaks
2010-06-29 Nick JohnstonUpdate: re pragma is lexically scoped since Perl 5...
2010-03-12 Tom HukinsUse POD references to documentation when possible.
2008-11-12 Gisle AasPOD markup fix
2007-05-28 Rafael Garcia-SuarezSeveral POD fixes by Jonathan Stowe
2007-03-22 Rafael Garcia-SuarezFix a broken link and a meaningless phrase in perldebguts
2005-07-12 Steve HayHack out -DL documentation from perldebuguts.pod
2003-08-09 Jarkko HietaniemiSome updates for the memory use debugging section:
2002-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko HietaniemiWhitespace tweaks.
2002-02-25 Richard Foleyconsistent commands for perl5db.pl etc.
2002-01-25 Joe McMahonRe: perldebguts minor tweaks
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-24 Joe McMahonperldebguts minor tweaks
2002-01-24 Peter Scottperldebguts.pod [bleadperl]
2001-12-29 Audrey TangModule names and other nits
2001-11-12 Jeffrey Friedla few typo fixes
2001-11-04 Mark-Jason DominusTypo correction in perldebguts.pod
2001-04-22 Mark-Jason DominusRe: Regex debugger patch
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-11-07 Stephen P. PotterPod updates
2000-10-20 Charles BaileySYN SYN
2000-10-09 Mark-Jason DominusPATCH 5.6 perldebguts grammar cleanup
2000-10-02 Mark-Jason DominusDOC PATCH 5.6.0
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-05-28 Gurusamy Sarathyrandom pod typos (from Peter Scott <Peter@PSDT.com>)
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-27 Gurusamy Sarathydoubled words in pods (from Simon Cozens
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathyvarious pod nits (from Larry Virden and others)
2000-03-14 Gurusamy Sarathypatches for many bugs in the debugger; documentation...