| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | integrate cfgperl changes#6261..6266 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -2/+58 |
* | | integrate cfgperl change#6250 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+24 |
* | | integrate cfgperl changes#6220..6222 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -27/+2 |
|/ |
|
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-06-03 | 1 | -3/+8 |
|\ |
|
| * | fix small eval"" memory leaks under USE_ITHREADS | Gurusamy Sarathy | 2000-06-02 | 1 | -3/+8 |
* | | Single-quoted utf8 patch from Simon Cozens. | Jarkko Hietaniemi | 2000-05-31 | 1 | -0/+2 |
|/ |
|
* | Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched. | Jarkko Hietaniemi | 2000-05-30 | 1 | -9/+13 |
* | MacOS support, part 1 (from Matthias Neeracher | Gurusamy Sarathy | 2000-05-28 | 1 | -18/+36 |
* | downgrade fatal error on C<"foo@nosucharray.com"> to optional warning | Gurusamy Sarathy | 2000-05-28 | 1 | -3/+8 |
* | reverse() and quotemeta() weren't preserving utf8-ness; add tests | Gurusamy Sarathy | 2000-05-07 | 1 | -1/+1 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-04 | 1 | -1/+1 |
|\ |
|
| * | tokeq() could read unallocated field in argument | Gurusamy Sarathy | 2000-05-04 | 1 | -1/+1 |
* | | The logic of choosing strtol/strtoul/strtoll/strtoull was wrong | Jarkko Hietaniemi | 2000-05-04 | 1 | -36/+52 |
|/ |
|
* | change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it | Gurusamy Sarathy | 2000-05-02 | 1 | -0/+3 |
* | extend "Unrecognized escape" warning to \8, \9, and \_ as well | Gurusamy Sarathy | 2000-04-30 | 1 | -1/+1 |
* | fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]> | Gurusamy Sarathy | 2000-04-28 | 1 | -0/+5 |
* | qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes | Gurusamy Sarathy | 2000-04-28 | 1 | -1/+1 |
* | autoquote barewords followed by newline and arrow properly | Gurusamy Sarathy | 2000-04-27 | 1 | -2/+10 |
* | POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>) | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+2 |
* | make parenthetic warnings look consistent; make diagnostic on | Gurusamy Sarathy | 2000-03-21 | 1 | -1/+1 |
* | change#5797 didn't do the right thing for "\xff\N{WHITE SMILING FACE}" | Gurusamy Sarathy | 2000-03-20 | 1 | -1/+7 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-19 | 1 | -1/+1 |
|\ |
|
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-18 | 1 | -2/+8 |
| |\ |
|
| * | | Use the newSVuv(). | Jarkko Hietaniemi | 2000-03-18 | 1 | -1/+1 |
* | | | produce better error message when \N{...} is used without | Gurusamy Sarathy | 2000-03-19 | 1 | -12/+10 |
| |/
|/| |
|
* | | queued errors may not be displayed after the PL_error_count limit | Gurusamy Sarathy | 2000-03-18 | 1 | -2/+8 |
|/ |
|
* | make "\N{...}" enable utf8-ness correctly | Gurusamy Sarathy | 2000-03-18 | 1 | -0/+2 |
* | don't check for errno after Atof() (atof() doesn't set errno, and | Gurusamy Sarathy | 2000-03-13 | 1 | -9/+4 |
* | Larry's patch to disallow CORE::Snark, with perldiag entry | Gurusamy Sarathy | 2000-03-12 | 1 | -1/+2 |
* | Use Atof() instead of bare strtod(); ditto for Atol()/Atoul() | Jarkko Hietaniemi | 2000-03-11 | 1 | -18/+5 |
* | 64-bit build fix on VMS (from Dan Sugalski) | Gurusamy Sarathy | 2000-03-06 | 1 | -1/+2 |
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-03-06 | 1 | -4/+3 |