summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* New regex flag //t to leave $1 etc. taintedChip Salzenberg1998-04-291-3/+7
* Confusing error from perl -e "x'"Hans Mulder1998-04-231-1/+2
* More toke.c commentary; fix oddityHugo van der Sanden1998-04-111-9/+9
* "rename local 'op' variables to 'o'", #F114Gurusamy Sarathy1998-03-041-10/+10
* "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod",Gurusamy Sarathy1998-03-031-1/+1
* "Fix seg fault on eval/require and syntax errors", #F081Gurusamy Sarathy1998-03-031-2/+2
* "Eliminate double warnings under C<package;>", #F077M.J.T. Guy1998-03-031-2/+2
* "Make recursive lexical analysis more robust", #F072Tim Bunce1998-03-031-4/+23
* "Fix line numbers after here documents in eval STRING", #F069Ilya Zakharevich1998-03-031-0/+1
* "Re: Sort grammar bug", #F056Gurusamy Sarathy1998-03-031-4/+4
* "Update docs on tr///", #F054Tom Phoenix1998-03-031-2/+2
* "Commenting toke.c", #F048Nat Torkington1998-03-031-44/+490
* "Allow empty BLOCK in code", #F041Vladimir Alexiev1998-03-031-1/+6
* "Support C<Package::> as function-blind bearword", #F032Chip Salzenberg1998-03-031-11/+39
* "Don't warn on $x{shift}, ne => 1, or -f => 1", #F028Chip Salzenberg1998-03-031-12/+0
* "Tiny core patch for source filters", #F025Paul Marquess1998-03-031-5/+3
* "Here-doc in s///e (was: Bug)", #F024Hugo van der Sanden1998-03-031-1/+1
* "Fix '*' prototype", #F022Ilya Zakharevich1998-03-031-1/+10
* "STMT foreach LIST;", #F002Chip Salzenberg1998-03-021-1/+1
* [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-8/+5
* [inseperable differences to perl 5.004_03]perl-5.004_03Tim Bunce1997-09-051-0/+4
* [inseperable differences up to perl 5.004_02]perl-5.004_02Tim Bunce1997-08-071-14/+34
* Re: q and escaping paired delimitersGurusamy Sarathy1997-08-071-7/+7
* Re: q and escaping paired delimitersKenneth Albanowski1997-08-071-2/+2
* -p does not check for failure of implicit printDominic Dunlop1997-08-071-1/+3
* Fix intolerance of a space between "print" and opening parenGurusamy Sarathy1997-08-071-1/+1
* Eval fails in certain situations (eval "{'...")Gurusamy Sarathy1997-08-071-9/+63
* [inseparable changes from match from perl-5.003_99a to perl5.004]Perl 5 Porters1997-05-161-2/+4
* [inseparable changes from match from perl-5.003_97h to perl-5.003_97i]Perl 5 Porters1997-04-251-24/+41
* [inseparable changes from match from perl-5.003_97g to perl-5.003_97h]Perl 5 Porters1997-04-231-51/+41
* [inseparable changes from match from perl-5.003_97f to perl-5.003_97g]Perl 5 Porters1997-04-181-30/+45
* [inseparable changes from match from perl-5.003_97e to perl-5.003_97f]Perl 5 Porters1997-04-171-17/+20
* [inseparable changes from patch from perl-5.003_97d to perl-5.003_97e]perl-5.003_97ePerl 5 Porters1997-04-151-2/+6
* Minor type cleanupChip Salzenberg1997-04-091-5/+5
* [inseparable changes from match from perl-5.003_97b to perl-5.003_97c]Perl 5 Porters1997-04-071-1/+9
* [inseparable changes from match from perl-5.003_97a to perl-5.003_97b]Perl 5 Porters1997-04-041-2/+8
* Reduce memory footprint of literal stringsChip Salzenberg1997-04-011-1/+5
* [inseperable changes from patch from perl-5.003_95 to perl-5.003_86]Perl 5 Porters1997-03-261-14/+29
* If C<perl -a>, do equivalent of C<use vars '@F'>Chip Salzenberg1997-03-221-8/+11
* [inseparable changes from match from perl-5.003_93 to perl-5.003_94]Perl 5 Porters1997-03-091-23/+65
* [inseparable changes from match from perl-5.003_91 to perl-5.003_92]Perl 5 Porters1997-03-011-3/+6
* [inseparable changes from match from perl-5.003_90 to perl-5.003_91]Perl 5 Porters1997-02-251-5/+5
* [inseparable changes from patch from perl5.003_26 to perl5.003_27]Perl 5 Porters1997-02-181-9/+9
* [inseparable changes from patch from perl5.003_25 to perl5.003_26]perl-5.003_26Perl 5 Porters1997-02-111-4/+9
* [inseparable changes from patch from perl5.003_24 to perl5.003_25]perl-5.003_25Perl 5 Porters1997-02-041-1/+6
* [inseparable changes from patch from perl5.003_22 to perl5.003_23]perl-5.003_23Perl 5 Porters1997-01-251-47/+40
|\
| * Nested here-docsLarry Wall1997-01-251-4/+5
|/
* [inseparable changes from patch from perl5.003_21 to perl5.003_22]perl-5.003_22Perl 5 Porters1997-01-171-5/+14
* [inseparable changes from patch from perl5.003_20 to perl5.003_21]Perl 5 Porters1997-01-161-8/+53
* Fix $^X on systems that set it to Perl's basenameChip Salzenberg1997-01-081-14/+31