| Commit message (Expand) | Author | Age | Files | Lines |
* | gcc and ld in Configure | Robin Barker | 2005-01-05 | 1 | -2/+2 |
* | Avoid segfault when pthread_key_create fails | Gisle Aas | 2005-01-05 | 1 | -2/+1 |
* | -Duselargefiles for VMS | Craig A. Berry | 2005-01-05 | 3 | -30/+173 |
* | Rafael spotted that my changes caused warnings. So clean up. | Nicholas Clark | 2005-01-05 | 1 | -0/+1 |
* | Update copyright years. | Nicholas Clark | 2005-01-04 | 5 | -6/+6 |
* | Make the switch statement discriminate similar names more | Nicholas Clark | 2005-01-04 | 1 | -20/+13 |
* | Check all attributes in modify_SV_attributes are recognised. | Nicholas Clark | 2005-01-04 | 2 | -4/+41 |
* | Use the new ${^UTF8LOCALE} to make the test reliable. | Nicholas Clark | 2005-01-04 | 1 | -9/+16 |
* | RE: [perl #32660] INT2PTR not mentioned in perlxs(1) | Robin Barker | 2005-01-04 | 1 | -1/+6 |
* | Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale | Nicholas Clark | 2005-01-04 | 2 | -2/+8 |
* | Bring win32/config.* into line with win32/config_H.* | Steve Hay | 2005-01-04 | 4 | -0/+4 |
* | Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16 | Tels | 2005-01-04 | 29 | -390/+921 |
* | Happy new year | Rafael Garcia-Suarez | 2005-01-04 | 1 | -2/+2 |
* | Return an immortal from attributes::_warn_reserved (a private | Nicholas Clark | 2005-01-03 | 1 | -4/+1 |
* | Change dXSTARGET to dXSTARG as recommended by Spider Boardman. | Nicholas Clark | 2005-01-03 | 1 | -21/+3 |
* | D'oh! Spurious aTHX_. Here was I thinking that my test build was | Nicholas Clark | 2005-01-03 | 1 | -1/+1 |
* | Integrate a patch from Gentoo for uclibc support. | Alexey Tourbin | 2005-01-03 | 1 | -1/+5 |
* | Remove compiler warnings. | Nicholas Clark | 2005-01-02 | 1 | -6/+5 |
* | Change 23727 broke code that relied on \ being escaped. | Nicholas Clark | 2005-01-02 | 3 | -3/+48 |
* | Splitting the -n/-p code and concatenating strings generates | Nicholas Clark | 2005-01-02 | 1 | -5/+7 |
* | 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 |