| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate mainline. | Nick Ing-Simmons | 2000-12-19 | 1 | -1/+1 |
* | Return of the IVUV-preservation, now seems to be happy even | Jarkko Hietaniemi | 2000-12-15 | 1 | -1/+7 |
* | I don't think it's sensible or portable to test the strtou* | Jarkko Hietaniemi | 2000-12-15 | 1 | -1/+9 |
* | If longsize is 8 we don't need a LL suffix for integer constants. | Jarkko Hietaniemi | 2000-12-15 | 1 | -12/+6 |
* | strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving ari... | Nicholas Clark | 2000-12-15 | 1 | -5/+131 |
* | Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp | Andy Dougherty | 2000-12-13 | 1 | -6/+6 |
* | Untangle the <stdio.h> #include nest for the stdchar test, | Jarkko Hietaniemi | 2000-12-03 | 1 | -15/+8 |
* | An inconvenient hang would happen if the stdio _ptr wasn't | Jarkko Hietaniemi | 2000-12-02 | 1 | -9/+14 |
* | Try to find stdchar also from <stdio_impl.h>. | Jarkko Hietaniemi | 2000-12-01 | 1 | -3/+9 |
* | [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17 | Dominic Dunlop | 2000-11-29 | 1 | -1/+8 |
* | Make the va_copy() test not to be so talkative. | Jarkko Hietaniemi | 2000-11-26 | 1 | -2/+2 |
* | Undo the SOCKS workarounds, instead start using PerlIO | Jens Hamisch | 2000-11-25 | 1 | -10/+30 |
* | Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23] | Dominic Dunlop | 2000-11-21 | 1 | -99/+158 |
* | Add HAS_SBRK_PROTO. | Jarkko Hietaniemi | 2000-11-16 | 1 | -1/+8 |
* | Add fwalk() probe to the configuration files and regen perltoc. | Jarkko Hietaniemi | 2000-11-16 | 1 | -1/+7 |
* | Regen Configure. | Jarkko Hietaniemi | 2000-11-15 | 1 | -10/+18 |
* | Add HAS_FSYNC, lack noticed by Nicholas Clark. | Jarkko Hietaniemi | 2000-11-12 | 1 | -1/+7 |
* | Add getpagesize() probing, on non-UNIX guess 'undef'. | Jarkko Hietaniemi | 2000-11-11 | 1 | -1/+7 |
* | Remove unused extra arguments. | Jarkko Hietaniemi | 2000-11-09 | 1 | -2/+2 |
* | PATCH std stdio for (Free)BSD | Nicholas Clark | 2000-11-08 | 1 | -2/+24 |
* | More careful detection of how well NVs and UVs mix. | Nicholas Clark | 2000-11-08 | 1 | -77/+78 |
* | Bad thinko in #7581 (I used the test program with the expanded | Jarkko Hietaniemi | 2000-11-07 | 1 | -3/+3 |
* | Make the stdio test program of 7427 less noisy while being | Jarkko Hietaniemi | 2000-11-06 | 1 | -8/+19 |
* | Configure would use a bad $myuname from an old config.sh. | Andy Dougherty | 2000-11-04 | 1 | -3/+5 |
* | Add FCNTL_CAN_LOCK. | Andy Dougherty | 2000-11-04 | 1 | -1/+51 |
* | startperl to respect versiononly | Robin Barker | 2000-11-01 | 1 | -21/+24 |
* | The osname has been lowercased by now, from Tom Bates. | Jarkko Hietaniemi | 2000-11-01 | 1 | -2/+2 |
* | Whitespace style tweak. Was originally going to see to | Joe Smith | 2000-10-31 | 1 | -2/+2 |
* | Too enthusiastic editing in #7460. | Jarkko Hietaniemi | 2000-10-27 | 1 | -2/+2 |
* | Use $sort, $uniq (and $tr) consistently as wondered | Jarkko Hietaniemi | 2000-10-27 | 1 | -9/+9 |
* | Check if stdio supports tweaking lval and cnt simultaneously. | Nicholas Clark | 2000-10-24 | 1 | -1/+81 |
* | NonStop-UX patches from Tom Bates <tom.bates@compaq.com> | Jarkko Hietaniemi | 2000-10-19 | 1 | -6/+7 |
* | Needs to be conditional on SunOS 4. | Paul Marquess | 2000-10-14 | 1 | -9/+16 |
* | Introduce the man[24-8] variables, from Andy Dougherty. | Jarkko Hietaniemi | 2000-10-12 | 1 | -1/+1 |
* | Reapply Andy's patch and regen Configure. | Jarkko Hietaniemi | 2000-10-10 | 1 | -1/+22 |
* | Use the versiononly instead of the installscripts, | Jarkko Hietaniemi | 2000-10-10 | 1 | -23/+1 |
* | Change #7160 had a nasty typo. | Jarkko Hietaniemi | 2000-10-09 | 1 | -2/+2 |
* | Fix bug in #7157 (s/cflags/ccflags); moved the -o foo | Jarkko Hietaniemi | 2000-10-06 | 1 | -20/+20 |
* | Also the $ccflags is needed for the C compiler check. | H.Merijn Brand | 2000-10-06 | 1 | -5/+8 |
* | Enable disabling scripts installation by Configure -Uinstallscripts, | Jarkko Hietaniemi | 2000-10-04 | 1 | -1/+24 |
* | It is possible to have no hosts database at all. Pointed out in | Peter Prymmer | 2000-10-03 | 1 | -11/+16 |
* | Misplaced else. | Jarkko Hietaniemi | 2000-10-03 | 1 | -2/+2 |
* | [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINS... | Yitzchak Scott-Thoennes | 2000-10-03 | 1 | -2/+9 |
* | The #7054 truncated Configure badly. | Jarkko Hietaniemi | 2000-09-12 | 1 | -133/+11797 |
* | RE: [Patch 5.7.0] Removing -ldb from the core build | Paul Marquess | 2000-09-12 | 1 | -11790/+141 |
* | Do away with memory models cruft. Sorry, PDP users. | Jarkko Hietaniemi | 2000-09-08 | 1 | -228/+27 |
* | Various Configure nits by Philip Newton, | Jarkko Hietaniemi | 2000-09-02 | 1 | -7/+13 |
* | Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64, | Jarkko Hietaniemi | 2000-09-01 | 1 | -50/+54 |
* | Nit in Configure (bleadperl@6961) | Lupe Christoph | 2000-09-01 | 1 | -3/+4 |
* | Small tweaks all over. | Jarkko Hietaniemi | 2000-08-31 | 1 | -2/+3 |