| Commit message (Expand) | Author | Age | Files | Lines |
* | Did not get that has_utf8/this_utf8 fix right last time, another spot | Nick Ing-Simmons | 2000-12-09 | 1 | -4/+5 |
* | Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8 | Nick Ing-Simmons | 2000-12-09 | 1 | -72/+72 |
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 1 | -27/+0 |
* | Integrate perlio: | Jarkko Hietaniemi | 2000-12-04 | 1 | -1/+1 |
|\ |
|
| * | Quieten some noise in Win32 builds: | Nick Ing-Simmons | 2000-12-04 | 1 | -1/+1 |
* | | Make uv_to_utf8() to zero-terminate its output buffer, | Jarkko Hietaniemi | 2000-12-03 | 1 | -1/+1 |
|/ |
|
* | Re: [ID 20001130.011] expression parsing bug ? | Mike Guy | 2000-12-02 | 1 | -1/+1 |
* | Some help for 20001130.011. Now one gets warnings like | Jarkko Hietaniemi | 2000-12-01 | 1 | -33/+52 |
* | Retract #7941. Forbidding subs m/s/etc is too cruel because | Jarkko Hietaniemi | 2000-12-01 | 1 | -25/+0 |
* | (Retracted by #7943.) | Jarkko Hietaniemi | 2000-12-01 | 1 | -0/+25 |
* | toke.c perlio.c -Wformat nits | Robin Barker | 2000-11-30 | 1 | -2/+2 |
* | Tokeniser debugging | Simon Cozens | 2000-11-29 | 1 | -1/+33 |
* | Go ahead and #include <unistd.h> in perl.h. | Jarkko Hietaniemi | 2000-11-22 | 1 | -6/+0 |
* | [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values | Yitzchak Scott-Thoennes | 2000-11-14 | 1 | -1/+1 |
* | Overrideable keys, each, pop, push, shift, splice, unshift. | Casey R. Tweten | 2000-11-08 | 1 | -7/+7 |
* | glibc5 detection by __GNU_LIBRARY__. | Jarkko Hietaniemi | 2000-11-06 | 1 | -2/+8 |
* | Fix for | David Dyck | 2000-11-06 | 1 | -2/+20 |
* | A fix of sorts for 20000329.026, a better error message | Jarkko Hietaniemi | 2000-11-05 | 1 | -4/+13 |
* | Make \x{...} consistently produce UTF-8. | Simon Cozens | 2000-10-29 | 1 | -19/+20 |
* | The reëntrant version shouldn't be needed unless USE_PURE_BISON. | Jarkko Hietaniemi | 2000-10-28 | 1 | -17/+19 |
* | Continue the internal UTF-8 API tweaking. | Jarkko Hietaniemi | 2000-10-25 | 1 | -2/+2 |
* | Allow poking holes at the UTF-8 decoding strictness. | Jarkko Hietaniemi | 2000-10-25 | 1 | -2/+2 |
* | Make the UTF-8 decoding stricter and more verbose when | Jarkko Hietaniemi | 2000-10-24 | 1 | -28/+38 |
* | Make scan_num() reëntrant, as suggested in | Roca, Ignasi | 2000-10-20 | 1 | -16/+11 |
* | Reëntrancy fix. | Roca, Ignasi | 2000-10-20 | 1 | -12/+39 |
* | Allow @+ and @- to be doublequoted, from Simon Cozens. | Jarkko Hietaniemi | 2000-10-13 | 1 | -2/+4 |
* | Re: Trapping by opmask sets strange parser state [PATCH] | Gisle Aas | 2000-09-30 | 1 | -1/+1 |
* | Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075. | Nick Ing-Simmons | 2000-09-30 | 1 | -2/+2 |
* | Fix for the charnames.t failures from Spider Boardman. | Jarkko Hietaniemi | 2000-09-15 | 1 | -0/+1 |
* | Re: perl@7078 | Spider Boardman | 2000-09-14 | 1 | -0/+2 |
* | continued -Wformat support | Robin Barker | 2000-09-14 | 1 | -2/+2 |
* | Batch of UTF-8 patches from Simon Cozens. | Jarkko Hietaniemi | 2000-09-14 | 1 | -2/+2 |
* | Allow chop() and chomp() to be overridden. | Casey R. Tweten | 2000-09-14 | 1 | -2/+2 |
* | Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 | Hugo van der Sanden | 2000-09-07 | 1 | -4/+4 |
* | Drop unused argument. | Spider Boardman | 2000-09-01 | 1 | -2/+1 |
* | Have symbols for the IoTYPEs. | Jarkko Hietaniemi | 2000-08-06 | 1 | -4/+4 |
* | BOM patching from Simon Cozens. | Jarkko Hietaniemi | 2000-08-01 | 1 | -2/+10 |
* | The swallow_bom() saga continues. The #23 of require.t | Jarkko Hietaniemi | 2000-07-31 | 1 | -30/+43 |
* | A new version of the "remove UPPERACSE string comparison" | Jarkko Hietaniemi | 2000-07-30 | 1 | -16/+0 |
* | Tune the comments and hopefully stop a memory leak. | Jarkko Hietaniemi | 2000-07-29 | 1 | -1/+6 |
* | Back out #6454, doesn't seem to work. | Jarkko Hietaniemi | 2000-07-28 | 1 | -0/+16 |
* | Remove EQ, NE, GT, LT, GE, LE (they have been deprecated | Jarkko Hietaniemi | 2000-07-27 | 1 | -16/+0 |
* | Get UTF16 BOMs working. Patch from | M. J. T. Guy | 2000-07-25 | 1 | -0/+6 |
* | PERL_OBJECT build tweaks | Gurusamy Sarathy | 2000-07-14 | 1 | -32/+36 |
* | inconsistent types needs casts | Gurusamy Sarathy | 2000-07-14 | 1 | -4/+6 |
* | typecasts needed for change#6394 | Gurusamy Sarathy | 2000-07-14 | 1 | -4/+4 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-07-14 | 1 | -12/+10 |
|\ |
|
| * | Fix the BOM bug: not a byteorder bug, a signedness bug. | Jarkko Hietaniemi | 2000-07-14 | 1 | -10/+10 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-07-13 | 1 | -1/+1 |
| |\ |
|
| * | | Re: format bug report [Patch] | H.Merijn Brand | 2000-07-11 | 1 | -2/+2 |