summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate thrperl 5.003->5.004.Malcolm Beattie1997-05-261-12/+32
|\
| * Tweaks to allow compilation without -DUSE_THREADS and fixMalcolm Beattie1997-04-101-1/+1
| * Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.Malcolm Beattie1997-03-281-15/+34
* | Fix up integration 5.003->5.004.Malcolm Beattie1997-05-251-1/+1
* | First stab at 5.003 -> 5.004 integration.Malcolm Beattie1997-05-251-506/+804
|\ \
| * | [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
| * | [inseparable changes from patch from perl5.003_18 to perl5.003_19]Perl 5 Porters1997-01-041-19/+37
| * | Limit effects of "=pod" to a single fileChip Salzenberg1996-12-281-0/+1
| * | [inseparable changes from patch from perl5.003_13 to perl5.003_14]Perl 5 Porters1996-12-231-5/+5
| * | Disallow labels named q, qq, qw, qx, s, y, and trChip Salzenberg1996-12-201-4/+11
| * | Allow any word, including keyword, as labelChip Salzenberg1996-12-191-19/+18
| * | [inseparable changes from patch from perl5.003_10 to perl5.003_11]Perl 5 Porters1996-12-061-6/+4
| * | [inseparable changes from patch from perl5.003_09 to perl5.003_10]Perl 5 Porters1996-11-301-15/+18
| * | [inseparable changes from patch from perl5.003_08 to perl5.003_09]Perl 5 Porters1996-11-261-199/+161
| * | [inseparable changes from patch from perl5.003_07 to perl5.003_08]Perl 5 Porters1996-11-191-66/+119
| * | perl 5.003_06: toke.cPerl 5 Porters1996-09-141-30/+40
| * | Re: truncate with file name does not work (with patch)Perl 5 Porters1996-08-281-0/+1
| * | perl 5.003_03: toke.cPerl 5 Porters1996-08-191-2/+8
| * | perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-43/+21
| * | perl 5.003_01: toke.cPerl 5 Porters1996-07-071-7/+83
| |/
* | Initial devel changes.Malcolm Beattie1997-03-281-0/+16
|/
* Don't double implicit loop if perl is invoked with -pnPerl 5 Porters1996-03-191-2/+3
* perl 5.002perl-5.002Andy Dougherty1996-02-281-8/+29
* Beta3: Fix for FILE leak when "use" failsChip Salzenberg1996-02-081-1/+15
* perl5.002beta3Perl 5 Porters1996-02-021-5/+33
* perl 5.002beta2 patch: toke.cPerl 5 Porters1996-01-121-4/+14
* This is patch.2b1f to perl5.002beta1.Andy Dougherty1995-12-081-5/+13
* 5.002 beta 1Larry Wall1995-11-211-35/+93