| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | | Be less forgiving about ambiguous and illegal tr ranges. | Mark-Jason Dominus | 2000-07-11 | 1 | -2/+16 |
| * | | Fix the alignment problem in Crays ([ID 20000612.002]). | Jarkko Hietaniemi | 2000-07-07 | 1 | -5/+5 |
| * | | Win32 patches for cfgperl from Sarathy. | Jarkko Hietaniemi | 2000-07-04 | 1 | -21/+21 |
| * | | Re: [PATCH cfgperl] BOMs away! | Simon Cozens | 2000-06-28 | 1 | -2/+58 |
| * | | Re: [PATCH] support 'my __PACKAGE__ $obj = ...' | Doug MacEachern | 2000-06-28 | 1 | -1/+24 |
| * | | Do no -warn on \_, only on \alpha. | David Dyck | 2000-06-27 | 1 | -1/+1 |
| * | | Remove tr///CU (the feature is to be obsoleted by better interfaces). | Simon Cozens | 2000-06-23 | 1 | -27/+2 |
* | | | enable UTF-16 filter by default if relevant BOM is seen; various | Gurusamy Sarathy | 2000-07-14 | 1 | -62/+66 |
| |/
|/| |
|
* | | tweak for build failure under multiplicity | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+1 |
* | | integrate cfgperl changes#6325..6373 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -4/+18 |
* | | integrate cfgperl changes#6293..6324 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -26/+26 |