This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Install parser.h on VMS, plus fix some case typos in descrip_mms.template.
[perl5.git] / perly.c
2007-01-18 Dave Mitchelldisable parser stack cleanup on reduce croak (too fragile)
2007-01-07 Dave Mitchellsilence a warning in perly.c
2007-01-05 Steve HaySilence various VC6 warnings
2007-01-04 Dave Mitchellmake parser_free actually free the parser!
2007-01-03 Dave Mitchellhandle cloning of parsers on the save stack
2007-01-02 Nicholas ClarkUpdate copyright years to include 2007. (Plus a couple...
2007-01-02 Dave Mitchellfix -Mad build breakage
2007-01-02 Dave Mitchellmove easy lexer state variables into PL_parser
2007-01-01 Dave Mitchellsplit parser initialisation from parser execution
2007-01-01 Dave Mitchellsplit parser stack from parser object
2006-12-31 Jarkko Hietaniemismoke signs suppression
2006-12-29 Dave Mitchellfurther fix for #29543: fix parser leaks caused by...
2006-12-19 Dave Mitchellmake -Dpv print 8 parser stack items, not 9
2006-12-18 Dave Mitchellmove parser state into new parser object, PL_parser
2006-12-17 Dave Mitchellmerge the four parser stacks into one
2006-12-17 Dave Mitchelldelete dead code and macros from perly.c
2006-12-17 Dave Mitchellunify stacks arithmetic in parser
2006-12-16 Dave Mitchellfix a cast warning in perly.c
2006-12-13 Dave Mitchellmake -Dpv display the parser stack before reduction
2006-12-13 Dave Mitchellfix parser leaks caused by croaking while shifting...
2006-12-11 Dave Mitchellremove extraneous debugging code introduced by #29504
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 Mitchellmerge perly.y and madlu.y
2006-12-03 Dave Mitchelladd support for bison 2.3
2006-12-03 Dave Mitchellmerge perly.c and madly.c
2006-12-02 Dave Mitchellsynchronise perly.c and madly.c
2006-08-15 Rafael Garcia-SuarezRevert change 28319, which may cause segfaults with...
2006-05-27 Dave Mitchellfix eval qw(BEGIN{die}) style leaks.
2006-05-27 Dave Mitchellmake -Dpv display OP names ons the parser stack
2006-05-27 Dave Mitchellstop OPs leaking in eval "syntax error"
2006-03-09 Nicholas ClarkAdd the madly parser. I believe that this is all the...
2006-03-08 Nicholas ClarkMake MAD at least compile and link once more. Although...
2006-03-08 Nicholas ClarkFurther MAD changes.
2006-02-17 Andy Lestercleaning up perly.c
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-08 Nicholas ClarkUpdate copyright years (including some years where...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2005-07-12 Steve HayMissed a New() -> Newx().
2005-06-09 Andy Lesterregcomp.c and more
2005-06-02 Andy LesterQuotes fixed, see also perl #36079
2005-05-29 Craig A. BerryVMS build update for blead
2005-05-21 Steve PetersSvPVX_const - patch #2
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-04-13 Andy LesterRemoving yydestruct from perly.c
2005-04-13 Robin Barker-Wformat
2005-03-24 Andy LesterThird consting batch
2004-02-28 Dave Mitchellmake the bison-based parser threadsafe and capable...
2004-02-14 Craig A. BerryEnable v (verbose) switch on -Dp to display the top...
2004-02-14 Dave MitchellSwitch from byacc to bison and simplify the perly....
2003-12-27 Rafael Garcia-SuarezFix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a...
2002-12-23 Hugo van der SandenReverse #18285, for reasons given in:
2002-12-11 Stephen McCamantRe: Precedence of ? :
2002-09-29 Abhijit Menon-SenRemove package; (Heh heh.)
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-05 Brent DaxDefined-or patch (cleaned up)
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-03-25 Craig A. Berryyfix fix for VMS (was YYDEBUG etc.)
2002-03-25 Rafael Garcia-SuarezRe: what is YYDEBUG and why does it reset errno?
2002-03-04 Paul Marquesstaint + deprecated warnings
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-06-19 Nick Ing-SimmonsPerly.y and related file fixes to keep mainframe yacc...
2001-06-14 Nick Ing-SimmonsAdd new step to run_byacc which:
2001-06-11 Jarkko HietaniemiOne more run_byacc (a hand-tweaked version had slipped...
2001-06-10 Jarkko HietaniemiUpdate perly_c.diff, update perly.fixer to edit away
2001-06-10 Simon Cozensperly.y overhaul
2001-06-03 Jarkko HietaniemiIntegrate change #10394 from maintperl; lexical file...
2001-03-19 Nick Ing-SimmonsTweak to perly.y to allow -DDEBUGGING to compile on...
2001-03-14 Robin HoustonRe: [ID 20010309.004] my-variables lose values while...
2001-03-09 Dave MitchellRe: [ PATCH perl@8956 ] new debug option -DR shows...
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-10-20 Roca, IgnasiMake scan_num() reëntrant, as suggested in
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-06-02 Gurusamy Sarathyfix small eval"" memory leaks under USE_ITHREADS
2000-02-09 Charles BaileyResync with mainline
2000-01-26 Gurusamy Sarathys/STOP/CHECK/ blocks
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-11-14 Gurusamy Sarathyfix bug in change#4515 (STOP blocks now see @ARGV like...
1999-11-04 Gurusamy Sarathyremove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1999-10-12 Gurusamy Sarathyvarious cleanups
1999-10-10 Gurusamy Sarathyrevert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-07 Gurusamy Sarathychange#3728 was flawed (loop contexts saw the wrong...
1999-08-29 Spider Boardmansub : attrlist
1999-07-26 Stephen McCamantallow arrow omission in $foo[10]->('foo') etc. (but...
1999-07-18 Gurusamy Sarathyremove spurious newSTATEOP() that causes goto to enter...
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-02-18 Gurusamy Sarathydistinguish eval'' from BEGIN|INIT|END CVs (fixes buggy...
1999-02-14 Gurusamy Sarathyperly_c.diff typo
1999-02-07 Stephen McCamantapplied suggested patch; regen perly* and vms/perly*
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-06 Gurusamy Sarathyremove spurious unused conflicting globals (PL_yy{v...
1998-10-03 Gurusamy Sarathymake C<use> recognize C<require> overrides; allow C...
1998-09-24 Gurusamy Sarathymove yyglobal decls from perly.c to perlvars.h, regen...
1998-08-02 Jarkko Hietaniemisupport OE/MVS
next