| Commit message (Expand) | Author | Age | Files | Lines |
* | Backward compatibility issues for HP-UX 10.01 and older | H.Merijn Brand | 2004-06-23 | 1 | -1/+11 |
* | Proposed patch + test case. | Marcel GrĂ¼nauer | 2004-06-22 | 2 | -6/+12 |
* | Adjust array index in FileCache.pm. | bbucklan@jpl-devvax.jpl.nasa.gov | 2004-06-22 | 1 | -1/+1 |
* | DB_File 1.809 was RE: [perl #30237] DB_File methods and substr don't mix | Paul Marquess | 2004-06-22 | 7 | -38/+424 |
* | Abolish the "Tied variable freed while still in use" error - I have | Nicholas Clark | 2004-06-22 | 3 | -12/+17 |
* | Storable signedness nit | Craig A. Berry | 2004-06-22 | 1 | -4/+4 |
* | Skip tests if List::Util not built | Nicholas Clark | 2004-06-22 | 5 | -0/+25 |
* | Skip test if Data::Dumper not built | Nicholas Clark | 2004-06-22 | 1 | -0/+5 |
* | Skip test if Devel::PPPort is not built. | Nicholas Clark | 2004-06-22 | 1 | -0/+6 |
* | Upgrade to I18N::LangTags 0.32 | Rafael Garcia-Suarez | 2004-06-22 | 4 | -7/+19 |
* | make mktables always update modifed time to play better with make | Dave Mitchell | 2004-06-20 | 2 | -2/+5 |
* | fix typo in gp_free | Dave Mitchell | 2004-06-20 | 1 | -1/+1 |
* | 'make test' without preceeding 'make' fails. | Dave Mitchell | 2004-06-19 | 1 | -1/+1 |
* | When expecting an error, it's best to check the text you got, rather | Nicholas Clark | 2004-06-18 | 1 | -2/+4 |
* | Case insensitive file systems are bad, m'kay | Nicholas Clark | 2004-06-18 | 1 | -1/+1 |
* | This needs POSIX, so skip if no POSIX | Nicholas Clark | 2004-06-18 | 1 | -0/+5 |
* | Also needs skipping if PerlIO::via not built | Nicholas Clark | 2004-06-18 | 1 | -0/+5 |
* | Skip tests when PerlIO::scalar and PerlIO::via aren't built | Nicholas Clark | 2004-06-18 | 2 | -3/+13 |
* | Not ideal, but skip all of IO's tests if Socket is not built. | Nicholas Clark | 2004-06-18 | 1 | -0/+5 |
* | Skip test if perl configured without threads::shared | Nicholas Clark | 2004-06-18 | 1 | -0/+5 |
* | Skip test if Devel::PPPort not built | Nicholas Clark | 2004-06-18 | 1 | -0/+5 |
* | Skip re tests if re not built. | Nicholas Clark | 2004-06-18 | 1 | -0/+5 |
* | If we don't build B, we should skip all its tests. | Nicholas Clark | 2004-06-18 | 21 | -0/+104 |
* | D'oh. Don't turn on warnings on the #! line without actually testing | Nicholas Clark | 2004-06-18 | 1 | -4/+4 |
* | Unicode::UCD uses Storable, so we can't test if Storable isn't built. | Nicholas Clark | 2004-06-18 | 1 | -0/+6 |
* | Can't test the B modules if we didn't build 'em | Nicholas Clark | 2004-06-18 | 1 | -3/+3 |
* | Need to skip test 7 if perl built without the PerlIO::scalar extension | Nicholas Clark | 2004-06-18 | 1 | -1/+2 |
* | Upgrade to I18N::LangTags 0.31. | Rafael Garcia-Suarez | 2004-06-18 | 5 | -27/+75 |
* | As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't | Nicholas Clark | 2004-06-17 | 1 | -1/+1 |
* | Change 22516 forgot to add make_overload.pl to generate test data | Nicholas Clark | 2004-06-17 | 2 | -0/+14 |
* | Storable should cope if the string to thaw happens to be utf8 encoded | Nicholas Clark | 2004-06-17 | 5 | -4/+69 |
* | Upgrade to Locale::Maketext 1.09 | Rafael Garcia-Suarez | 2004-06-17 | 13 | -271/+150 |
* | Upgrade to I18N::LangTags 0.30. | Rafael Garcia-Suarez | 2004-06-17 | 12 | -24/+759 |
* | More forgiving version comparison in perlivp. | Rafael Garcia-Suarez | 2004-06-17 | 1 | -1/+1 |
* | Improve the substitution to cc_r for threading so that compilers | Nicholas Clark | 2004-06-16 | 1 | -5/+15 |
* | File::Basename docs | Boris Zentner | 2004-06-15 | 1 | -2/+5 |
* | It seems that our assert() macro wasn't good enough. | Nicholas Clark | 2004-06-15 | 2 | -17/+8 |
* | perlop.pod: add an example to the .. and ... operators | Shlomi Fish | 2004-06-15 | 1 | -1/+21 |
* | Assert SvTYPE is at least PGMV whenever accessing SvSTASH | Nicholas Clark | 2004-06-15 | 2 | -4/+3 |
* | Assert that SV type has magic member when reading/writing. | Nicholas Clark | 2004-06-14 | 2 | -2/+9 |
* | More h2ph voodoo. | Rafael Garcia-Suarez | 2004-06-13 | 1 | -4/+7 |
* | t/TEST | Abe Timmerman | 2004-06-13 | 1 | -2/+6 |
* | Reapply change #20983, rolled back by change #22920, | Rafael Garcia-Suarez | 2004-06-11 | 2 | -6/+4 |
* | More h2ph tweaks: recognition of C types | Rafael Garcia-Suarez | 2004-06-11 | 1 | -18/+23 |
* | More h2ph tweaking for gcc __inline functions | Rafael Garcia-Suarez | 2004-06-11 | 1 | -18/+27 |
* | t/comp/utf.t failed when configuring with -Dnoextensions=Encode | Marcus Holland-Moritz | 2004-06-11 | 1 | -0/+5 |
* | Remove a warning against unsafe signals in perlipc.pod, | Rafael Garcia-Suarez | 2004-06-11 | 1 | -9/+0 |
* | Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparse... | Mathieu Arnold | 2004-06-10 | 2 | -4/+4 |
* | Make h2ph able to understand a limited set of inline functions. | Rafael Garcia-Suarez | 2004-06-10 | 1 | -4/+58 |
* | Change 22872 breaks shared miniperl invocation | Alexey Tourbin | 2004-06-10 | 1 | -1/+1 |