summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* CORE::GLOBAL::require override happens too earlyGisle Aas2001-05-241-1/+1
* Don't forget to whine about \d__\d.Jarkko Hietaniemi2001-05-081-11/+3
* Allow underscores also in the exponent part.Jarkko Hietaniemi2001-05-081-5/+39
* Can't croak sans thread context, from Doug MacEachern.Jarkko Hietaniemi2001-05-031-1/+1
* Random input test and PerlIlya Zakharevich2001-05-031-0/+2
* Tune the scan_num() comments to reality.Jarkko Hietaniemi2001-05-011-6/+5
* Changed the underscore/undebar syntax in numeric constants;Jarkko Hietaniemi2001-04-291-12/+51
* Protect the workaround hunk more.Jarkko Hietaniemi2001-04-011-0/+4
* Integrate changes #9493,9494,9495,9496 from maintperlJarkko Hietaniemi2001-04-011-0/+2
* printf warningRobin Barker2001-03-291-1/+2
* More EBCDIC stuff:Nick Ing-Simmons2001-03-201-43/+49
* More EBCDIC fixes.Nick Ing-Simmons2001-03-191-14/+7
* Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when thatNick Ing-Simmons2001-03-181-15/+13
* Fix pragma/utf8.t # 15Nick Ing-Simmons2001-03-181-2/+5
* EBCDIC Fixes.Nick Ing-Simmons2001-03-161-37/+34
* Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.Nick Ing-Simmons2001-03-111-33/+20
* EBCDIC sanity - phase INick Ing-Simmons2001-03-101-11/+8
* Re: Unicode/EBCDICPeter Prymmer2001-03-091-3/+7
* Retracting \N{U+HHHH}.Jarkko Hietaniemi2001-03-051-25/+4
* Integrate change #9012 from maintperl into mainline,Jarkko Hietaniemi2001-03-041-1/+1
* I thought I tested the #9014.Jarkko Hietaniemi2001-03-041-2/+2
* Add the \N{U+HHHH} syntax.Jarkko Hietaniemi2001-03-041-4/+25
* UTF8 tr/// fixes from Inaba Hiroto.Jarkko Hietaniemi2001-03-031-5/+16
* Rewrite REPORT() and REPORT2() (used for -DT) slightlyJarkko Hietaniemi2001-03-031-27/+29
* Integrate change #8974 from maintperl, fix for bugid 20010226.008.Jarkko Hietaniemi2001-03-011-3/+21
* Undo qu. Retract #8814, rewrite op/each part of #8615,Jarkko Hietaniemi2001-02-281-5/+0
* Retract #8929,8930,8932,8933 for now.Jarkko Hietaniemi2001-02-251-7/+6
* (Retracted by #8395.)Jarkko Hietaniemi2001-02-251-6/+7
* Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"Jarkko Hietaniemi2001-02-181-3/+0
* [patch] -WallDoug MacEachern2001-02-171-2/+0
* toke.c cleanup: scan_str()Hugo van der Sanden2001-02-151-41/+18
* buncha MacPerl patches for bleadperlChris Nandor2001-02-131-4/+7
* Re: [patch] GvSHAREDDoug MacEachern2001-02-111-1/+1
* Re: [patch] GvSHARED Doug MacEachern2001-02-101-0/+4
* [ID 20010206.010] S_ functions not declared STATICNicholas Clark2001-02-081-1/+1
* RE: some win32 fixesVadim Konovalov2001-02-061-4/+0
* Integrate change #8586 from maint-5.6/perl.Jarkko Hietaniemi2001-01-291-29/+30
* Patch from Inaba Hiroto:Jarkko Hietaniemi2001-01-281-6/+19
* Threadedness patch for #8562 from Doug MacEachern.Jarkko Hietaniemi2001-01-271-2/+2
* Re: Announce : Tokener reporting patchSimon Cozens2001-01-271-20/+49
* More UTF-8 patches from Inaba Hiroto.Jarkko Hietaniemi2001-01-151-13/+17
* -WformatRobin Barker2001-01-121-2/+3
* Consolidated lvalue sub changesStephen McCamant2001-01-121-3/+15
* [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parserRoca, Ignasi2001-01-121-1/+2
* One more patch for UTF8 Inaba Hiroto2001-01-091-8/+5
* IRIX compiler noticed that the bof initialization might beJarkko Hietaniemi2001-01-061-1/+2
* Add a note about EBCDIC versus UTF-8 to a potential problem spot.Jarkko Hietaniemi2001-01-051-0/+6
* "\x{FF}\xFF" was broken, the \xFF was appended in itsJarkko Hietaniemi2001-01-051-7/+15
* strings with \x{..} in the middle are corrupted Roca, Ignasi2001-01-051-3/+6
* UTF-8 cleanup.Jarkko Hietaniemi2001-01-051-12/+12