summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* Assorted patches:Tim Bunce1998-10-091-1/+1
* Assorted patches:Tim Bunce1998-09-251-3/+18
* Assorted patches:Tim Bunce1998-07-181-2/+59
* Assorted patches:Tim Bunce1998-07-131-0/+2
* "Undo sub stub optimization and add comments on GV_FOO constants"Gurusamy Sarathy1998-07-061-2/+2
* Remove old RE //t flag from scan_subst().Tim Bunce1998-07-041-1/+1
* "Add C<use re 'taint'> pragma to propagate tainting in m// and s///"Chip Salzenberg1998-06-231-3/+1
* "qsort, Win32 "POSIX" plus other devel changes for patch-compatibility"Gurusamy Sarathy1998-05-191-17/+30
* "Remove change 673 (Allow empty BLOCK in code)"Gurusamy Sarathy1998-05-191-6/+1
* Title: "Negative array subscript unrecognized in regex"Tim Bunce1998-05-151-5/+3
* 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