summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add investigating self tie segfaults to the TODONicholas Clark2004-12-271-0/+6
* [perl #33173] shellwords.pl and tainting perl-5.8.0@ton.iguana.be2004-12-241-19/+17
* Missign STATEMENT brackets in PUSHMARKTon Hospel2004-12-241-14/+20
* Don't do the ... expansion on archlib, sitelib etc, given thatNicholas Clark2004-12-241-12/+26
* Re: [patch perlapi doc] sv_magicStas Bekman2004-12-242-0/+6
* Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)Craig A. Berry2004-12-241-0/+1
* Bother. It helps if you also propagate the new entry to config.shNicholas Clark2004-12-231-0/+1
* Oops. You can't add new entries to config_h.SH without making someNicholas Clark2004-12-231-0/+1
* Relocatable @INC entries for Unix.Nicholas Clark2004-12-237-27/+209
* 23669 was not such a good idea. More research needed.H.Merijn Brand2004-12-231-53/+53
* The "Setuid script not plain file" error wasn't documented.Rafael Garcia-Suarez2004-12-231-0/+5
* Data::Dumper Freezer fixesSam Tregar2004-12-234-10/+116
* Fix typoNicholas Clark2004-12-221-1/+1
* Just to re-sync with metaconfig output. No real changes.H.Merijn Brand2004-12-221-53/+53
* Move the definition of the S_procself_val() function beforeRafael Garcia-Suarez2004-12-221-35/+34
* Move the setting of $^X ahead of the initialisation of @INCNicholas Clark2004-12-211-17/+26
* $#a>>=1 relies on malloc wrap to avoid the segfault, so need toNicholas Clark2004-12-211-2/+6
* Note that the shell's test uses eq etc for numbers, = etc forNicholas Clark2004-12-212-0/+8
* AUTHORSTels2004-12-201-1/+1
* Re: [perl #32717] BeOS specific Updatesbonefish@cs.tu-berlin.de2004-12-178-664/+114