| Commit message (Expand) | Author | Age | Files | Lines |
* | return clauses are nice. | Jarkko Hietaniemi | 2001-05-26 | 1 | -3/+3 |
* | change 10199 backwards? | Doug MacEachern | 2001-05-26 | 1 | -19/+19 |
* | Re: 5.6.*, bleadperl: bugs in pp_concat | Hugo van der Sanden | 2001-05-26 | 1 | -31/+133 |
* | Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH] | John Peacock | 2001-05-26 | 1 | -1/+1 |
* | RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checki... | Richard Soderberg | 2001-05-24 | 1 | -9/+27 |
* | [LARGE!] symbolic magic | Dave Mitchell | 2001-05-20 | 1 | -56/+72 |
* | Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] | Hugo van der Sanden | 2001-04-30 | 1 | -1/+0 |
* | Change PL_numeric_radix to PL_numeric_radix_sv (and leave in | Jarkko Hietaniemi | 2001-04-30 | 1 | -3/+3 |
* | Re: PATCH 5.7.1 | Mark-Jason Dominus | 2001-04-23 | 1 | -0/+1 |
* | Re: [ID 20010422.003] Core dump in overloaded bool while using ' | Simon Cozens | 2001-04-22 | 1 | -5/+5 |
* | Thinko in manual patch applying. | Jarkko Hietaniemi | 2001-04-09 | 1 | -1/+1 |
* | Re: [PATCH perl@9424] isn't numeric warning | Robin Barker | 2001-04-09 | 1 | -1/+1 |
* | isn't numeric warning | Robin Barker | 2001-04-07 | 1 | -2/+6 |
* | Integrate changes #9584,9587 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-06 | 1 | -0/+1 |
* | Integrate changes #9493,9494,9495,9496 from maintperl | Jarkko Hietaniemi | 2001-04-01 | 1 | -5/+5 |
* | Noticed that two tests were skipped as perlio:: package | Nick Ing-Simmons | 2001-03-29 | 1 | -2/+6 |
* | Re: perl@9359 breaks HTML::Parser | Gisle Aas | 2001-03-27 | 1 | -10/+14 |
* | sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv, | Jarkko Hietaniemi | 2001-03-27 | 1 | -1/+3 |
* | More EBCDIC stuff: | Nick Ing-Simmons | 2001-03-20 | 1 | -2/+3 |
* | Integrate mainline. | Nick Ing-Simmons | 2001-03-19 | 1 | -7/+13 |
|\ |
|
| * | Integrate change #9233 from maintperl into mainline. | Jarkko Hietaniemi | 2001-03-19 | 1 | -4/+4 |
| * | Integrate change #9197 from maintperl to mainline. | Jarkko Hietaniemi | 2001-03-18 | 1 | -4/+10 |
* | | More EBCDIC fixes. | Nick Ing-Simmons | 2001-03-19 | 1 | -9/+5 |
|/ |
|
* | Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that | Nick Ing-Simmons | 2001-03-18 | 1 | -8/+8 |
* | EBCDIC Fixes. | Nick Ing-Simmons | 2001-03-16 | 1 | -22/+28 |
* | Integrate mainline. | Nick Ing-Simmons | 2001-03-12 | 1 | -1/+4 |
|\ |
|
| * | Integrate change #9108 from maintperl to mainline. | Jarkko Hietaniemi | 2001-03-12 | 1 | -1/+4 |
* | | #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case. | Nick Ing-Simmons | 2001-03-12 | 1 | -3/+25 |
|/ |
|
* | Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget. | Nick Ing-Simmons | 2001-03-11 | 1 | -2/+4 |
* | EBCDIC sanity - phase I | Nick Ing-Simmons | 2001-03-10 | 1 | -9/+5 |
* | Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts | Dave Mitchell | 2001-03-09 | 1 | -2/+2 |
* | Re: Unicode/EBCDIC | Peter Prymmer | 2001-03-09 | 1 | -0/+4 |
* | Long-standing "defined but not used" SvPVbyte*() are about to get used | Nick Ing-Simmons | 2001-03-05 | 1 | -1/+2 |
* | Re: sync sync sync: have I missed any patches? | Tim Jenness | 2001-02-28 | 1 | -1/+1 |
* | Encode API documentation nd tidy up. | Nick Ing-Simmons | 2001-02-24 | 1 | -7/+32 |
* | Integrate change #8868 from pureperl to mainline. | Jarkko Hietaniemi | 2001-02-21 | 1 | -2/+12 |
* | Put back the #8840, it was innocent. | Jarkko Hietaniemi | 2001-02-21 | 1 | -0/+19 |
* | Don't do casting between pointers pointing to differently sized | Jarkko Hietaniemi | 2001-02-20 | 1 | -2/+6 |
* | Retract the #8838 and #8840 for now because of | Jarkko Hietaniemi | 2001-02-20 | 1 | -19/+0 |
* | [patch] add sv_setref_uv | Doug MacEachern | 2001-02-19 | 1 | -0/+19 |
* | UTF-8 tweaks. | Jarkko Hietaniemi | 2001-02-18 | 1 | -8/+6 |
* | [patch] -Wall | Doug MacEachern | 2001-02-17 | 1 | -8/+9 |
* | [patch] GvSHARED | Doug MacEachern | 2001-02-10 | 1 | -0/+80 |
* | [ID 20010206.010] S_ functions not declared STATIC | Nicholas Clark | 2001-02-08 | 1 | -1/+1 |
* | Re: [patch] Re: PL_ptr_table | Doug MacEachern | 2001-02-08 | 1 | -1/+51 |
* | Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669 | Jarkko Hietaniemi | 2001-02-01 | 1 | -1/+1 |
* | All the uses of PL_numeric_radix must be protected by | Olaf Flebbe | 2001-01-31 | 1 | -0/+6 |
* | Fix for the fa_IR locale failure. The reason for the failure | Jarkko Hietaniemi | 2001-01-30 | 1 | -4/+11 |
* | Signedness nit. | Jarkko Hietaniemi | 2001-01-30 | 1 | -2/+2 |
* | Patch from Inaba Hiroto: | Jarkko Hietaniemi | 2001-01-28 | 1 | -18/+14 |