This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: min len is chars, not bytes
[perl5.git] / perly.h
2012-09-25 Jesse Luehrsapparently this actually needs to be regenerated too
2012-09-16 Father Chrysostomosperly.y: Remove MYSUB
2012-09-16 Father ChrysostomosClone my subs on scope entry
2012-09-16 Father ChrysostomosClone state subs in anon subs
2012-09-16 Father ChrysostomosLook up state subs in the pad
2012-09-16 Father ChrysostomosStore state subs in the pad
2012-09-16 Father ChrysostomosMake ‘sub foo{}’ respect ‘our foo’
2012-09-16 Father ChrysostomosAllocate ‘our sub’ in the pad
2012-08-08 Father ChrysostomosDon’t let format arguments ‘leak out’ of formline
2012-08-08 Father ChrysostomosPrevent double frees/crashes with format syntax errs
2012-08-08 Father ChrysostomosDon’t create formats after compilation errors
2012-08-06 Father ChrysostomosForbid braces as format delimiters
2012-08-02 Father Chrysostomos[perl #114020, #90018, #53186] Make given alias $_
2012-07-15 Father Chrysostomosperly.y: Remove use of latefree from package foo {}
2012-06-30 Father ChrysostomosDon’t crash with formats in special blocks
2012-06-27 Father Chrysostomosperly.*: update regen_perly checksum
2012-06-13 David MitchellAvoid braces warning in regen_perly.pl
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-05-25 Zeframremove deprecated qw-as-parens behaviour
2012-03-25 Brian FraserLabel UTF8 cleanup
2012-01-19 Steffen SchwigonBump several file copyright dates
2011-08-12 Father Chrysostomos[perl #95546] Allow () after __FILE__, etc.
2011-07-13 ZeframAPIify pad functions
2011-06-03 Father ChrysostomosFix a confusing comment in perly.y
2011-05-19 Nicholas ClarkAdd an optional third argument to open_new(), to invoke...
2011-05-19 Nicholas ClarkRename safer_open() to open_new(), and eliminate the...
2011-01-23 Nicholas ClarkStore the SHA-256 of the source in files generated...
2011-01-23 Nicholas ClarkOutput "read only" editor blocks from regen_perly.pl
2010-12-12 Zeframrecursive-descent expression parsing
2010-11-20 Chris 'BinGOs' Wil... make regen; make regen_perly
2010-11-07 Zeframrefactor GRAMPROG grammar slightly
2010-10-25 Zeframfunction to parse unlabelled statement
2010-10-24 Zeframpermit labels to appear before declarations
2010-10-21 Zeframfunction to parse Perl code block
2010-10-20 Tatsuhiko Miyagawamake regen; make regen_perly
2010-10-04 Zefram[PATCH] function to parse Perl statement sequence
2010-09-11 Florian RagwitzShorten external symbol name for VMS
2010-09-08 Zeframmake qw(...) first-class syntax
2010-09-06 Rafael Garcia-SuarezRegenerate headers after last patch
2010-05-20 Zeframsupport "package Foo { ... }"
2010-02-03 Jesse VincentAllow arbitrary whitespace between NAME and VERSION...
2010-01-20 Ricardo Signesregen_perly prepping for 5.11.4
2009-11-05 Jesse Vincentregen generated files changed by the previous patch...
2009-10-20 Jesse Vincentmake regen; make regen_perly
2009-10-06 David GoldenAdd 'package NAME VERSION' syntax
2009-10-01 Jesse Vincentmake regen; make regen_perly
2009-08-26 Rafael Garcia-SuarezMake MAD understand the "..." operator
2009-03-28 Vincent PitAllow when to be used as a statement modifier
2008-05-18 chromaticAdd ..., !!!, and ??? operators
2007-04-10 Nicholas ClarkSilence the g++ warnings "right-hand operand of comma...
2007-03-15 Rafael Garcia-SuarezPatch by Gerard Goossen to add madprops to "require...
2006-12-20 Rafael Garcia-SuarezFix leaks in label strings allocation in COPs
2006-12-11 Dave Mitchellfix eval qw(BEGIN{die}) style leaks (second attempt).
2006-12-10 Dave Mitchell#28315 could crash when freeing ops with different...
2006-12-10 Dave Mitchellparser: expand yy_is_opval[] to include all value types
2006-12-04 Dave Mitchellfix some casting issues with perly.y / madly.y merger
2006-12-04 Dave Mitchellmerge perly.y and madlu.y
2006-07-17 Steve HayAvoid an error that VC++'s resource compiler seems...
2006-03-09 Nicholas ClarkAdd the MAD change to perly.y, which brings a new PEG...
2005-12-19 Robin Houstonlatest switch/say/~~
2005-10-13 Rafael Garcia-SuarezThe new REQUIRE token introduced by change 25599 must be
2005-09-26 Rafael Garcia-SuarezCORE::require was always parsed as require().
2005-09-13 Yitzchak Scott-Tho... Allow non-arrowed form of chained subscripts after...
2005-05-07 Dave Mitchellwhile (my $x ...) { ...; redo } shouldn't undef $x.
2005-02-10 Marcus Holland-Moritz[perl #34101] not() || 1 produces segmentation fault
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-02-14 Dave MitchellSwitch from byacc to bison and simplify the perly....
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-05 Brent DaxDefined-or patch (cleaned up)
1999-08-29 Spider Boardmansub : attrlist
1999-07-26 Stephen McCamantallow arrow omission in $foo[10]->('foo') etc. (but...
1999-02-19 Gurusamy Sarathystem leakage of perly.h #defines #ifndef PERL_CORE
1998-09-24 Gurusamy Sarathymove yyglobal decls from perly.c to perlvars.h, regen...
1998-08-02 Jarkko Hietaniemisupport OE/MVS
1996-12-06 Perl 5 Porters[inseparable changes from patch from perl5.003_10 to...
1996-11-19 Perl 5 Porters[inseparable changes from patch from perl5.003_07 to...
1996-07-08 Perl 5 PortersEliminate duplicate declaration of yylval
1996-08-16 Perl 5 PortersDelete duplicate line.
1996-08-10 Larry Wallperl 5.003_02: [no incremental changelog available]
1995-11-20 Larry Wall5.002 beta 1
1994-10-17 Larry Wallperl 5.000 perl-5.000
1994-05-04 Larry Wallperl 5.0 alpha 9 perl-5a9
1994-03-18 Larry Wallperl 5.0 alpha 6
1993-11-10 Larry Wallperl 5.0 alpha 4
1993-10-10 Larry Wallperl 5.0 alpha 3
1993-10-07 Larry Wallperl 5.0 alpha 2 perl-5a2