summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Unify UTF-8 malformedness handling.Jarkko Hietaniemi2001-01-051-1/+1
* Corrections for Perl_yylex_r (used by a reentrant parser as Bison)Roca, Ignasi2001-01-041-7/+2
* scanning two hex-constants fails on EBCDIC environment (script length.t)Roca, Ignasi2001-01-041-23/+23
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* Tweak for MULTIPLICITY/USE_PERLIONick Ing-Simmons2000-12-301-8/+30
* Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub argsSimon Cozens2000-12-281-3/+3
* Revert the -f ambiguousity patch, seems to causeJarkko Hietaniemi2000-12-111-4/+3
* Did not get that has_utf8/this_utf8 fix right last time, another spotNick Ing-Simmons2000-12-091-4/+5
* Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8Nick Ing-Simmons2000-12-091-72/+72
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-27/+0
* Integrate perlio:Jarkko Hietaniemi2000-12-041-1/+1
|\
| * Quieten some noise in Win32 builds:Nick Ing-Simmons2000-12-041-1/+1
* | Make uv_to_utf8() to zero-terminate its output buffer,Jarkko Hietaniemi2000-12-031-1/+1
|/
* Re: [ID 20001130.011] expression parsing bug ?Mike Guy2000-12-021-1/+1
* Some help for 20001130.011. Now one gets warnings likeJarkko Hietaniemi2000-12-011-33/+52
* Retract #7941. Forbidding subs m/s/etc is too cruel becauseJarkko Hietaniemi2000-12-011-25/+0
* (Retracted by #7943.)Jarkko Hietaniemi2000-12-011-0/+25
* toke.c perlio.c -Wformat nitsRobin Barker2000-11-301-2/+2
* Tokeniser debuggingSimon Cozens2000-11-291-1/+33
* Go ahead and #include <unistd.h> in perl.h.Jarkko Hietaniemi2000-11-221-6/+0
* [ID 20001113.003] utf8_to_uv on malformed utf returns wrong valuesYitzchak Scott-Thoennes2000-11-141-1/+1
* Overrideable keys, each, pop, push, shift, splice, unshift.Casey R. Tweten2000-11-081-7/+7