| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Concatenate some string constants | Nicholas Clark | 2005-01-01 | 1 | -2/+2 |
* | Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a | Nicholas Clark | 2005-01-01 | 1 | -12/+5 |
* | Probably should be using *pvn rather than *pv forms for speed in | Nicholas Clark | 2005-01-01 | 1 | -4/+4 |
* | strEQ/strNE of 1 character strings seems better hand inlined, | Nicholas Clark | 2005-01-01 | 7 | -29/+39 |
* | Not all the world's a VAX, er ASCII, so don't make assumptions. | Nicholas Clark | 2005-01-01 | 1 | -9/+13 |
* | Change 23714 accidentally broke t/io/layers.t when testing with | Nicholas Clark | 2005-01-01 | 1 | -3/+9 |
* | Skip the switch statement entirely if the pointer is null, rather | Nicholas Clark | 2004-12-31 | 1 | -47/+50 |
* | Doing the strnEQ char by char for 2 and 3 character strings | Nicholas Clark | 2004-12-31 | 1 | -2/+2 |
* | Improve documentation for is_gv_magical, and split the switch | Nicholas Clark | 2004-12-31 | 1 | -92/+106 |
* | Because name is always NUL terminated we can incorporate length | Nicholas Clark | 2004-12-31 | 1 | -2/+3 |
* | Generate smaller object code by using a single switch statement | Nicholas Clark | 2004-12-31 | 1 | -13/+20 |
* | Tidy up comments in change 23716 | Nicholas Clark | 2004-12-31 | 1 | -2/+2 |
* | Refactor gv_fetchpv so that the overwhelmingly common case | Nicholas Clark | 2004-12-31 | 1 | -220/+216 |
* | randbits and randfunc for VMS | Craig A. Berry | 2004-12-31 | 1 | -1/+7 |
* | Bug in t/io/layers.t spotted by Ignasi Roca CarriĆ³ | Nicholas Clark | 2004-12-31 | 2 | -2/+2 |
* | Mention ppport.h and its --api-info switch in perlguts. | Marcus Holland-Moritz | 2004-12-30 | 1 | -0/+20 |
* | Allow Configure's d_attribut to be set from the command line | Gisle Aas | 2004-12-30 | 1 | -1/+6 |
* | Thinko in the description of Config::Extensions | Nicholas Clark | 2004-12-29 | 1 | -1/+1 |
* | Experimental module intended to simplify core regression tests | Nicholas Clark | 2004-12-29 | 3 | -0/+98 |
* | Skip tests that binmode :utf8 if there is no perlio | Nicholas Clark | 2004-12-29 | 1 | -2/+16 |
* | Ooops. Fix unitialised variable | Nicholas Clark | 2004-12-29 | 1 | -0/+1 |
* | Oops. Forgot to uncomment the last set of Unicode values for | Nicholas Clark | 2004-12-29 | 1 | -2/+2 |
* | read (and presuambly sysread) would expose the UTF8 internals when | Nicholas Clark | 2004-12-29 | 2 | -35/+65 |
* | Add a lot of tests for combinations of values, offsets and lengths | Nicholas Clark | 2004-12-29 | 1 | -1/+58 |
* | Convert op/read.t to use test.pl and make it stricture compliant. | Nicholas Clark | 2004-12-29 | 1 | -7/+14 |
* | Upgrade to Devel::PPPort 3.04 | Marcus Holland-Moritz | 2004-12-29 | 9 | -15/+105 |
* | Rebuilt after backport start for 23674, 23675, and 23676 | H.Merijn Brand | 2004-12-29 | 1 | -2/+7 |
* | Cleanup ext/B tests for -w and to run separately | Stephen McCamant | 2004-12-29 | 22 | -74/+180 |
* | Make Config.t warnings and strictures clean | Nicholas Clark | 2004-12-28 | 1 | -10/+15 |
* | [patch sv.c] comment fix | Stas Bekman | 2004-12-27 | 1 | -4/+4 |
* | Add investigating self tie segfaults to the TODO | Nicholas Clark | 2004-12-27 | 1 | -0/+6 |
* | [perl #33173] shellwords.pl and tainting | perl-5.8.0@ton.iguana.be | 2004-12-24 | 1 | -19/+17 |
* | Missign STATEMENT brackets in PUSHMARK | Ton Hospel | 2004-12-24 | 1 | -14/+20 |
* | Don't do the ... expansion on archlib, sitelib etc, given that | Nicholas Clark | 2004-12-24 | 1 | -12/+26 |
* | Re: [patch perlapi doc] sv_magic | Stas Bekman | 2004-12-24 | 2 | -0/+6 |
* | Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu) | Craig A. Berry | 2004-12-24 | 1 | -0/+1 |
* | Bother. It helps if you also propagate the new entry to config.sh | Nicholas Clark | 2004-12-23 | 1 | -0/+1 |
* | Oops. You can't add new entries to config_h.SH without making some | Nicholas Clark | 2004-12-23 | 1 | -0/+1 |
* | Relocatable @INC entries for Unix. | Nicholas Clark | 2004-12-23 | 7 | -27/+209 |
* | 23669 was not such a good idea. More research needed. | H.Merijn Brand | 2004-12-23 | 1 | -53/+53 |
* | The "Setuid script not plain file" error wasn't documented. | Rafael Garcia-Suarez | 2004-12-23 | 1 | -0/+5 |
* | Data::Dumper Freezer fixes | Sam Tregar | 2004-12-23 | 4 | -10/+116 |
* | Fix typo | Nicholas Clark | 2004-12-22 | 1 | -1/+1 |
* | Just to re-sync with metaconfig output. No real changes. | H.Merijn Brand | 2004-12-22 | 1 | -53/+53 |
* | Move the definition of the S_procself_val() function before | Rafael Garcia-Suarez | 2004-12-22 | 1 | -35/+34 |
* | Move the setting of $^X ahead of the initialisation of @INC | Nicholas Clark | 2004-12-21 | 1 | -17/+26 |
* | $#a>>=1 relies on malloc wrap to avoid the segfault, so need to | Nicholas Clark | 2004-12-21 | 1 | -2/+6 |
* | Note that the shell's test uses eq etc for numbers, = etc for | Nicholas Clark | 2004-12-21 | 2 | -0/+8 |
* | AUTHORS | Tels | 2004-12-20 | 1 | -1/+1 |
* | Re: [perl #32717] BeOS specific Updates | bonefish@cs.tu-berlin.de | 2004-12-17 | 8 | -664/+114 |