summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* glibc5 detection by __GNU_LIBRARY__.Jarkko Hietaniemi2000-11-061-2/+8
* Fix forDavid Dyck2000-11-061-2/+20
* A fix of sorts for 20000329.026, a better error messageJarkko Hietaniemi2000-11-051-4/+13
* Make \x{...} consistently produce UTF-8.Simon Cozens2000-10-291-19/+20
* The reëntrant version shouldn't be needed unless USE_PURE_BISON.Jarkko Hietaniemi2000-10-281-17/+19
* Continue the internal UTF-8 API tweaking.Jarkko Hietaniemi2000-10-251-2/+2
* Allow poking holes at the UTF-8 decoding strictness.Jarkko Hietaniemi2000-10-251-2/+2
* Make the UTF-8 decoding stricter and more verbose whenJarkko Hietaniemi2000-10-241-28/+38
* Make scan_num() reëntrant, as suggested inRoca, Ignasi2000-10-201-16/+11
* Reëntrancy fix.Roca, Ignasi2000-10-201-12/+39
* Allow @+ and @- to be doublequoted, from Simon Cozens.Jarkko Hietaniemi2000-10-131-2/+4
* Re: Trapping by opmask sets strange parser state [PATCH]Gisle Aas2000-09-301-1/+1
* Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.Nick Ing-Simmons2000-09-301-2/+2
* Fix for the charnames.t failures from Spider Boardman.Jarkko Hietaniemi2000-09-151-0/+1
* Re: perl@7078 Spider Boardman2000-09-141-0/+2
* continued -Wformat supportRobin Barker2000-09-141-2/+2
* Batch of UTF-8 patches from Simon Cozens.Jarkko Hietaniemi2000-09-141-2/+2
* Allow chop() and chomp() to be overridden.Casey R. Tweten2000-09-141-2/+2
* Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 Hugo van der Sanden2000-09-071-4/+4
* Drop unused argument.Spider Boardman2000-09-011-2/+1
* Have symbols for the IoTYPEs.Jarkko Hietaniemi2000-08-061-4/+4
* BOM patching from Simon Cozens.Jarkko Hietaniemi2000-08-011-2/+10