summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Backward compatibility issues for HP-UX 10.01 and olderH.Merijn Brand2004-06-231-1/+11
* Proposed patch + test case.Marcel GrĂ¼nauer2004-06-222-6/+12
* Adjust array index in FileCache.pm.bbucklan@jpl-devvax.jpl.nasa.gov2004-06-221-1/+1
* DB_File 1.809 was RE: [perl #30237] DB_File methods and substr don't mixPaul Marquess2004-06-227-38/+424
* Abolish the "Tied variable freed while still in use" error - I haveNicholas Clark2004-06-223-12/+17
* Storable signedness nit Craig A. Berry2004-06-221-4/+4
* Skip tests if List::Util not builtNicholas Clark2004-06-225-0/+25
* Skip test if Data::Dumper not builtNicholas Clark2004-06-221-0/+5
* Skip test if Devel::PPPort is not built.Nicholas Clark2004-06-221-0/+6
* Upgrade to I18N::LangTags 0.32Rafael Garcia-Suarez2004-06-224-7/+19
* make mktables always update modifed time to play better with makeDave Mitchell2004-06-202-2/+5
* fix typo in gp_freeDave Mitchell2004-06-201-1/+1
* 'make test' without preceeding 'make' fails.Dave Mitchell2004-06-191-1/+1
* When expecting an error, it's best to check the text you got, ratherNicholas Clark2004-06-181-2/+4
* Case insensitive file systems are bad, m'kayNicholas Clark2004-06-181-1/+1
* This needs POSIX, so skip if no POSIXNicholas Clark2004-06-181-0/+5
* Also needs skipping if PerlIO::via not builtNicholas Clark2004-06-181-0/+5
* Skip tests when PerlIO::scalar and PerlIO::via aren't builtNicholas Clark2004-06-182-3/+13
* Not ideal, but skip all of IO's tests if Socket is not built.Nicholas Clark2004-06-181-0/+5
* Skip test if perl configured without threads::sharedNicholas Clark2004-06-181-0/+5
* Skip test if Devel::PPPort not builtNicholas Clark2004-06-181-0/+5
* Skip re tests if re not built.Nicholas Clark2004-06-181-0/+5
* If we don't build B, we should skip all its tests.Nicholas Clark2004-06-1821-0/+104
* D'oh. Don't turn on warnings on the #! line without actually testingNicholas Clark2004-06-181-4/+4
* Unicode::UCD uses Storable, so we can't test if Storable isn't built.Nicholas Clark2004-06-181-0/+6
* Can't test the B modules if we didn't build 'emNicholas Clark2004-06-181-3/+3
* Need to skip test 7 if perl built without the PerlIO::scalar extensionNicholas Clark2004-06-181-1/+2
* Upgrade to I18N::LangTags 0.31.Rafael Garcia-Suarez2004-06-185-27/+75
* As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn'tNicholas Clark2004-06-171-1/+1
* Change 22516 forgot to add make_overload.pl to generate test dataNicholas Clark2004-06-172-0/+14
* Storable should cope if the string to thaw happens to be utf8 encodedNicholas Clark2004-06-175-4/+69
* Upgrade to Locale::Maketext 1.09Rafael Garcia-Suarez2004-06-1713-271/+150
* Upgrade to I18N::LangTags 0.30.Rafael Garcia-Suarez2004-06-1712-24/+759
* More forgiving version comparison in perlivp.Rafael Garcia-Suarez2004-06-171-1/+1
* Improve the substitution to cc_r for threading so that compilersNicholas Clark2004-06-161-5/+15
* File::Basename docsBoris Zentner2004-06-151-2/+5
* It seems that our assert() macro wasn't good enough.Nicholas Clark2004-06-152-17/+8
* perlop.pod: add an example to the .. and ... operatorsShlomi Fish2004-06-151-1/+21
* Assert SvTYPE is at least PGMV whenever accessing SvSTASHNicholas Clark2004-06-152-4/+3
* Assert that SV type has magic member when reading/writing.Nicholas Clark2004-06-142-2/+9
* More h2ph voodoo.Rafael Garcia-Suarez2004-06-131-4/+7
* t/TESTAbe Timmerman2004-06-131-2/+6
* Reapply change #20983, rolled back by change #22920,Rafael Garcia-Suarez2004-06-112-6/+4
* More h2ph tweaks: recognition of C typesRafael Garcia-Suarez2004-06-111-18/+23
* More h2ph tweaking for gcc __inline functionsRafael Garcia-Suarez2004-06-111-18/+27
* t/comp/utf.t failed when configuring with -Dnoextensions=EncodeMarcus Holland-Moritz2004-06-111-0/+5
* Remove a warning against unsafe signals in perlipc.pod,Rafael Garcia-Suarez2004-06-111-9/+0
* Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparse...Mathieu Arnold2004-06-102-4/+4
* Make h2ph able to understand a limited set of inline functions.Rafael Garcia-Suarez2004-06-101-4/+58
* Change 22872 breaks shared miniperl invocationAlexey Tourbin2004-06-101-1/+1