summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-115/+54
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-8/+5
|\
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-8/+5
* | Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-081-26/+106
|\ \ | |/
| * [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
* | Rewrite synchronisation of subs/methods and add attrsMalcolm Beattie1997-09-091-4/+0
* | Rename RESTART to INIT and associated changesMalcolm Beattie1997-09-031-4/+4
* | Threading fixups for Digital UNIX.Malcolm Beattie1997-08-131-2/+2
* | Assorted changes for multi-threading (now works rather more).Malcolm Beattie1997-08-111-0/+4
* | Start support for fake threads.Malcolm Beattie1997-07-241-4/+4
* | Fix multiple problems with lexical @_.Malcolm Beattie1997-07-171-5/+12
* | Introduce pp_lock.Malcolm Beattie1997-07-051-0/+4
* | More fixups for thrperl integration.Malcolm Beattie1997-06-051-0/+1
* | 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