| Commit message (Expand) | Author | Age | Files | Lines |
* | AIX hints update for gcc from Merijn H. Brand. | Jarkko Hietaniemi | 2001-05-30 | 1 | -3/+6 |
* | AIX and gcc (moving targets) | H.Merijn Brand | 2001-05-28 | 1 | -0/+4 |
* | -qlongdouble considered harmful by Merijn. | Jarkko Hietaniemi | 2001-05-23 | 1 | -7/+3 |
* | AIX does seems to have optimization problems with its C compilers. | Jarkko Hietaniemi | 2001-03-23 | 1 | -0/+12 |
* | Integrate changes #9244,9247,9250 from maintperl into mainline. | Jarkko Hietaniemi | 2001-03-19 | 1 | -2/+2 |
* | Retract #9136: breaks threading (and binary compatibility). | Jarkko Hietaniemi | 2001-03-14 | 1 | -21/+14 |
* | (Retracted by #9155) | Jens-Uwe Mager | 2001-03-13 | 1 | -14/+21 |
* | Workaround for the buggy ("internal compiler error") | Jarkko Hietaniemi | 2001-03-13 | 1 | -2/+19 |
* | Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED) | H.Merijn Brand | 2000-12-04 | 1 | -0/+14 |
* | AIX is picky about its symbol exports. Solution for now | Peter Prymmer | 2000-10-25 | 1 | -0/+7 |
* | Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC | H.Merijn Brand | 2000-10-19 | 1 | -1/+4 |
* | Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64, | Jarkko Hietaniemi | 2000-09-01 | 1 | -3/+10 |
* | Reset archname and archname64 always, forcing them be | Jarkko Hietaniemi | 2000-08-30 | 1 | -10/+10 |
* | An attempt to fix the problem reported in | Daniel MuiƱo | 2000-08-28 | 1 | -2/+19 |
* | Stash away the largefiles flags and libswanted. | Jarkko Hietaniemi | 2000-08-01 | 1 | -32/+31 |
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-03-06 | 1 | -0/+1 |
* | Confusion over uselargefiles.cbu and uselfs.cbu (the first one | Jarkko Hietaniemi | 2000-03-02 | 1 | -3/+4 |
* | More AIX fixes from Steven Hirsch. | Jarkko Hietaniemi | 2000-02-28 | 1 | -1/+1 |
* | Regularize the call-back units (and fix a bug in #5330). | Jarkko Hietaniemi | 2000-02-28 | 1 | -4/+4 |
* | AIX 64-bit patches from Steven Hirsch <hirschs@btv.ibm.com> | Jarkko Hietaniemi | 2000-02-28 | 1 | -4/+127 |
* | Rename use64bits to use64bitint; | Jarkko Hietaniemi | 2000-02-26 | 1 | -4/+4 |
* | Largefileness in Solaris doesn't require long longs; | Jarkko Hietaniemi | 2000-02-24 | 1 | -4/+0 |
* | cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin), | Jarkko Hietaniemi | 2000-02-15 | 1 | -8/+0 |
* | abort instead of just promising. | Jarkko Hietaniemi | 2000-02-15 | 1 | -0/+1 |
* | megalomaniac 64-bit update: most importantly, | Jarkko Hietaniemi | 2000-02-12 | 1 | -2/+2 |
* | patch to fix aix hints from ortmann@vnet.ibm.com | Gurusamy Sarathy | 1999-12-08 | 1 | -2/+2 |
* | The separation of 64-bitness and largefileness continues | Jarkko Hietaniemi | 1999-11-14 | 1 | -8/+17 |
* | Turn on largefileness always if available and | Jarkko Hietaniemi | 1999-11-11 | 1 | -16/+26 |
* | Remove quad logic from perl.h; regen Configure; | Jarkko Hietaniemi | 1999-10-29 | 1 | -1/+4 |
* | Another hints tweak. | Jarkko Hietaniemi | 1999-10-24 | 1 | -1/+1 |
* | so back to 'so', from Stephanie Beals <bealzy@us.ibm.com> | Jarkko Hietaniemi | 1999-10-22 | 1 | -1/+5 |
* | The 2.5th cut at the AIX C++ extension problems. | Jarkko Hietaniemi | 1999-10-11 | 1 | -23/+9 |
* | The second cut at AIX C++ extension troubles. | Jarkko Hietaniemi | 1999-10-08 | 1 | -28/+46 |
* | The first cut at fixing Perl extensions written in C++ in AIX, | Stephanie Beals | 1999-10-08 | 1 | -34/+55 |
* | Batch of small 64-bit/long double/large file support tweaks: | Jarkko Hietaniemi | 1999-08-16 | 1 | -7/+9 |
* | Jumbo Configure and large file support update. | Jarkko Hietaniemi | 1999-08-13 | 1 | -6/+12 |
* | AIX long long probing requires LL suffix for | Jarkko Hietaniemi | 1999-08-02 | 1 | -0/+4 |
* | AIX -Duse64bits: old AIXen do not have the getconf variables. | Jarkko Hietaniemi | 1999-08-02 | 1 | -3/+3 |
* | Circumcode a strange shell(?) bug in AIX found | Jarkko Hietaniemi | 1999-07-25 | 1 | -1/+12 |
* | Introduce $Config{ldlibpthname} which contains | Jarkko Hietaniemi | 1999-07-23 | 1 | -0/+4 |
* | AIX magic: ccdlflags needs to be different for | Mike W Ellwood | 1999-07-22 | 1 | -2/+3 |
* | Fixed AIX dynamic loading and AIX shared Perl library. | Jarkko Hietaniemi | 1999-07-14 | 1 | -2/+9 |
* | Hack SOCKS support some more plus a patch from Andy Dougherty | Jarkko Hietaniemi | 1999-07-05 | 1 | -49/+1 |
* | AIX threaded build, plus few more on the side. | Jarkko Hietaniemi | 1999-07-05 | 1 | -11/+9 |
* | Miscellaneus AIX fixes + SOCKS support. | Jarkko Hietaniemi | 1999-07-04 | 1 | -28/+9 |
* | Added 64-bit support for AIX 4.3 or better | Jarkko Hietaniemi | 1999-07-04 | 1 | -0/+24 |
* | The change #3479 wasn't perfect. | Jarkko Hietaniemi | 1999-05-25 | 1 | -4/+4 |
* | Cures for _57 in AIX 4.1.5.0. | Jarkko Hietaniemi | 1999-05-25 | 1 | -2/+2 |
* | AIX hints enhancements (threads build, SOCKS support) | David R. Favor | 1999-05-10 | 1 | -26/+137 |
* | Be polite about ccdlflags and lddflags, too. | Jarkko Hietaniemi | 1999-04-13 | 1 | -13/+15 |