summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The swallow_bom() saga continues. The #23 of require.tJarkko Hietaniemi2000-07-311-30/+43
* A new version of the "remove UPPERACSE string comparison"Jarkko Hietaniemi2000-07-301-16/+0
* Tune the comments and hopefully stop a memory leak.Jarkko Hietaniemi2000-07-291-1/+6
* Back out #6454, doesn't seem to work.Jarkko Hietaniemi2000-07-281-0/+16
* Remove EQ, NE, GT, LT, GE, LE (they have been deprecatedJarkko Hietaniemi2000-07-271-16/+0
* Get UTF16 BOMs working. Patch fromM. J. T. Guy2000-07-251-0/+6
* PERL_OBJECT build tweaksGurusamy Sarathy2000-07-141-32/+36
* inconsistent types needs castsGurusamy Sarathy2000-07-141-4/+6
* typecasts needed for change#6394Gurusamy Sarathy2000-07-141-4/+4
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-07-141-12/+10
|\
| * Fix the BOM bug: not a byteorder bug, a signedness bug.Jarkko Hietaniemi2000-07-141-10/+10
| * Integrate with Sarathy.Jarkko Hietaniemi2000-07-131-1/+1
| |\
| * | Re: format bug report [Patch]H.Merijn Brand2000-07-111-2/+2