summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gcc and ld in ConfigureRobin Barker2005-01-051-2/+2
* Avoid segfault when pthread_key_create failsGisle Aas2005-01-051-2/+1
* -Duselargefiles for VMSCraig A. Berry2005-01-053-30/+173
* Rafael spotted that my changes caused warnings. So clean up.Nicholas Clark2005-01-051-0/+1
* Update copyright years.Nicholas Clark2005-01-045-6/+6
* Make the switch statement discriminate similar names moreNicholas Clark2005-01-041-20/+13
* Check all attributes in modify_SV_attributes are recognised.Nicholas Clark2005-01-042-4/+41
* Use the new ${^UTF8LOCALE} to make the test reliable.Nicholas Clark2005-01-041-9/+16
* RE: [perl #32660] INT2PTR not mentioned in perlxs(1) Robin Barker2005-01-041-1/+6
* Add ${^UTF8LOCALE} to give perl space access to PL_utf8localeNicholas Clark2005-01-042-2/+8
* Bring win32/config.* into line with win32/config_H.*Steve Hay2005-01-044-0/+4
* Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16Tels2005-01-0429-390/+921
* Happy new yearRafael Garcia-Suarez2005-01-041-2/+2
* Return an immortal from attributes::_warn_reserved (a privateNicholas Clark2005-01-031-4/+1
* Change dXSTARGET to dXSTARG as recommended by Spider Boardman.Nicholas Clark2005-01-031-21/+3
* D'oh! Spurious aTHX_. Here was I thinking that my test build wasNicholas Clark2005-01-031-1/+1
* Integrate a patch from Gentoo for uclibc support.Alexey Tourbin2005-01-031-1/+5
* Remove compiler warnings.Nicholas Clark2005-01-021-6/+5
* Change 23727 broke code that relied on \ being escaped.Nicholas Clark2005-01-023-3/+48
* Splitting the -n/-p code and concatenating strings generatesNicholas Clark2005-01-021-5/+7
* Concatenate some string constantsNicholas Clark2005-01-011-2/+2
* Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save aNicholas Clark2005-01-011-12/+5
* Probably should be using *pvn rather than *pv forms for speed inNicholas Clark2005-01-011-4/+4
* strEQ/strNE of 1 character strings seems better hand inlined,Nicholas Clark2005-01-017-29/+39
* Not all the world's a VAX, er ASCII, so don't make assumptions.Nicholas Clark2005-01-011-9/+13
* Change 23714 accidentally broke t/io/layers.t when testing withNicholas Clark2005-01-011-3/+9
* Skip the switch statement entirely if the pointer is null, ratherNicholas Clark2004-12-311-47/+50
* Doing the strnEQ char by char for 2 and 3 character stringsNicholas Clark2004-12-311-2/+2
* Improve documentation for is_gv_magical, and split the switchNicholas Clark2004-12-311-92/+106
* Because name is always NUL terminated we can incorporate lengthNicholas Clark2004-12-311-2/+3
* Generate smaller object code by using a single switch statementNicholas Clark2004-12-311-13/+20
* Tidy up comments in change 23716Nicholas Clark2004-12-311-2/+2
* Refactor gv_fetchpv so that the overwhelmingly common caseNicholas Clark2004-12-311-220/+216
* randbits and randfunc for VMSCraig A. Berry2004-12-311-1/+7
* Bug in t/io/layers.t spotted by Ignasi Roca CarriĆ³Nicholas Clark2004-12-312-2/+2
* Mention ppport.h and its --api-info switch in perlguts.Marcus Holland-Moritz2004-12-301-0/+20
* Allow Configure's d_attribut to be set from the command lineGisle Aas2004-12-301-1/+6
* Thinko in the description of Config::ExtensionsNicholas Clark2004-12-291-1/+1
* Experimental module intended to simplify core regression testsNicholas Clark2004-12-293-0/+98
* Skip tests that binmode :utf8 if there is no perlioNicholas Clark2004-12-291-2/+16
* Ooops. Fix unitialised variableNicholas Clark2004-12-291-0/+1
* Oops. Forgot to uncomment the last set of Unicode values forNicholas Clark2004-12-291-2/+2
* read (and presuambly sysread) would expose the UTF8 internals whenNicholas Clark2004-12-292-35/+65
* Add a lot of tests for combinations of values, offsets and lengthsNicholas Clark2004-12-291-1/+58
* Convert op/read.t to use test.pl and make it stricture compliant.Nicholas Clark2004-12-291-7/+14
* Upgrade to Devel::PPPort 3.04Marcus Holland-Moritz2004-12-299-15/+105
* Rebuilt after backport start for 23674, 23675, and 23676H.Merijn Brand2004-12-291-2/+7
* Cleanup ext/B tests for -w and to run separatelyStephen McCamant2004-12-2922-74/+180
* Make Config.t warnings and strictures cleanNicholas Clark2004-12-281-10/+15
* [patch sv.c] comment fixStas Bekman2004-12-271-4/+4