summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* -Wall cleanup continues.Jarkko Hietaniemi2001-06-021-0/+4
* [PATCH] DEBUG_* macro cleanupsAbhijit Menon-Sen2001-05-311-14/+14
* Salvage bits and pieces from the experimental 'utf8 everywhere'Jarkko Hietaniemi2001-05-311-4/+4
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-6/+5
* Add a test for 20010528.007, fixed in #10272.Jarkko Hietaniemi2001-05-291-1/+1
* Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space Hugo van der Sanden2001-05-291-5/+5
* Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD Spider Boardman2001-05-281-1/+10
* Allow 'eval "v200"' to work (part of 20000323.059); fix asJarkko Hietaniemi2001-05-271-1/+1
* 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