summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* tie array changes to core and testsNick Ing-Simmons1998-01-131-4/+4
* Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)Charles Bailey1997-12-171-0/+1
* [win32] Fix for C<sort 'foo'...> bug:Gurusamy Sarathy1997-11-261-3/+3
* ansiperl builds with Borland C++ againNick Ing-Simmons1997-11-221-2/+5
* Resolve ansiperl against win32Nick Ing-Simmons1997-11-221-7/+6
|\
| * $_ is now per-thread (rather a lot of changes). Only tested underMalcolm Beattie1997-11-211-4/+4
| * Filter patch to toke.c:Paul Marquess1997-11-211-3/+2
* | Basic integrate of lastest perl into ansiperlNick Ing-Simmons1997-11-211-44/+29
|\ \ | |/
| * Jumbo regexp patch applied (with minor fix-up tweaks):Ilya Zakharevich1997-11-191-42/+6
|/
* Initial (untested) integration of mainline changes.Gurusamy Sarathy1997-11-111-119/+59
|\
| * Initial integration of ansi branch into mainline (untested).Malcolm Beattie1997-11-111-116/+56
| |\
| | * Reverse integrate Malcolm's chanes into localNick Ing-Simmons1997-11-071-8/+13
| | * Raw integrate of latest perlNick Ing-Simmons1997-11-071-10/+23
| | |\
| | * | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-051-29/+20
| | * | Integrate mainline @ 18:15 CST 31 Oct 1997Nick Ing-Simmons1997-11-011-18/+28
| | |\ \
| | * | | Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-115/+54
| * | | | Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv whenMalcolm Beattie1997-11-111-2/+2
| * | | | Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl andMalcolm Beattie1997-11-111-1/+1
| | |_|/ | |/| |
* | | | Slightly more refined lock() keyword recognition (using %INC).Gurusamy Sarathy1997-11-111-1/+1
* | | | "weak" lock keyword (hardcoded initial implementation) now works.Gurusamy Sarathy1997-11-111-1/+7
* | | | Merge a patch in preparation for "weak keywords":Gurusamy Sarathy1997-11-101-12/+23
|/ / /
* | | Per-thread magicals now stored in their own thr->magicals and keyedMalcolm Beattie1997-11-061-1/+1
* | | Per-thread magicals mostly working (and localisable). Now gettingMalcolm Beattie1997-11-051-2/+10
| |/ |/|
* | Half way through moving per-thread magicals into per-thread fieldsMalcolm Beattie1997-10-311-18/+28
|/
* 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